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 <[email protected]>

BOFH excuse #296:

The hardware bus needs a new token.
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to