Tagged Questions
1
vote
1answer
61 views
Postfix+Maildrop: Error opening /etc/maildroprc
I just created the /etc/maildroprc file to drop spam mails into a spamfolder. In my postfix master.cf I have the line:
maildrop unix - n n - - pipe
flags=DRhu ...
0
votes
1answer
371 views
Amavis + Postfix configuration problem
Hello we're inherited one server based on Gentoo + Postfix + Amavis-new + Maildrop
$ cat /etc/gentoo-release
Gentoo Base System release 1.12.9
$ equery list
mail-mta/postfix-2.5.5
...
0
votes
2answers
124 views
Organize Email by Date Using procmail
I would like to organize all incoming email into the following directory structure based on the date of the email:
ROOT --+-- YYYYMMDD --+-- HH --+-- mm --+-- YYYYMMDD-HHmmSS-000001
| ...