|
|||
|
hi all,
here's the scenario: (1) using WEBMAIL on server1, sending from domain1 to domain2, domain3 and domain4 is OK. (2) using PHP MAIL FUNCTION on server1, sending from domain1 to domain2 FAILS, but sending to domain3 and domain4 is OK. has anyone here encountered the same problem? what could possibly be the reason why message sending fails on (2)? more details: domain1 is on server1 (running on whm/cpanel) domain2 is on server2 (running on whm/cpanel) domain3/4 are additional 3rd party domains used to check if mails are received. domain2 has spamfilter, boxtrapper disabled many thanks |
|
|||
|
You need to study the logs in real time.
Get to a shell prompt. Try these commands (the locations of the files might vary depending on your os). tail -f /var/log/maillog tail -f /var/log/exim_mainlog "-f" is short for follow. If you know what email address to expect. Do this: tail -f /var/log/exim_mainlog | grep mic@rosoft.com Exim is SMTP maillog is for IMAP/POP3. The error is what you should be interested in. Also, have you tried running the delivery troubleshooter, and making sure when you enter the email address specificed in the php script, that the server can actually mail it. |
|
|||
|
thank you for your reply. will do as advised.
Quote:
|
|
|||
|
hi. i got this line pertaining to the target email address:
{date time} {message id} {email address} R=lookuphost T=remote_smtp defer (-44): SMTP error from remote email mail server after RCPT TO:{email address}: host {email domain name} {IP address}: 451 Temporary local problem - please try later how do i fix this error on the recipient server? where do i look? many thanks Quote:
|
|
|||
|
Quote:
__________________
InstaCarma Outsourced Web Hosting Technical Support and Server Management To visit out Blog , click here |
|
|||
|
Quote:
what do you mean? the recipient domain should be in the localdomains file in the sending server? thanks |
![]() |
| Tags |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| One Domain not Receiving Email - SPAMD issue? | ambition13 | 1 | 04-09-2009 03:08 PM | |
| PHP script sends email as Nobody | lemonsensation | cPanel and WHM Discussions | 5 | 11-07-2004 06:00 PM |
| Receiving email for joe@domain.com and joe@domain.net in one inbox, how to do this? | AbeFroman | cPanel and WHM Discussions | 8 | 03-11-2004 10:50 PM |
| Piping email to a PHP script results in two copies of the email being processed | Chen | cPanel and WHM Discussions | 1 | 06-20-2003 01:57 PM |