SF.net SVN: postfixadmin:[541] trunk/DOCUMENTS/FAQ.txt
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-01-21 13:47:08
|
Revision: 541 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=541&view=rev Author: GingerDog Date: 2009-01-21 13:47:04 +0000 (Wed, 21 Jan 2009) Log Message: ----------- FAQ.txt: updating Modified Paths: -------------- trunk/DOCUMENTS/FAQ.txt Modified: trunk/DOCUMENTS/FAQ.txt =================================================================== --- trunk/DOCUMENTS/FAQ.txt 2009-01-20 20:50:33 UTC (rev 540) +++ trunk/DOCUMENTS/FAQ.txt 2009-01-21 13:47:04 UTC (rev 541) @@ -26,3 +26,11 @@ wwwrun ALL = (courier) NOPASSWD: /usr/local/bin/postfixadmin-mailbox-postcreation.sh (replace usernames and path according to your setup) + +4) I try and create a mailbox, but it keeps saying "Invalid email address"... ? + + - Postfixadmin, by default, attempts to verify an email address is valid, partly by + checking that the domain exists. For most people this works as expected, but + if it doesn't for you, try editing $CONF['emailcheck_resolve_domain'] to 'NO' in + config.inc.php and try again. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |