26

Re: Sogo cannot send message: (smtp) originator not accepted

Does this picture of (inbound) mail flow help a little?
http://www.iredmail.org/docs/used.compo … und-emails

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

27

Re: Sogo cannot send message: (smtp) originator not accepted

since you have that in your main.cfg

content_filter = smtp-amavis:[127.0.0.1]:10024

10024 is the amavis listeing port

28

Re: Sogo cannot send message: (smtp) originator not accepted

The only way to bring SOGo on 25 port in operable state is waiting for SOGo fix, isn't it?

29

Re: Sogo cannot send message: (smtp) originator not accepted

good4xp wrote:

The only way to bring SOGo on 25 port in operable state is waiting for SOGo fix, isn't it?

No.

SOGo works fine with default iRedMail settings, i don't know why it doesn't work for you. sad
You can try to setup a virtual machine then install the latest iRedMail release, see whether SOGo works fine with default settings.

    // SMTP server
    SOGoSMTPServer = 127.0.0.1;
    SOGoMailingMechanism = smtp;
    //SOGoSMTPAuthenticationType = PLAIN;

30

Re: Sogo cannot send message: (smtp) originator not accepted

Resolved.
I redirect traffic to the 25 port.

In the postfix main.cf file I replaced ip addresses of "mynetworks" param from external to internal.