no wonder, i am slowly moving the whole email system towards postfix. the problem is that, i have to test a lot of things, including amavis else, my MTA would be a waste, if it cannot scan emails.
arvind ----- Original Message ----- From: "Suresh Ramasubramanian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Arvind" <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 4:42 PM Subject: Re: [LIH]accepting mail for another domain | +++ Arvind <Monday 20 May 2002 06:21 pm>: | > i did a start and sendmail started. | > and when i checked service sendmail status | > it said | > sendmail is dead | > so even thought it said, started, it was not starting up. | > could not keep it down for debugging as its the production server., | | try this in such cases - | | # killall -9 sendmail | # /usr/sbin/sendmail -bd -q15m | | the deadrat initscript for sendmail is majorly screwed up, to say the least. | | -srs | -- | 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
