+++ Praveen Kannan [linux-india] <24/01/02 20:03 +0530>: > I had configured sendmail for my local machine. I have also > masqueraded the domain to
Don't touch sendmail.cf > Here u can see that the mail is being recieved from root@locahost even > though the domain is masqueraded. Is this ok ? I heard that some mail Masquerading will change the ENVELOPE sender (smtp mail from:). The received headers will (and must) show that handoff, to make debugging easier. > servers reject mail from root@localhost because they treat it as spam. I > even checked some ILUGC mail headers, they too look like : Nobody filters on received headers like that. They will, however, filter if you try sending out mail with an envelope_from of root@localhost Take a look at http://www.hserus.net/sendmail.html if your sendmail is on a LAN or a dialup... -srs -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #169 -**< Sub : Lesser used commands (split) >**- For breaking large files to small chunks, there is already an utility called "split". see man for usage. It breaks a large file into smaller userdefined chunks with the names xaa, xab, xac ... To rejoin them, do: '$cat x* > filename' _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
