fgams Member Proxmox Subscriber Jun 10, 2021 33 5 8 Maryland, USA Jul 15, 2021 #1 pmg has the ability to forward all outgoing email to a smarthost. Is there a way to configure multiple smarthosts? Thanks
pmg has the ability to forward all outgoing email to a smarthost. Is there a way to configure multiple smarthosts? Thanks
H hata_ph Well-Known Member Nov 13, 2019 866 200 48 45 Jul 15, 2021 #2 Use transport for multiple outgoing host.
fgams Member Proxmox Subscriber Jun 10, 2021 33 5 8 Maryland, USA Jul 15, 2021 #3 I think transport is for incoming only.
H hata_ph Well-Known Member Nov 13, 2019 866 200 48 45 Jul 15, 2021 #4 fgams said: I think transport is for incoming only. Click to expand... I use transport for outgoing mail with different postfix servers.
fgams said: I think transport is for incoming only. Click to expand... I use transport for outgoing mail with different postfix servers.
Stoiko Ivanov Proxmox Staff Member Staff member May 2, 2018 9,296 1,695 248 Jul 15, 2021 #5 fgams said: Is there a way to configure multiple smarthosts? Click to expand... not via the GUI - have not checked explicitly but would assume that you can achieve that by modifying the postfix config (I think starting with `man 5 transport` should help in finding the necessary options) If you adapt the postfix config in PMG you need to do so via the templateing system: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine do you want to send the mails out in a round-robin fashion? or how do you want to decide which mail goes out where? I hope this helps!
fgams said: Is there a way to configure multiple smarthosts? Click to expand... not via the GUI - have not checked explicitly but would assume that you can achieve that by modifying the postfix config (I think starting with `man 5 transport` should help in finding the necessary options) If you adapt the postfix config in PMG you need to do so via the templateing system: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine do you want to send the mails out in a round-robin fashion? or how do you want to decide which mail goes out where? I hope this helps!