Re: accept email for all virtual users

2014-11-20 Thread Brandon Metcalf
ailbox_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 solution will result in email getting

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 >> addre

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

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

configuring generic virtual users

2014-11-06 Thread Brandon Metcalf
Hi everyone, Is there a way to configure postfix to receive emails for users and domains that match a particular pattern? According to the documentation, a virtual domain map can use a regexp, but I haven't found anything for virtual users. I'm looking to receive emails for any address that is o