
20 Sep
2013
20 Sep
'13
10:08 a.m.
On Fri, Sep 20, 2013 at 05:50:09PM +1000, Russell Coker wrote:
No. "grep server /etc/postfix/*" returns no matches.
try: grep -ir 'forged mail' /etc/postfix "forged mail" isn't a standard postfix rejection message, so it must be in your configuration. the word 'forged' appears in the postfix cleanup and smtpd binaries, but not the phrase 'forged mail' # dpkg -L postfix | xargs -d '\n' grep -i forged Binary file /usr/lib/postfix/cleanup matches Binary file /usr/lib/postfix/smtpd matches # dpkg -L postfix | xargs -d '\n' grep -i 'forged mail' # craig -- craig sanders <cas@taz.net.au> BOFH excuse #296: The hardware bus needs a new token.