Page 1 of 1

EFA 3.0.2.6 Outbound Relay

Posted: 05 Mar 2019 21:28
by Alleyviper
Hi there,

I´ve benn trying to setup a standard relay authentication without success, even reading lot´s of post´s from EFA´s Forum.

What I want:
mail server > Efa > Internet

Just need "mail server" to send emails through Efa.

Some notes:
"mail server" is using vestacp with exim4
Efa is 3.0.2.6

Best regards,

Re: EFA 3.0.2.6 Outbound Relay

Posted: 18 Mar 2019 12:17
by woundride
Hi Alleyviper,

You need to authorize your mail server to outnbound relay in your EFA.

1) You can use EFA Menu :

8) Mail Settings
|_>1) Outbound mail relay
|_>1) Hosts:

And sepcify your mail server's IP : XXX.XXX.XXX.XXX/32

2) You can directly edit postfix configuration file /etc/postfix/main.cf to authorize the messages from your server to outbound on Internet by EFA :

mynetworks = 127.0.0.0/8 XXX.XXX.XXX.XXX/32

Have a nice day,

Charles