I think I must have something wrong with my installation or my expectations. I have setup a home network with PMG5, handing off to 3 internal mailservers/webservers running ISPConfg 3 on Debian 9.
So I think what is happening is that there is no interaction with the internal ISPCONFIG3 servers at all from outside the LAN. How do I get the PMG server to authenticate with the other servers?
- I am trying to send email from outside my LAN (in another city to study).
- My email client (Thunderbird on Ubuntu) has SMTP authentication set up, sending to port 25
- I can send email to my own domains.
- I can receive email on those internal servers.
- I CANNOT send to other domains at all.
Code:
Feb 22 21:09:30 email postfix/postscreen[4755]: CONNECT from [27.252.82.144]:46776 to [10.0.2.32]:25
Feb 22 21:09:31 email postfix/postscreen[4755]: PASS OLD [27.252.82.144]:46776
Feb 22 21:09:31 email postfix/smtpd[4757]: connect from 144.82.252.27.dyn.cust.vf.net.nz[27.252.82.144]
Feb 22 21:09:31 email postfix/smtpd[4757]: Anonymous TLS connection established from 144.82.252.27.dyn.cust.vf.net.nz[27.252.82.144]: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Feb 22 21:09:31 email postfix/smtpd[4757]: NOQUEUE: reject: RCPT from 44.82.252.27.dyn.cust.vf.net.nz[27.252.82.144]: 454 4.7.1 <blah@blahblah.co.nz>: Relay access denied; from=<onyx@mydomain.com> to=<blah@blahblah.co.nz> proto=ESMTP helo=<[192.168.1.95]>
Feb 22 21:09:34 email postfix/smtpd[4757]: disconnect from 144.82.252.27.dyn.cust.vf.net.nz[27.252.82.144] ehlo=2 starttls=1 mail=1 rcpt=0/1 quit=1 commands=5/6
So I think what is happening is that there is no interaction with the internal ISPCONFIG3 servers at all from outside the LAN. How do I get the PMG server to authenticate with the other servers?