Back with another problem. I'm trying to setup another test and am having issues making this work.
I have the following:
External Mail Server: 1.1.1.1(WAN LOCATION OUTSIDE OF PMG SERVER LOCATION)
PMG Server : 2.2.2.2
Mail Server: 192.168.11.250
WIth the external mail server, I can send an email to any domains hosted on the server at 192.168.11.250 (internal network, same subnet as the PMG server)
However, from the external mail server, if I try and send an email to someone external, say at @yahoo.com it gives me a relay access denied.
I'm trying to figure out what I need to in order to resolve this issue.
I'm seeing this error in the logs when I try to send:
On the mail server that I'm testing I have it relay all mail through via the smart host. I've tried it with both port 25 / 26 as well as the with and without auth using the "root" user on the PMG server with the same results.
I'm not sure what I'm missing here. Its something to do with relay but I'm confused as to why the existing ones work but the external site is failing.
Any help / pointers would be appreciated.
I have the following:
External Mail Server: 1.1.1.1(WAN LOCATION OUTSIDE OF PMG SERVER LOCATION)
PMG Server : 2.2.2.2
Mail Server: 192.168.11.250
WIth the external mail server, I can send an email to any domains hosted on the server at 192.168.11.250 (internal network, same subnet as the PMG server)
However, from the external mail server, if I try and send an email to someone external, say at @yahoo.com it gives me a relay access denied.
I'm trying to figure out what I need to in order to resolve this issue.
I'm seeing this error in the logs when I try to send:
Feb 27 11:56:54 swarmx1 postfix/smtpd[986432]: Anonymous TLS connection established from unknown[1.1.1.1]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
Feb 27 11:56:54 swarmx1 postfix/smtpd[986432]: NOQUEUE: reject: RCPT from unknown[1.1.1.1]: 554 5.7.1 <someone@yahoo.com>: Relay access denied; from=<myguy@mailhive.cloud> to=<someone@yahoo.com> proto=ESMTP helo=<axigen.mailhive.cloud>
Feb 27 11:56:54 swarmx1 postfix/smtpd[986432]: disconnect from unknown[1.1.1.1] ehlo=2 starttls=1 mail=1 rcpt=0/1 rset=1 noop=1 quit=1 commands=7/8
On the mail server that I'm testing I have it relay all mail through via the smart host. I've tried it with both port 25 / 26 as well as the with and without auth using the "root" user on the PMG server with the same results.
I'm not sure what I'm missing here. Its something to do with relay but I'm confused as to why the existing ones work but the external site is failing.
Any help / pointers would be appreciated.