+++ abrar hazarika [linux-india] <21/02/02 07:13 +0000>: > installing sendmail i came to this step where message > sare returned back with error 450 saying relaying > temporarily denied ... cannot resolve PTR record for > 192.168.0.8 (my own machine) > i am using smtp to send mails. > where am i stuck???
Sendmail shouldnt normally look at reverse DNS. Just see if you have allowed relaying for 192.168 IP block in access.db Go to http://www.sendmail.org/faq/ - one of the top 5 faqs is relaying denied. -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #167 -**< Sub : Lesser known commands (xargs) >**- xargs is a filter for feeding argumants to a command. It can break data stream into chunks for filters/ commands to process [e.g. 'ls | xargs -p -l gzip' gzips all files in the current directory sequentially after giving prompt at each file]. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
