Setting Up Sendmail - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: SMTP (https://www.linux-noob.com/forums/forum-86.html) +--- Thread: Setting Up Sendmail (/thread-1643.html) |
Setting Up Sendmail - Michale - 2007-01-09 I have an FC6 Linux box that I have just installed PHP Nuke on.. It has been a while since I admin'ed a linux box and I guess I am rusty on how to set up Sendmail. No NET mail is getting in or out of my Server and the MailLog shows this: Jan 9 07:02:29 specialopsdivision sendmail[10860]: l09C2TAB010860: from=apache, size=811, class=0, nrcpts=1, msgid=<200701091202.l09C2TAB010860@specialopsdivision.us>, relay=apache@localhost Jan 9 07:02:29 specialopsdivision sendmail[10861]: l09C2Tqj010861: from=<apache@specialopsdivision.us>, size=1003, class=0, nrcpts=1, msgid=<200701091202.l09C2TAB010860@specialopsdivision.us>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] (may be forged) Jan 9 07:02:29 specialopsdivision sendmail[10860]: l09C2TAB010860: to=bookman2@charter.net, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30811, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (l09C2Tqj010861 Message accepted for delivery) Jan 9 07:02:30 specialopsdivision sendmail[10863]: l09C2Tqj010861: to=<bookman2@charter.net>, ctladdr=<apache@specialopsdivision.us> (48/48), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=121003, relay=mx00.mail.bellsouth.net. [205.152.58.32], dsn=5.1.1, stat=User unknown Jan 9 07:02:30 specialopsdivision sendmail[10863]: l09C2Tqj010861: l09C2Uqj010863: DSN: User unknown Jan 9 07:02:30 specialopsdivision sendmail[10863]: l09C2Uqj010863: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32262, dsn=2.0.0, stat=Sent Can anyone point out what I am doing wrong? Thanx Michale Setting Up Sendmail - xDamox - 2007-01-09 Have you got Sendmail listening on all interfaces, by default sendmail will only listen on 127.0.0.1 Setting Up Sendmail - Michale - 2007-01-09 Quote:Have you got Sendmail listening on all interfaces, by default sendmail will only listen on 127.0.0.1 I think so, lemme look... Well, I can't seem to locate the proper line in the Sendmail.cf Where would I look for that info?? Thanx for the reply.. Michale Setting Up Sendmail - Michale - 2007-01-09 Basically what I need is a tutorial entitled: SENDMAIL FOR CHIMPS [img]<___base_url___>/uploads/emoticons/default_rolleyes.gif[/img] :rolleyes: Michale Setting Up Sendmail - xDamox - 2007-01-09 Hi, I dont think you edit the sendmail.cf manually you have to edit the sendmail.mc file as the sendmail.mc file is then converted into the sendmail.cf file. I would suggest you have a read of; [/url]http://www.redhat.com/docs/manuals/linux/R...l-sendmail.html [url=http://www.redhat.com/support/resources/fa...-FAQ/book1.html]http://www.redhat.com/support/resources/fa...-FAQ/book1.html |