+++ [EMAIL PROTECTED] [linux-india] <10/01/02 15:20 +0530>: > Our mail server is now running on Redhat 7.2. Our sendmail file is > 8.11.6 which is the recent one. Earlier 8.8.7 our imap,pop and smtp allare > working fine. Now we upgrade the same to 8.11.6. The problem is sendmail > is working fine except the relay in smtp is not working. In client machine > we annot send mails from outlook express,eduro etc. Can anybody help in > this regard.
http://www.sendmail.org/tips/relaying.html - where are your clients sending from? If the local lan is 192.168.0.0/16 (192.168.xxx.xxx) then put 192.168 RELAY <- use tabs there in /etc/mail/access then run # makemap hash /etc/mail/access.db < /etc/mail/access thats it -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #011 -**< Sub : Removing a HUGE file >**- To remove a HUGE file which causes crash of ls & rm commands do: $ cat /dev/null > mybigfile $ rm mybigfile _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
