Re: accept email for all virtual users

2014-11-20 Thread Robert Schetterer
Am 20.11.2014 um 15:50 schrieb Brandon Metcalf: > so I do use dovecot as the transport in postfix but I haven't found in > the docs a way to do this still. any pointers greatly appreciated. depending what exact you like to goal you need i.e variables subaddress regex envelope extensions http:/

Re: accept email for all virtual users

2014-11-20 Thread Brandon Metcalf
so I do use dovecot as the transport in postfix but I haven't found in the docs a way to do this still. any pointers greatly appreciated. On Thursday, November 20, 2014, Wietse Venema wrote: > As documented, Postfix does not allow regular expression substitutions > in virtual_mailbox_maps looku

Re: accept email for all virtual users

2014-11-20 Thread Robert Schetterer
Am 20.11.2014 um 15:10 schrieb Wietse Venema: > As documented, Postfix does not allow regular expression substitutions > in virtual_mailbox_maps lookup results. That would give attackers > too much control over where mail will be delivered. > > Why aren't you using Dovecot's mail delivery agent? >

Re: accept email for all virtual users

2014-11-20 Thread Wietse Venema
As documented, Postfix does not allow regular expression substitutions in virtual_mailbox_maps lookup results. That would give attackers too much control over where mail will be delivered. Why aren't you using Dovecot's mail delivery agent? Wietse Brandon Metcalf: > I believe this soluti

Re: accept email for all virtual users

2014-11-20 Thread Brandon Metcalf
I believe this solution will result in email getting delivered to vhost/foo.org rather than vhost/.foo.org. We need the latter. On Thu, Nov 20, 2014 at 7:49 AM, Wietse Venema wrote: > Brandon Metcalf: >> We are looking for a way to accept email for all users where the >> address matches /bob@.*\

Re: accept email for all virtual users

2014-11-20 Thread Wietse Venema
Brandon Metcalf: > We are looking for a way to accept email for all users where the > address matches /bob@.*\.foo\.org/ without maintaining a list of all > possible subdomains. We use dovecot as our transport with postfix and > deliver mail locally to /var/mail/vhosts//bob/. The > username will

Re: accept email for all virtual users

2014-11-20 Thread Brandon Metcalf
That's exactly right. We'd maintain a wildcard mx record, but need to figure out the postfix side. On Thu, Nov 20, 2014 at 6:51 AM, Mike Cardwell wrote: > * on the Thu, Nov 20, 2014 at 12:00:00PM +0100, li...@rhsoft.net wrote: > >> Am 20.11.2014 um 10:01 schrieb Brandon Metcalf: > >>> We are loo

Re: accept email for all virtual users

2014-11-20 Thread li...@rhsoft.net
Am 20.11.2014 um 13:51 schrieb Mike Cardwell: * on the Thu, Nov 20, 2014 at 12:00:00PM +0100, li...@rhsoft.net wrote: Am 20.11.2014 um 10:01 schrieb Brandon Metcalf: We are looking for a way to accept email for all users where the address matches /bob@.*\.foo\.org/ without maintaining a lis

Re: accept email for all virtual users

2014-11-20 Thread Mike Cardwell
* on the Thu, Nov 20, 2014 at 12:00:00PM +0100, li...@rhsoft.net wrote: > Am 20.11.2014 um 10:01 schrieb Brandon Metcalf: >> We are looking for a way to accept email for all users where the >> address matches /bob@.*\.foo\.org/ without maintaining a list of all >> possible subdomains. We use dov

Re: accept email for all virtual users

2014-11-20 Thread li...@rhsoft.net
Am 20.11.2014 um 10:01 schrieb Brandon Metcalf: We are looking for a way to accept email for all users where the address matches /bob@.*\.foo\.org/ without maintaining a list of all possible subdomains. We use dovecot as our transport with postfix and deliver mail locally to /var/mail/vhosts//b

accept email for all virtual users

2014-11-20 Thread Brandon Metcalf
We are looking for a way to accept email for all users where the address matches /bob@.*\.foo\.org/ without maintaining a list of all possible subdomains. We use dovecot as our transport with postfix and deliver mail locally to /var/mail/vhosts//bob/. The username will always be the same. Any id