SF.net SVN: postfixadmin: [323] trunk/DOCUMENTS/FAQ.txt
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-04-10 09:02:34
|
Revision: 323 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=323&view=rev Author: GingerDog Date: 2008-04-10 02:02:37 -0700 (Thu, 10 Apr 2008) Log Message: ----------- FAQ.txt: updating following aldin\'s questions on #postfixadmin Modified Paths: -------------- trunk/DOCUMENTS/FAQ.txt Modified: trunk/DOCUMENTS/FAQ.txt =================================================================== --- trunk/DOCUMENTS/FAQ.txt 2008-04-09 21:05:16 UTC (rev 322) +++ trunk/DOCUMENTS/FAQ.txt 2008-04-10 09:02:37 UTC (rev 323) @@ -8,3 +8,12 @@ In a normal setup, sending the 'Welcome' email accomplishes this task - as Courier/Cyrus/etc do it (and have permission to do so) + +2) I've deleted the mailbox from PostfixAdmin, yet it still exists on disk? Why? + + - This is related to #1 above - namely, PostfixAdmin (which is a php web + application) does not have permission to modify the mailbox files on disk. + You need to either manually remove the directories + (e.g. rm -Rf /var/spool/mail/vmail/som...@ex...) + or install the postfixadmin-mailbox-postdeletion.sh script (See ADDITIONS/) + and modify config.inc.php appropriately. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |