Catchall for postmaster/hostmaster/abuse
Jan Kowalsky <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <a3991baa-89ee-cf42-2303-1222df15b607__30611.8482527838$1528820756$gmane$org@datenkollektiv.net> |
Hi all, we have a log of domains - not in each there is an hostmaster/postmaster e.g. as mail or alias address defined. We would like to get all mails for postmaster if there is no other postmaster defined. While we could achive this with a virtual_alias_maps.cf as the last one in main.cf we have to # all domains, without own postmaster: [email protected] [email protected] ... but it would be nice not to have to add each single domain but have a regex like this: # Catchall to comply with RFC standards ^postmaster@/ [email protected] But then also all outgoing mails to any [email protected] goes also to [email protected] Any idea? Thanks and regards Jan