This is a discussion on problem to send email from sendmail to qmail server within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi I have a web server with apache/php and this server use sendmail in mail() function of PHP. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I have a web server with apache/php and this server use sendmail in mail() function of PHP. I have a qmail server with vpopmail, smtp auth, empf..., with my mail acounts. But I donīt work that sendmail send mail to qmail server. Anybady can help-me? PS. log gerated by sendmail: == Oct 31 20:42:43 ceres sendmail[15523]: k9VMghnV015523: from=servweb@testedominio.com, size=5716, class=0, nrcpts=2, msgid=<200610312242.k9VMghnV015523@servweb.testedo minio.com>, bodytype=8BITMIME, proto=SMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Oct 31 20:42:44 ceres sendmail[15525]: k9VMghnV015523: to=renato@testedominio.com, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=155716, relay=mx.testedominio.com. [200.200.200.201], dsn=5.1.1, stat=User unknown Oct 31 20:42:44 ceres sendmail[15525]: k9VMghnV015523: to=renato@testedominio.com, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=155716, relay=testedominio. [200.200.200.201], dsn=5.1.1, stat=User unknown Oct 31 20:42:44 ceres sendmail[15525]: k9VMghnV015523: k9VMginV015525: DSN: User unknown Oct 31 20:42:50 ceres sendmail[15525]: k9VMginV015525: to=renato@testedominio.com, delay=00:00:06, xdelay=00:00:06, mailer=esmtp, pri=37007, relay=mx.testedominio.com. [200.200.200.201], dsn=2.0.0, stat=Sent (ok 1162334633 qp 22935) == |
|
|||
|
On 2006-11-01, Renato <renato.diogo@gmail.com> wrote:
> I have a web server with apache/php and this server use sendmail in > mail() function of PHP. > > I have a qmail server with vpopmail, smtp auth, empf..., with my mail > acounts. > > But I donīt work that sendmail send mail to qmail server. Just de-install sendmail, and make a symbolic link from the original sendmail path to /var/qmail/bin/sendmail. The latter works as a drop-in replacement of sendmail for mail sending applications. Andreas. |