1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/mail/postfixadmin/files/patch-.htacces
Edwin Groothuis 7d2918ee10 New port mail/postfixadmin
A tool to manage virtual domains via a PHP interface

	Postfix Admin is a Web Based Management tool for Postfix
	when you are dealing with Postfix Style Virtual Domains and
	Virtual Users that are store in MySQL. Written in PHP.

PR:		ports/54984, ports/58417
Submitted by:	SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv>
2004-01-03 06:56:12 +00:00

9 lines
290 B
Plaintext

--- admin/.htaccess.orig Thu Oct 23 11:17:10 2003
+++ admin/.htaccess Thu Oct 23 11:17:23 2003
@@ -1,4 +1,4 @@
-AuthUserFile /usr/local/postfixadmin/admin/.htpasswd
+AuthUserFile /usr/local/www/postfixadmin/admin/.htpasswd
AuthGroupFile /dev/null
AuthName "Postfix Admin"
AuthType Basic