The maildrop tag has no wiki summary.
0
votes
2answers
123 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
| ...
1
vote
0answers
41 views
how to prevent duplicated mail without deleting mails on server
I run getmail + maildrop to get all mails locally, but every time getmail runs, it will download a copy of all messages.
even setting delete option in getmail or mailfilter config does not help
the ...
0
votes
0answers
115 views
Postfix mail quota - how with maildrop?
I have fully functional mail server which uses maildrop as a delivery agent. Now i need to implement quota for each mailbox. I've found some articles which describes quota configuration with patch to ...