| Article: |
Sanitizing Mail on Panther Server | |
| Subject: | No luck yet | |
| Date: | 2004-01-28 13:10:50 | |
| From: | ozguru | |
|
I have put a test syslog call in the top of sanitizer.pl (so that I can see when it is called) but it ain't happening. The only (possibly) relevant error in the system log is:
|
||
Showing messages 1 through 2 of 2.
-
RE: No luck yet
2004-01-28 13:40:38 Jason Deraleau [Reply | View]





Make sure that the master.cf lines are correct. Extraneous white space _shouldn't_ make a difference, but you might have picked up an extra line break or something during your copy and paste. Double check the text in that file, making sure it's on two lines.
Also, make sure that in main.cf you have uncommented the mailbox_transport to cyrus. Finally, try completely stopping mail services (sudo postfix stop) and then starting them back up (sudo postfix start). For some reason your Postfix daemons might not be picking up on the changes. A complete stop/start will hopefully help.