On Thursday 13 November 2003 11:08 am, Matt G wrote: > I have a server that i've recently taken 'ownership' of here at work. It > occationally sends out admin messages to the old owner, but I'm not sure > how to change who they go to etc. I'd start with the SMTP Aliases file - often /etc/aliases. See what's configured there. I suppose you could use grep to search all the files in /etc for a string unique to the address that's getting the messages, that might be worth while.