Displaying 1 result from an estimated 1 matches for "mail_admin_".
Did you mean:
mail_admin
2010 Mar 25
3
can Dovecot do VERP?
...the spam business.
Knowing exactly which emails bounced would be much easier if I could set up an in box implementing VERP.
http://en.wikipedia.org/wiki/Variable_envelope_return_path
In other words, I want an in box accepting all mail where the email addresses match a wildcard pattern like this: mail_admin_??????@domain.org, where ?????? are 6 digits. The digits would be a scrambled contact ID. Since they will be digits only, here is the regular expression: mail_admin_\d{6}. (We will pick a wildcard pattern that does not conflict with any existing address on the server.)
Sending the outgoing email...