Re: Postfix can not bind to address (IP)

2009-01-22 Thread Mike Pogue
Thanks for helping me with this - you're right! On Thu, Jan 22, 2009 at 7:44 PM, Wietse Venema wrote: > Mike Pogue: >> You're right, the ip set on smtp_bind_address was wrong. Updated this >> and restarted postfix. >> >> Got an error related to clamsmptpd, that tries to connect to x.x.x.x10 >> in

Re: Postfix can not bind to address (IP)

2009-01-22 Thread Wietse Venema
Mike Pogue: > You're right, the ip set on smtp_bind_address was wrong. Updated this > and restarted postfix. > > Got an error related to clamsmptpd, that tries to connect to x.x.x.x10 > instead of localhost (127.0.0.1) > ~~~ > www clamsmtpd: 102C71: SERVER: couldn't connect to: x.x.x.10:10026: > T

Re: Postfix can not bind to address (IP)

2009-01-22 Thread Wietse Venema
Mike Pogue: > fatal: parameter inet_interfaces: no local interface found for x.x.x.10 Postfix cannot bind to the interface address because that address has not been configured on the machine in question. You can specify only IP addresses that show up with "ifconfig -a". Postfix does NOT implemen