[Workaround.org] r128 - trunk/etch
chaas at workaround.org
chaas at workaround.org
Sat Jul 7 10:59:27 CEST 2007
Author: chaas
Date: 2007-07-07 10:59:27 +0200 (Sat, 07 Jul 2007)
New Revision: 128
Modified:
trunk/etch/en.rest
Log:
Added hint on commenting out "passdb pam" which lead to strange logging
errors here.
Modified: trunk/etch/en.rest
===================================================================
--- trunk/etch/en.rest 2007-07-05 13:30:16 UTC (rev 127)
+++ trunk/etch/en.rest 2007-07-07 08:59:27 UTC (rev 128)
@@ -356,7 +356,7 @@
Amavis is nearly useless unless you install its suggested packages to scan
attachments for viruses and detect spam. You want to install these packages::
- $> aptitude install spamassassin clamav-daemon cpio arj zoo nomarch lzop cabextract
+ $> aptitude install spamassassin clamav-daemon cpio arj zoo nomarch lzop cabextract pax
Some of the suggested packages are not free enough to be included in Debian's
*main* section. If you want to install them you first need to add the
@@ -1009,6 +1009,10 @@
to tell Dovecot where the mailboxes are located. This is similar to the
*mail_location* setting.
+You will want to comment out the section called ``passdb pam`` that deals
+with system users. Otherwise Dovecot will also look for system users when
+someone fetches emails which leads to warnings in your log file.
+
Now look for another section called ``socket listen``. Here you define socket
files that are used to interact with Dovecot's authentication mechanism. Make
the section read::
@@ -2167,4 +2171,7 @@
- How to run the server on a dyndns address
- nice big picture drawing
mx record
+ amavis: disable quarantine (50-user) or explain amavisd-release
+ $virus_quarantine_method = undef;
+ $spam_quarantine_method = undef;
More information about the Workaround-chitchat
mailing list