[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re:Problem with the sendmail/RaQ3 upgrade from PkgMaster
- Subject: [cobalt-users] Re:Problem with the sendmail/RaQ3 upgrade from PkgMaster
- From: Charlie Summers <charlie@xxxxxxxxxx>
- Date: Fri Mar 7 15:03:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
At 4:57 PM -0500 3/7/03, Per Magne Knutsen is rumored to have typed:
> I can no longer send mail by
> POP (I can send via the command-line with the mail command, or use the
>webmail
> client I have installed, NeoMail).
You don't send mail via POP, you _receive_ mail via the Post Office
Protocol. You send mail via SMTP (Simple Mail Transfer Protocol). What you
describe implies your server is no longer running, something I've found
routine on RaQ3's (/etc/rc.d/init.d/restart frequently fails to restart the
server on RaQ3's, in my experience, and the script for the PkgMaster package
uses restart). This also, BTW, means you're not getting any mail from the
outside of your box, something you need to correct immediately for obvious
reasons.
SSH into your box, su to root, and:
cd /etc/rc.d/init.d
./sendmail stop
<<wait a few seconds...twiddle thumbs...whistle a little...>>
./sendmail start
Charlie