SF.net SVN: postfixadmin: [329] trunk/DOCUMENTS/SECURITY.txt
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-04-10 13:39:39
|
Revision: 329 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=329&view=rev Author: GingerDog Date: 2008-04-10 06:39:44 -0700 (Thu, 10 Apr 2008) Log Message: ----------- SECURITY.txt: Adding Added Paths: ----------- trunk/DOCUMENTS/SECURITY.txt Added: trunk/DOCUMENTS/SECURITY.txt =================================================================== --- trunk/DOCUMENTS/SECURITY.txt (rev 0) +++ trunk/DOCUMENTS/SECURITY.txt 2008-04-10 13:39:44 UTC (rev 329) @@ -0,0 +1,37 @@ +Security and PostfixAdmin +------------------------- + +While the developers of PostfixAdmin believe the software to be +secure, there is no guarantee that it will continue to do be so +in the future - especially as new types of exploit are discovered. +(After all, this software is without warranty!) + +In the event you do discover a vulnerability in this software, +please report it to the development mailing list, or contact +one of the developers directly. + + + + +DATABASE USER SECURITY +---------------------- + +You may wish to consider the following : + + 1. Postfix only requires READ access to the database tables. + 2. The virtual vacation support (if used) only needs to WRITE to + the vacation_notification table (and read alias and vacation). + 3. PostfixAdmin itself needs to be able to READ and WRITE to + all the tables. + +Using the above, you can improve security by creating separate +database user accounts for each of the above roles, and limit +the permissions available to them as appropriate. + + +FILE SYSTEM SECURITY +-------------------- + +PostfixAdmin does not require write support on the underlying +filesystem - aside from PHP creating session files. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |