Hello all
I'm trying to get sendmail to work in 10.2.1
I followed the instructions in the O'Reilly article in the link below.
http://www.macdevcenter.com/pub/a/mac/2002/09/10/sendmail.html
Sendmail does work if I send mail to an address that does not exist. Like this in the terminal.
% mail doesntexist
it looks up my aliases file and sends an email to the proper address stating mail could not be delivered. this is part of the email.
----- The following addresses had permanent fatal errors -----
myemail@pacbell.net
(reason: 553 5.1.8 <sonic@g4.domain.com>... Domain of sender address sonic@g4.domain.com does not exist)
(expanded from: test)
in addition if I try sending mail this way I get the following errors in the mail.log
% sendmail -v myemail@pacbell.net
test
.
Oct 6 14:02:00 G4 sendmail[634]: gethostbyaddr(192.168.0.216) failed: 3
Oct 6 14:02:05 G4 sendmail[634]: g96L20uN000634: from=sonic, size=30, class=0, nrcpts=1, msgid=<200210062102.g96L20uN000634@g4.domain.com>, relay=sonic@localho$
Oct 6 14:02:06 G4 sendmail[634]: g96L20uN000634: to=myemail@pacbell.net, ctladdr=sonic (501/20), delay=00:00:06, xdelay=00:00:01, mailer=esmtp, pri=30009, rela$
Oct 6 14:19:23 G4 sendmail[641]: gethostbyaddr(192.168.0.216) failed: 3
And if I try sending mail from a php script running on apache I get this error in mail.log:
Oct 6 14:19:24 G4 sendmail[641]: g96LJNVY000641: from=www, size=340, class=0, nrcpts=1, msgid=<200210062119.g96LJNVY000641@g4.domain.com>, relay=www@localhost
Oct 6 14:19:25 G4 sendmail[643]: g96LJNVY000641: to=myemail@pacbell.net, ctladdr=www (70/70), delay=00:00:02, xdelay=00:00:01, mailer=esmtp, pri=30109, relay=$
Oct 6 14:19:25 G4 sendmail[643]: g96LJNVY000641: g96LJPVX000643: DSN: Data format error
Oct 6 14:19:27 G4 sendmail[643]: g96LJPVX000643: to=www, delay=00:00:02, xdelay=00:00:02, mailer=local, pri=31364, dsn=2.0.0, stat=Sent
Could it be that this has something to do with Rendezvous. I keep seeing g4.local in other areas. Maybe Rendezous is screwing something up. Any suggestions
Thanks in advance....
I'm trying to get sendmail to work in 10.2.1
I followed the instructions in the O'Reilly article in the link below.
http://www.macdevcenter.com/pub/a/mac/2002/09/10/sendmail.html
Sendmail does work if I send mail to an address that does not exist. Like this in the terminal.
% mail doesntexist
it looks up my aliases file and sends an email to the proper address stating mail could not be delivered. this is part of the email.
----- The following addresses had permanent fatal errors -----
myemail@pacbell.net
(reason: 553 5.1.8 <sonic@g4.domain.com>... Domain of sender address sonic@g4.domain.com does not exist)
(expanded from: test)
in addition if I try sending mail this way I get the following errors in the mail.log
% sendmail -v myemail@pacbell.net
test
.
Oct 6 14:02:00 G4 sendmail[634]: gethostbyaddr(192.168.0.216) failed: 3
Oct 6 14:02:05 G4 sendmail[634]: g96L20uN000634: from=sonic, size=30, class=0, nrcpts=1, msgid=<200210062102.g96L20uN000634@g4.domain.com>, relay=sonic@localho$
Oct 6 14:02:06 G4 sendmail[634]: g96L20uN000634: to=myemail@pacbell.net, ctladdr=sonic (501/20), delay=00:00:06, xdelay=00:00:01, mailer=esmtp, pri=30009, rela$
Oct 6 14:19:23 G4 sendmail[641]: gethostbyaddr(192.168.0.216) failed: 3
And if I try sending mail from a php script running on apache I get this error in mail.log:
Oct 6 14:19:24 G4 sendmail[641]: g96LJNVY000641: from=www, size=340, class=0, nrcpts=1, msgid=<200210062119.g96LJNVY000641@g4.domain.com>, relay=www@localhost
Oct 6 14:19:25 G4 sendmail[643]: g96LJNVY000641: to=myemail@pacbell.net, ctladdr=www (70/70), delay=00:00:02, xdelay=00:00:01, mailer=esmtp, pri=30109, relay=$
Oct 6 14:19:25 G4 sendmail[643]: g96LJNVY000641: g96LJPVX000643: DSN: Data format error
Oct 6 14:19:27 G4 sendmail[643]: g96LJPVX000643: to=www, delay=00:00:02, xdelay=00:00:02, mailer=local, pri=31364, dsn=2.0.0, stat=Sent
Could it be that this has something to do with Rendezvous. I keep seeing g4.local in other areas. Maybe Rendezous is screwing something up. Any suggestions
Thanks in advance....