thanks len... turns out after trying it i like just the recipient better =
since I get the total number of rejects per recipient vs having a line for =
each server. thanks for the help though... bob
On Tuesday, September 9, 2003 4:16 PM, Len Conrad <[EMAIL PROTECTED]> =
wrote:
>
>
>>Sep 9 00:03:20 mx1 postfix/smtpd[11220]: EF67F4E76: reject: RCPT from
>>smtpcluster4.ebsco.com[192.73.31.203]: 550 <[EMAIL PROTECTED]
us>:
>> User unknown in relay recipient table; from=3D3D<[EMAIL PROTECTED]
bus>
>>to=3D3D<[EMAIL PROTECTED]> proto=3D3DESMTP helo=3D3D<=
smtpcluster.
>>ebsco.com>
>
>awk '/smtpd.*User unknown in relay recipient table/ {print=20
>$10" "$19" "$20" "$22}' /var/log/maillog
>
>
>Len=20
>
>
>