[SOLVED] What will happen if dwarning=0?

ukro

Member
May 16, 2021
124
13
23
39
Greetings,
How would PMG react if dwarning is set to 0?

dwarning: <integer> (0 - N) (default = 4)
SMTP delay warning time (in hours).

Thank you
 
you/your users would not get any warnings/messages that a mail has been queued for a certain time, and getting rejected with a temporary failure code 4xx

check /var/lib/pmg/templates/main.cf.in:
Code:
[% IF pmg.mail.dwarning %]
delay_warning_time = [% pmg.mail.dwarning %]h
[% END %]
if it's 0 the if evaluates to false and no delay_warning_time is set in the postfix config

I hope this explains it!
 
  • Like
Reactions: ukro

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!