+++ Linux Rockz [linux-india] <05/06/02 00:23 -0700>: > 3772 ? S 0:01 sendmail: accepting connections > 5440 ? S 2:18 sendmail: ./g4UFJX9M011501 mx02.comstar.net.:
are they sending mail to local users or outside? > Jun 4 06:48:17 lbs0225 sendmail[7494]: g4UFwd9U012799: > to=<[EMAIL PROTECTED]>, delay=4+18:45:37, xdelay=00:03:09, > mailer=esmtp, pri=240301, relay=coteazur.com. [207.17.212.39], dsn=4.0.0, > stat=Deferred: Connection timed out with coteazur.com. these are all the to addresses... post a complete transaction grep g4UFwd9U012799 /var/log/maillog > Thanks in advance for any help you may be able to send my way. http://www.sendmail.org/tips/relaying.html -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #227 -**< Sub : Using export for passing constants to bc >**- To pass parameters to bc for calculations, export can be used. [e.g. For volume of a cylinder with "pi" and "r" pre-defined]: $export precision=4; pi=3.142; r=3.581; $echo "scale=$precision; $pi * $r^2 * 6.732" | bc $echo "scale=$precision; $pi * $r^2 * 2.656" | bc _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
