On Thu, Jan 08, 2026 at 01:55:24PM -0500, Dennis Putnam via Postfix-users wrote:
> I just noticed that when I run postconf -d the output for debug_peer_list
> is:
>
> debug_peer_list =
That's because "postconf -d" reports compile-time defaults.
Your actually settings are reported with "postconf -n".
> Here is what I have in main.cf:
>
> debug_peer_level = 3
> debug_peer_list = smtp.att.yahoo.com
> debug_peer_list = 127.0.0.1
That is equivalent to:
# Unwise, "2" is a much better choice.
debug_peer_level = 3
# Last setting wins
debug_peer_list = 127.0.0.1
The correct list format is:
debug_peer_list = smtp.att.yahoo.com, 127.0.0.1
--
Viktor. 🇺🇦 Слава Україні!
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]