So I am trying to get the mail server running on ec2, when I check the /etc/postfix setting there is no domain other than the initial intranet domain. I have created my mail domain under: Domain > mail on mail domain type under my.intranet:/mail/domain
Am I missing something on aws ec2 setup of the UCS 5.0 ami?
Is there some settings in /etc/postfix that are not working?
Are there any more in-depth instruction I can get?
IIRC, postfix pulls that from the ldap directory. This should be reflected in the postfix settings files as they should be generated from templates when settings change that would affect the postfix config.
so I put a mail proxy in place instead of having UCS on ec2, using wireguard to create a connection between the proxy and main UCS instance.
Using ufw to pre routing. /etc/ufw/before.rules
now I can telnet to port 25 from with in my network and across my wireguard tunnel. but when I try to access it over the EIP of the Proxy host I get access denied now.