+++ Sunil Dhaka [linux-india] <30/12/01 12:01 +0530>: > > What's that = sign doing there? Get rid of it and it'll likely work. > I had mentioned in reply to your first post that if the line reads > --------snip---------- > user admin with password secret is * here > --------snip-------------- > The * is not recognised as a valid user and the mail doesn't even get > dropped to admin
This is weird. > Instead it goes to collector as per the /etc/aliases file entry > root: collector Have something in collector's procmailrc to forward the stuff across? Try some of the common debugging tricks in sendmail - sendmail -d9 -bt etc to see the way mail goes ... and look at fetchmail -v to see what's going on. -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #030 -**< Sub : Database de-limiter exchange >**- To convert a comma delimited database file with a file which is tab delimited, use "tr" for the job: $tr ',' '\t' < file > newfile _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
