Postfix + Remote Ldap Server problem

2009-02-27 Thread vtzan
I have setup Postfix LDAP (postfix-2.5.4-2.sasl2.vda.rhel5) on Centos 5.2 x64 and all features that i have configured are working great EXCEPT from REMOTE LDAP SERVER. I have configured OpenLDAP Server to some other ip on the network(its a different server) but Postfix still looks for LOCAL LDAP D

Re: single domain - multiple smtp relayhosts

2009-07-03 Thread vtzan
You just need to mention one domain on your transport maps and then configure dns to have multiple MX records for same domain. Don't forget to add the priority number for its host. Postfix will automatically discover those mx records for you. e.g. mail.test.com IN MX 10 mailserver1.test

smtpd_client_restrictions

2009-12-11 Thread vtzan
Hello all, I need to reject smtp connection from certain ip inside my network (SPAMMER). I have configured the following according http://www.postfix.org/access.5.html and it doesn't work. I just want to deny an ip address to send mails to the outside world! smtpd_client_restrictions =

Re: smtpd_client_restrictions

2009-12-13 Thread vtzan
Stan Hoeppner wrote: vtzan put forth on 12/11/2009 5:46 AM: thanks for your fast reply. But that was my PLAN B ;-) any idea for PLAN A? thanks alot Bill Hay Bill, First off, please keep all replies on the postfix-users list. 2nd, send your 'postconf -n' output and th

Re: smtpd_client_restrictions

2009-12-13 Thread vtzan
Hello noel, thanks for you response but it didn't worked! thanks Bill Noel Jones wrote: On 12/11/2009 7:02 AM, Stan Hoeppner wrote: vtzan put forth on 12/11/2009 5:46 AM: thanks for your fast reply. But that was my PLAN B ;-) any idea for PLAN A? thanks alot Bill Hay Bill, Firs

Re: smtpd_client_restrictions

2009-12-14 Thread vtzan
Stan Hoeppner wrote: vtzan put forth on 12/14/2009 1:17 AM: Hello noel, thanks for you response but it didn't worked! First, did you reload postfix after editing main.cf? If not, the change won't take effect until you reload of restart postfix. And, how do you know it d