From: Jerrale Gayle on 10 Jun 2010 18:05 I have smtpd_bind_address set to the delegated ip for our mail server 173.50.101.12; however this only limits incoming connections to that ip, along with our firewall; it USE to, on postfix, make postfix send out from that ip only. Now, postfix is sending out on the main ip of the mail server, 173.50.101.11, which is the backup DNS server's ip and causes mail to be rejected by those using our SPF record. I do NOT want to list the dns server's ip to be allowed to send mail, in our SPF. I have even tried changing smtp, in master.cf, to have -o smtpd_bind_address=173.50.101.12. How can I make postfix use the ip it is suppose to, to send mail on?
From: Jerrale Gayle on 10 Jun 2010 18:09 On 6/10/2010 6:05 PM, Jerrale Gayle wrote: > I have smtpd_bind_address set to the delegated ip for our mail server > 173.50.101.12; however this only limits incoming connections to that > ip, along with our firewall; it USE to, on postfix, make postfix send > out from that ip only. Now, postfix is sending out on the main ip of > the mail server, 173.50.101.11, which is the backup DNS server's ip > and causes mail to be rejected by those using our SPF record. I do NOT > want to list the dns server's ip to be allowed to send mail, in our > SPF. I have even tried changing smtp, in master.cf, to have -o > smtpd_bind_address=173.50.101.12. > > How can I make postfix use the ip it is suppose to, to send mail on? Addition: I have also defined inet_interfaces=173.50.101.12
From: Sahil Tandon on 10 Jun 2010 18:34 On Thu, 10 Jun 2010, Jerrale Gayle wrote: > I have smtpd_bind_address set to the delegated ip for our mail % postconf smtpd_bind_address postconf: warning: smtpd_bind_address: unknown parameter [ .. ] > How can I make postfix use the ip it is suppose to, to send mail on? http://www.postfix.org/postconf.5.html#smtp_bind_address -- Sahil Tandon <sahil(a)FreeBSD.org>
From: Jerrale Gayle on 10 Jun 2010 18:38 On 6/10/2010 6:34 PM, Sahil Tandon wrote: > On Thu, 10 Jun 2010, Jerrale Gayle wrote: > > >> I have smtpd_bind_address set to the delegated ip for our mail >> > % postconf smtpd_bind_address > postconf: warning: smtpd_bind_address: unknown parameter > > [ .. ] > > >> How can I make postfix use the ip it is suppose to, to send mail on? >> > http://www.postfix.org/postconf.5.html#smtp_bind_address > > Either way, I have the correct syntax in the main.cf of smtp_bind_address. I was just lazy in typing. I have already read the smtp_bind_address from postfix.org config wiki
From: Sahil Tandon on 10 Jun 2010 18:43 On Thu, 10 Jun 2010, Jerrale Gayle wrote: > On 6/10/2010 6:34 PM, Sahil Tandon wrote: > >On Thu, 10 Jun 2010, Jerrale Gayle wrote: > > > >>I have smtpd_bind_address set to the delegated ip for our mail > > % postconf smtpd_bind_address > > postconf: warning: smtpd_bind_address: unknown parameter > > > >[ .. ] > > > >>How can I make postfix use the ip it is suppose to, to send mail on? > > http://www.postfix.org/postconf.5.html#smtp_bind_address > > > Either way, I have the correct syntax in the main.cf of > smtp_bind_address. I was just lazy in typing. I have already read the > smtp_bind_address from postfix.org config wiki Wonderful. Now please read the DEBUG_README, particularly the section that pertains to seeking help on this mailing list. -- Sahil Tandon <sahil(a)FreeBSD.org>
|
Next
|
Last
Pages: 1 2 Prev: smtpd_reject_unlisted_recipient Next: how to stop backscatter without check headers |