![]() |
php Apps email not going through
I have hit on this before a long time ago and now it has grown into a bigger problem. I will outline it best as possible:
PROBLEM A: A site on our ISPconfig server uses phpBB and i found out most people on aol, yahoo, and most other servers are not getting emails that phpBB is generating IE: new registrations, remiders, etc... I have attached below a log of my mail LOG when i tried to send a new registartion email from phpBB to a yahoo account Code:
May 22 14:49:19 server postfix/smtpd[14231]: connect from localhost[127.0.0.1]Code:
May 22 14:51:11 server postfix/smtpd[14231]: connect from unknown[222.91.125.98]Code:
May 22 14:49:31 server postfix/smtp[14285]: A69BE3658D: to=<palkat1972@yahoo.com>, relay=mx3.mail.yahoo.com[67.28.113.10], delay=12, status=sent (250 ok dirdel)AOL Finally showed the message on my AOL mail after many minutes but yahoo still no go. I CAN email yahoo account no problem using my webmail on the same ispCONFIG server. any advice??? PROBLEM B: another program ran on the ispconfig server is a voodoochat program and yahoo users also do not get new sign up emails on that program here is the mail log for a email sent to yahoo in that voodoochat program on the ispConfig server: Code:
May 22 14:55:26 server postfix/smtp[14465]: C39D14193D: to=<palkat1972@yahoo.com>, relay=mx3.mail.yahoo.com[4.79.181.13], delay=5, status=bounced (host mx3.mail.yahoo.com[4.79.181.13] said: 501 Syntax error in parameters or arguments (in reply to MAIL FROM command))Thanks in advance!!!! |
Argh..........Alright don't think im a total idiot please!! LOL
For the phpBB program i change in its setup the mail server from the defaul localhost to manully configuring the SMTP for that domain and gave it a admin username and password for that domain. now that phpBB is sending email to sofar aol, hotmail, yahoo..<knock on wood> but my PROBLEM B in the first post still is happening any input on that?? * I did get this from the creator of the vochat program about the email not going through in that script * ""the chat itself uses standard php.net/mail function. so it's a problem in your server configuration. btw, check mail log files."" |
Quote:
|
thanks Falko,
It's not just yahoo in looking in my emails here is the log file showing a person on BELLSOUTH network and those people are not getting emails from the same vochat script. Code:
May 22 16:14:16 server postfix/pickup[20298]: 0FDAD2DF0A: uid=30 from=<wwwrun>Also should i setup SPF info for my main domain that is shown in the logs under ispConfig. Right now the SPF for the oneillpcs.com domain in ispconfig just has LOCALHOST |
This is the problem:
Code:
May 22 16:14:16 server postfix/qmgr[20299]: 0FDAD2DF0A: from=<wwwrun>, size=546, nrcpt=1 (queue active)What's in /etc/postfix/main.cf? |
Here is the mail.cf file due to size I removed most of the #COMMENTS# on instructions:
Code:
# |
These two lines cause your problem:
Code:
append_at_myorigin = no |
Falko,
As always YOU ROCK!!! Thanks, those two lines commented out got that script to start email to yahoo!!! Until next time, (hopefully not soon) have a drink on me! :D |
Helpful to me too. Thanks much, guys!
|
Quote:
|
| All times are GMT +2. The time now is 00:40. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.