Hi,
I am trying to insert PMG befeore my mail server. I read Proxmox MG admin guide but I have these questions:
Imap port for the client (ex. like thunderbird) must point always to the mailsever and not to PMG? Since, from the guide, I read PMG doesn't deal this job.
So DNS MX records must point to PMG IP public addresses (since it fileters communication server to server on port 25) while for client (like thunderbird) I must configure mail server public ip address. Is it right?
For local communication from PMG to mail server inside mail server I have to modify smtp port from 25 to 26 (I have postfix):
Is it right?
Thanks.
I am trying to insert PMG befeore my mail server. I read Proxmox MG admin guide but I have these questions:
Imap port for the client (ex. like thunderbird) must point always to the mailsever and not to PMG? Since, from the guide, I read PMG doesn't deal this job.
So DNS MX records must point to PMG IP public addresses (since it fileters communication server to server on port 25) while for client (like thunderbird) I must configure mail server public ip address. Is it right?
For local communication from PMG to mail server inside mail server I have to modify smtp port from 25 to 26 (I have postfix):
Code:
# from this
smtp inet n - y - - smtpd
# to this
#26 inet n - y - - smtpd
Thanks.