On Tue, Nov 15, 2011 at 02:17:39PM +0200, Amira Othman wrote:

> I am using postfix 2.8 and I have configured two instances of postfix each
> of them uses different ip and domain . The two instances are running but
> when I try to send e-mail from one to another I get this error
> status=deferred (connect to myserver2.com[192.168.1.11]:25: Connection
> refused)

The documentation for multiple instances clearly explains that the initial
settings for a new instance of Postfix include "master_service_disable =
inet". You need to remove this setting once the instance is fully configured
if it is to be used to receive traffic via SMTP.

> Second instance (postfix-out)
> 
> inet_interfaces = 192.168.1.11
> master_service_disable = inet
> multi_instance_enable = yes
> multi_instance_name = postfix-out

Do read the documentation carefully, there may be other issues
you've overlooked.

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

-- 
        Viktor.

Reply via email to