Re: [courier-users] Problems with mails sent by PHP

2007-06-24 Thread sato x
Hi guys, I'm a beginner to this matter either. But perhaps this can help, if I'm not mistaken. As with this line from previous email: > > 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - > > chkuser) My clients used to received this kind of message (MTA: qmail or qmail-ldap

Re: [courier-users] Problems with mails sent by PHP

2007-06-19 Thread Gordon Messmer
Bernd Plagge wrote: > > error and the solution was to set up a smarthost without TLS. > > However, this would send all mail to the primary mail host - and of > course the mail for the non local domain (not hosted on that machine) > was forwarded as well - and consequently rejected. Are you sayin

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Bernd Wurst
Hi. I can confirm what Sam sais, I also didn't get what your problem really is... Am Dienstag, 19. Juni 2007 schrieb Bernd Plagge: > When I set this up I got a >  454 TLS missing certificate: > > error and the solution was to set up a smarthost without TLS. ...but THIS should never be called a

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Sam Varshavchik
Bernd Plagge writes: Sam, while you're right in saying that the message comes from qmail you are not right in stating that I made something up in 'thin air'. The machine the mail was sent from is running Courier and it is also serving as a backup MX for some domains - although NOT for the doma

[courier-users] Problems with mails sent by PHP

2007-06-18 Thread Bernd Plagge
arshavchik <[EMAIL PROTECTED]> > 宛先:: Courier-Users (E-mail) > 件名: Re: [courier-users] Problems with mails sent by PHP > 日付: Mon, 18 Jun 2007 18:22:59 -0400 > > Gordon Messmer writes: > > > Bernd Plagge wrote: > >> Jun 15 11:26:22 tokyo courieresmtp: > &g

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Jeff Jansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernd Plagge wrote: > This should send 1 mail to [EMAIL PROTECTED] and 1 mail to > [EMAIL PROTECTED] > > Jun 15 11:26:22 tokyo courieresmtp: > id=0001044A.4671F8CC.752A,from=<[EMAIL PROTECTED]>,addr=<[EMAIL > PROTECTED]>: > 553 sorry, that doma

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Sam Varshavchik
Bernd Plagge writes: Sam, I'm not sure why you treat me like that. While I changed domain names I did this in a consistent manner - because it is no good to find all the data in Google. I posted actual PHP code and actual log entries. ... but then again, I can read the code myself - just tak

[courier-users] Problems with mails sent by PHP

2007-06-18 Thread Bernd Plagge
onger. Regards, Bernd On Mon, 18 Jun 2007 10:21:57 -0700 [EMAIL PROTECTED] wrote: > 差出人: Sam Varshavchik <[EMAIL PROTECTED]> > 宛先:: courier-users@lists.sourceforge.net > 件名: Re: [courier-users] Problems with mails sent by PHP > 日付: Sun, 17 Jun 2007 20:49:10 -0400 > > B

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Gordon Messmer
Sam Varshavchik wrote: > Gordon Messmer writes: >> >> My guess is that you've modified "esmtpaccess/default", so that >> 127.0.0.1 is no longer a "RELAYCLIENT". > > Wrong guess. It wouldn't be the first time. Especially in the morning. > The above error message is from qmail. > > Do you now u

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Sam Varshavchik
Gordon Messmer writes: Bernd Plagge wrote: Jun 15 11:26:22 tokyo courieresmtp: id=0001044A.4671F8CC.752A,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser) My guess is that you've modified "esmtpaccess/defa

Re: [courier-users] Problems with mails sent by PHP

2007-06-18 Thread Gordon Messmer
Bernd Plagge wrote: > Jun 15 11:26:22 tokyo courieresmtp: > id=0001044A.4671F8CC.752A,from=<[EMAIL PROTECTED]>,addr=<[EMAIL > PROTECTED]>: > 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - > chkuser) My guess is that you've modified "esmtpaccess/default", so that 12

Re: [courier-users] Problems with mails sent by PHP

2007-06-17 Thread Sam Varshavchik
Bernd Plagge writes: Hi, I'm having some problems to send mail from PHP. PHP code: $to = '[EMAIL PROTECTED]'; $from = '[EMAIL PROTECTED]'; I stopped reading right there. If you ask for help with mail delivery problems, post the actual data, and actual log entries, and not some random made

[courier-users] Problems with mails sent by PHP

2007-06-17 Thread Bernd Plagge
Hi, I'm having some problems to send mail from PHP. PHP code: $to = '[EMAIL PROTECTED]'; $from = '[EMAIL PROTECTED]'; $replyto = $email; $subject = 'This is the subject'; $headers = "From: ".$from."\n" ."Reply-to: ".$email."\n" ."MIME-Version: 1.0\n"