On 7/11/2011 11:16 PM, jeffrey starin wrote:
> I am trying to use the smtp_bind_address command so that three seperate ips
> can be used for 3 separate clients who are using email campaign software as
> explained in this howto:
> http://www.kutukupret.com/2010/01/02/postfix-bind-sender-domain-to-dedicated-outgoing-ip-address/
> 
> The error logs show the entry:
> Jul 11 23:46:31 who postfix/master[5309]: fatal: /etc/postfix/master.cf:
> line 6: bad transport type: smtp_bind_address=174.121.222.21

> I even upgraded to postfix 2.8.4 from 2.3.3
> because I thought it may have had something to do with the version.

smtp_bind_address is a new feature as of 2.7, clearly stated at the top
of the article you linked.  The fact that you receive the error with
2.3.3 and after you "upgraded" to 2.8.4 suggests that you didn't
successfully replace 2.3.3 with 2.8.4.  Posting the output of the
following shell command will confirm this.

~$ postconf -d|grep 'mail_version ='

If it says 2.3.3 you need to thoroughly remove all traces of that
package (specifically /etc/init.d entries) and re-install 2.8.4
following these instructions:

http://www.postfix.org/INSTALL.html

-- 
Stan

Reply via email to