> I really am my own worst enemy. BACH is going crazy trying to deliver mail > to [EMAIL PROTECTED] > > I don't what it's trying to deliver to cshore.com instead of > imgate1.cshore.com. There's nothing listed in relay or transport map. Didn't > you have a script that would delete all mail for a particular sender.
There is a quick command line one in man postsuper
mailq | tail +2 | awk 'BEGIN { RS = "" } \
/ [EMAIL PROTECTED]/ { print $1 } \
' | tr -d '*!' | postsuper -d -
--Eric
