Re: wildcard domains

2010-05-26 Thread Phil Howard
On Tue, May 25, 2010 at 15:59, Wietse Venema wrote: > Phil Howard: >> On Tue, May 25, 2010 at 12:37, Wietse Venema wrote: >> > Phil Howard: >> >> On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: >> >> >> >> > Postfix supports wildcards via regexp/pcre tables. >> >> > >> >> > ?1) You can use t

Re: wildcard domains

2010-05-25 Thread Phil Howard
On Tue, May 25, 2010 at 17:10, Wietse Venema wrote: > Phil Howard: >> On Tue, May 25, 2010 at 15:59, Wietse Venema wrote: >> >> > You need one table entry per user somewhere, otherwise you can't >> > reject mail for users that don't exist. >> >> Absolutely, of course.  But having one entry for ev

Re: wildcard domains

2010-05-25 Thread Wietse Venema
Phil Howard: > On Tue, May 25, 2010 at 15:59, Wietse Venema wrote: > > > You need one table entry per user somewhere, otherwise you can't > > reject mail for users that don't exist. > > Absolutely, of course. But having one entry for every pairing of user > AND hostname isn't possible (because

Re: wildcard domains

2010-05-25 Thread Phil Howard
On Tue, May 25, 2010 at 15:59, Wietse Venema wrote: > You need one table entry per user somewhere, otherwise you can't > reject mail for users that don't exist. Absolutely, of course. But having one entry for every pairing of user AND hostname isn't possible (because an infinite number of hostp

Re: wildcard domains

2010-05-25 Thread Wietse Venema
Phil Howard: > On Tue, May 25, 2010 at 12:37, Wietse Venema wrote: > > Phil Howard: > >> On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: > >> > >> > Postfix supports wildcards via regexp/pcre tables. > >> > > >> > ?1) You can use them for all the tables that define Postfix address > >> > ? ?c

Re: wildcard domains

2010-05-25 Thread Phil Howard
On Tue, May 25, 2010 at 12:37, Wietse Venema wrote: > Phil Howard: >> On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: >> >> > Postfix supports wildcards via regexp/pcre tables. >> > >> > ?1) You can use them for all the tables that define Postfix address >> > ? ?classes: mydestination + alias

Re: wildcard domains

2010-05-25 Thread Ansgar Wiechers
On 2010-05-25 Glenn English wrote: > On May 25, 2010, at 11:01 AM, Zachary Burns wrote: >> Can you also do something like *...@*.ru and *...@*.tw (bounce all mail >> from russian, tiawan spammers, etc) > > I have: > >> ru REJECT *.ru rejected by sender_checks >> .ru REJECT *.ru rejected by sende

Re: wildcard domains

2010-05-25 Thread Glenn English
On May 25, 2010, at 11:01 AM, Zachary Burns wrote: > Can you also do something like *...@*.ru and *...@*.tw (bounce all mail from > russian, tiawan spammers, etc) I have: > ru REJECT *.ru rejected by sender_checks > .ru REJECT *.ru rejected by sender_checks in my sender checks. I think there

RE: wildcard domains

2010-05-25 Thread Zachary Burns
users Subject: Re: wildcard domains Phil Howard: > On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: > > > Postfix supports wildcards via regexp/pcre tables. > > > > ?1) You can use them for all the tables that define Postfix address > > ? ?cl

Re: wildcard domains

2010-05-25 Thread Wietse Venema
Phil Howard: > On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: > > > Postfix supports wildcards via regexp/pcre tables. > > > > ?1) You can use them for all the tables that define Postfix address > > ? ?classes: mydestination + aliases, virtual_alias_domains + > > ? ?virtual_alias_maps, virtu

Re: wildcard domains

2010-05-25 Thread Noel Jones
On 5/25/2010 10:23 AM, Phil Howard wrote: On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: Postfix supports wildcards via regexp/pcre tables. 1) You can use them for all the tables that define Postfix address classes: mydestination + aliases, virtual_alias_domains + virtual_alias

Re: wildcard domains

2010-05-25 Thread Phil Howard
On Tue, May 25, 2010 at 10:36, Wietse Venema wrote: > Postfix supports wildcards via regexp/pcre tables. > >  1) You can use them for all the tables that define Postfix address >    classes: mydestination + aliases, virtual_alias_domains + >    virtual_alias_maps, virtual_mailbox_domains + virtua

Re: wildcard domains

2010-05-25 Thread Wietse Venema
Phil Howard: > I'd like to do something like this. I have a domain, let's call > example.com. This domain has a set of users. I want to have email > accepted for any user in any hostname that is a part of this domain. > And, regardless of which hostname in this domain was involved, if the > user