postfix REGEX bug ???
I'm using postfix (2.7.0 on Ubuntu Linux 10.04.3) as mail relay and antispam filter. It's set up and works perfectly except one small bug. I use smtpd_client_restrictions to filter SMTP clents as following: smtpd_client_restrictions = permit_mynetworks, reject_unknown_client_ho
Re: postfix REGEX bug ???
That's it. Ashamed. Tricky REGEX. Thanks everyone. And thank you for great mail server. > : > > /google\.com/ OK > > /mail\.ru/ OK > > You mean: > > /^google\.com$/ > /^mail\.ru$/ > > RTFM! > > Wietse > >