summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/postfix/virtual/mailbox_domains.cf
Commit message (Collapse)AuthorAgeFiles
* Perform the alias resolution and address validation solely on the MX:es.Guilhem Moulin2015-06-071
| | | | | We can therefore spare some lookups on the MDA, and use static:all instead.
* Fix catchall resolution.Guilhem Moulin2015-06-071
| | | | | | | | It has to be performed last, to give a chance to be accepted as a regular mailbox. We introduce a new, dedicated, smtpd daemon whose only purpose is to resolve catch-alls.
* Rename the role 'mx' into 'MX'.Guilhem Moulin2015-06-071
| | | | Other abreviations are upper case.
* Configure the Mail Delivery Agent.Guilhem Moulin2015-06-071