I have postfix and a local LMTP server running. In my main.cf, I have append_at_myorigin = no
. When I run postconf|grep append_at_myorigin
I get that this value is no.
But for some reason, postfix is still appending myorigin to non-FQDNs (i.e. sending to user becomes user@my-devices-hostname), and unsurprisingly the LMTP server has no idea what to do with these rewritten addresses.
Why is postfix doing this, and how can I make it stop?
According to: http://www.postfix.org/postconf.5.html, append_at_myorigin should not be changed. Without seeing your logfiles, it's a bit hard to understand what's going on. Try setting verbose logging for the snmpd in master.conf " snmpd -v
the man page