Mail from a phpnuke site not being sent or bounced?

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Mail from a phpnuke site not being sent or bounced?

Unread post by Galactic Zero »

Ok, I have a client that has folks that are not getting their registration info (password) via email and I'm not sure where the problem may reside.

Here is the portion of the mail log for a user that said he didn't get the email, which shows it was bouned.

Jan 23 15:40:40 gz qmail: 1106516440.915159 new msg 622741
Jan 23 15:40:40 gz qmail: 1106516440.915257 info msg 622741: bytes 642 from <anonymous@gz.galacticzer$
Jan 23 15:40:40 gz qmail: 1106516440.986117 starting delivery 1583: msg 622741 to remote dtresendes@c$
Jan 23 15:40:40 gz qmail: 1106516440.986197 status: local 0/10 remote 1/20
Jan 23 15:40:47 gz qmail: 1106516447.768944 delivery 1583: failure: Connected_to_68.6.19.3_but_sender$
Jan 23 15:40:47 gz qmail: 1106516447.769047 status: local 0/10 remote 0/20
Jan 23 15:40:47 gz qmail: 1106516447.806278 bounce msg 622741 qp 10238
Jan 23 15:40:47 gz qmail: 1106516447.806346 end msg 622741

Question is why it got bounced and how do I fix it?

Thanks in advance.
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Whats the rest of this truncated line say:

Jan 23 15:40:47 gz qmail: 1106516447.768944 delivery 1583: failure: Connected_to_68.6.19.3_but_sender$

Thats the valid error
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post by Galactic Zero »

Thanks Scott for the assist.. here is the rest of that line:

Jan 23 15:40:40 gz qmail: 1106516440.986197 status: local 0/10 remote 1/20

Jan 23 15:40:47 gz qmail: 1106516447.768944 delivery 1583: failure:
Connected_to_68.6.19.3_but_sender_was_rejected.
/Remote_host_said:_553_gz.galacticzero.net_does_not_exist/

Jan 23 15:40:47 gz qmail: 1106516447.769047 status: local 0/10 remote 0/20
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Looks like a mangled email address, thats saying that the username is:

gz.galacticzero.net
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post by Galactic Zero »

That's the name of my server.....
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

A 553 error means "Requested action not taken: mailbox name not allowed", my guess is that the email address being sent to looks like this:

bob@gz.galacticzero.net@gz.galacticzero.net

Or maybe its just gz.galacticzero.net@gz.galacticzero.net
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post by Galactic Zero »

Ok, here is the full untruncated section:

Jan 23 15:40:40 gz qmail: 1106516440.915159 new msg 622741
Jan 23 15:40:40 gz qmail: 1106516440.915257 info msg 622741: bytes 642 from
<anonymous@gz.galacticzero.net> qp 10236 uid 48
Jan 23 15:40:40 gz qmail: 1106516440.986117 starting delivery 1583: msg 622741 to remote
dtresendes@cox.net
Jan 23 15:40:40 gz qmail: 1106516440.986197 status: local 0/10 remote 1/20
Jan 23 15:40:47 gz qmail: 1106516447.768944 delivery 1583: failure:
Connected_to_68.6.19.3_but_sender_was_rejected.
/Remote_host_said:_553_gz.galacticzero.net_does_not_exist/
Jan 23 15:40:47 gz qmail: 1106516447.769047 status: local 0/10 remote 0/20
Jan 23 15:40:47 gz qmail: 1106516447.806278 bounce msg 622741 qp 10238
Jan 23 15:40:47 gz qmail: 1106516447.806346 end msg 622741

Could it be that the recevining server didn't like the anno email?
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
NightStorm
Forum User
Forum User
Posts: 60
Joined: Sun Dec 05, 2004 4:16 am

Unread post by NightStorm »

Cross-posted from the Ev1 Forum:
I had this same problem for a bit, till I figured out that my email server was reporting as a domain that had no valid IP attached to it (when I set the hostname for the server, in my haste, I neglected to create a DNS record for it pointing to the servers main IP). Essentially, the server hostname did not exist as a valid record... and because a lot of mailservers now use IP <-> DNS lookup as a way to combat spam (possible mail relays), they will reject the connection if the 2 do not match.
Go into your domain DNS control for galacticzero.net, and create an A record for "gz" that points to your servers primary IP address... then try again.
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post by Galactic Zero »

Thanks NightStorm.. added that to my DNS record, now to see if that fixes the problem.
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
Post Reply