| View previous topic :: View next topic |
| Author |
Message |
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Thu Sep 04, 2003 10:27 pm Post subject: PHPnuke New User Confirmation Email Not Sent |
|
|
Does not send confirmation mail to new user registration in win2000adv server. Just found this problem and cant figure out why.
Any suggestions, or known problems. |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Thu Sep 04, 2003 10:49 pm Post subject: |
|
|
| visit xmail log links on apache2triad index |
|
| Back to top |
|
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Thu Sep 04, 2003 11:42 pm Post subject: Re: send log |
|
|
| "hightower-server" "hightower-server" "127.0.0.1" "2003-09-04 17:20:51" "hightower-server" "yahoo.com" "admin@localhost" "makyouwet@yahoo.com" "S96" "RECV=OK" "" "738" "" |
|
| Back to top |
|
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Fri Sep 05, 2003 5:51 am Post subject: Still cant get it to work |
|
|
The old version of triad didnt give me this problem.
Help |
|
| Back to top |
|
iromo
Joined: 01 Sep 2003
Posts: 1
|
| Posted: Fri Sep 05, 2003 3:33 pm Post subject: The same problem |
|
|
| Yes, it gives me the same message, i can see the log at recev but i cant see anythin from send, any idea? |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Fri Sep 05, 2003 10:06 pm Post subject: Re: Still cant get it to work |
|
|
ScsiRaidRunner wrote: The old version of triad didnt give me this problem.
but the old version of apache2triad ( 1.1.4 ) did not have xmail
what are you refering to ? |
|
| Back to top |
|
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Fri Sep 05, 2003 10:59 pm Post subject: Just need help |
|
|
| mail does not send confirmations. I have looked at all settings and dont see the problem with it. What do you need to know in order to help me configure it. How does xmail have to be set up. Cause it must not have anything to do with uebimiau. When you go to log into phpxmail there is no server name. user name and pass. |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Fri Sep 05, 2003 11:15 pm Post subject: |
|
|
well i sugest you backup your curent settings
get 1.1.6
install it
do not change anything
register to phpnuke like a regular user would and see if it sends the email
with default configuration it should allways work
if it does then you have done something wrong
if it does not then there is something wrong with your windows or my software or most likely with phpnuke
see http://www.nukecops.com/postt8397.html |
|
| Back to top |
|
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Sat Sep 06, 2003 12:44 am Post subject: ok i did what you said |
|
|
I downloaded the 1.1.6 and did a clean install, changed no settings and still no mail sent to new users mail account for confirmation. The freez reads.
[PeekTime] 1062809347 : Fri, 05 Sep 2003 19:49:07 -0500
<<
ErrCode = -81
ErrString = [MAIL FROM:] not permitted by remote SMTP server
ErrInfo = 501 Syntax error in parameters or arguments
SMAIL SMTP-Send MX = "mx1.mail.yahoo.com." SMTP = "hightower-server" From = "admin@localhost" To = "makyouwet@yahoo.com" Failed !
SMTP-Error = "501 Syntax error in parameters or arguments"
SMTP-Server = "mx1.mail.yahoo.com."
>> |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Sep 06, 2003 1:04 am Post subject: |
|
|
problem is phpnuke sends emails with the from: adress set to admin@localhost
most smtp servers dont acept adresses that dont have a fully featured hostname part like localhost
so configure phpnuke to use a diferent adress from admin@localhost
im not sure but i think that it reads the adress from the server configuration one set up in httpd.conf
how is it that "Change admin@localhost in httpd.conf to yours ! " allways eluded your eyes ? ( its the notice on main apache2triad index page) |
|
| Back to top |
|
ScsiRaidRunner
Joined: 01 Sep 2003
Posts: 8
|
| Posted: Sat Sep 06, 2003 2:14 am Post subject: I change it but |
|
|
this is what I changed in httpd.conf
ServerName 209.218.159.154:80
ServerAdmin admin@209.218.159.154
still got the same problem.
also tried to send to admin@209.218.159.154 and the freeze is.
[PeekTime] 1062814278 : Fri, 05 Sep 2003 21:11:18 -0500
<<
ErrCode = -173
ErrString = Mail loop detected
Message blocked by mail loop check !
SMTP-Error = "554 Message blocked by mail loop check"
>> |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Sep 06, 2003 10:03 am Post subject: |
|
|
209.218.159.154 = IP
209.218.159.154 ≠ hostname |
|
| Back to top |
|
kolatracks
Joined: 07 Jul 2003
Posts: 313
Location: UK
|
| Posted: Sat Sep 06, 2003 2:10 pm Post subject: |
|
|
From one of your first posts Quote: The old version of triad didnt give me this problem.
xmail has not changed (as far as I know) since it was added in 1.1.4 pro so the reason it doesn't work now has something do with how you configured it. If you backed up your old config files, as recomended, then compare them to see what's different.
As for your problem(s), here's a few tips:
1. when you get an error, look up the error code at http://www.xmailserver.com/Errors.html (not always needed)
2. then do a text search for the error description in file:///c:/apache2/mail/manual/readme.html
A search for "mail loop" in the manual shows 2 or 3 settings which might cause problems if configured incorrectly, so I suggest the first thing you do is you look them up.
Just to let you know too. Php-nuke, by default, uses the "sendmail_from" setting in php.ini.
So change that by either using the GUI in the CP or by editing php.ini manually.
Alternativly you could setup php-nuke to use an smtp account instead of php sendmail, which you can do somewhere under php-nuke general settings. |
|
| Back to top |
|
| |