On Wed, Dec 03, 2008 at 09:25:04AM -0600, Cengiz Vural wrote: > > smtpd_sender_restrictions = > > check_sender_access regexp:/etc/postfix/tables/access > > > > and > > > > created /etc/postfix/tables/access > > > > [EMAIL PROTECTED] REDIRECT [EMAIL PROTECTED] > > > > Ran postmap /etc/postfix/tables/access ...
Don't "postmap" regexp tables. If you leave off the "regexp:" prefix, it builds a database of the default type, usually "hash" or "dbm", which will not be used. If you don't leave the prefix off, postmap(1) will rightly complain that "regexp" tables can't be indexed. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.