[SOLVED] PMG Postfix configuration

I don't see why this should not work - but have not tried it myself - so definitely keep an eye on your logs to verify everything works.

Quite many things in SMTP do rely on the correct time of a reject code (the recipient verification of postfix itself needs a 5xx after the RCPT command to work for example

if you want to still try it - you need to modify the postfix config using the templateing system:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine

I hope this helps!

P.S. the 'TUTORIAL' tag of threads is meant to indicate if someone has posted a tutorial - i.e. a HOWTO - not a question
 
I don't see why this should not work - but have not tried it myself - so definitely keep an eye on your logs to verify everything works.

Quite many things in SMTP do rely on the correct time of a reject code (the recipient verification of postfix itself needs a 5xx after the RCPT command to work for example

if you want to still try it - you need to modify the postfix config using the templateing system:
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine

I hope this helps!

P.S. the 'TUTORIAL' tag of threads is meant to indicate if someone has posted a tutorial - i.e. a HOWTO - not a question
Many thanks!