PDA

View Full Version : Email Error When Sending Mail Via Vbulletin


TheSpunkyLobster
30th January 2009, 20:31
Hey Hoping someone can shed some light on this.

When sending an automated email from a vbulletin forum, i end up with the following error in my mail.log.

[code]
Jan 30 19:14:10 server1 postfix/pickup[28403]: E38709F8552: uid=33 from=<www-data>
Jan 30 19:14:10 server1 postfix/cleanup[29793]: E38709F8552: message-id=<200901301810.2f8935112849@XXX.net>
Jan 30 19:14:10 server1 postfix/qmgr[28406]: E38709F8552: from=<www-data@server1.XXX.com>, size=800, nrcpt=1 (queue active)
Jan 30 19:14:11 server1 postfix/smtp[29795]: certificate verification failed for XXX.com: num=18:self signed certificate
Jan 30 19:14:11 server1 postfix/smtp[29795]: E38709F8552: to=<stories@XXX.com>, relay=XXX.com[83.149.117.94]:25, delay=1.1, delays=0.01/0.01/0$
Jan 30 19:14:12 server1 postfix/cleanup[29793]: 0BDB29F8553: message-id=<20090130181412.0BDB29F8553@server1.XXX.com>
Jan 30 19:14:12 server1 postfix/bounce[29796]: E38709F8552: sender non-delivery notification: 0BDB29F8553
Jan 30 19:14:12 server1 postfix/qmgr[28406]: E38709F8552: removed
[code]

I'm running Debian Etch and the latest ISPconfig version 2.

Followed the server perfect server install as well.

Any ideas?

till
30th January 2009, 21:44
Do you run your server on a dsl line or in a datacenter with a fixed IP?

TheSpunkyLobster
30th January 2009, 21:50
It's in a datacenter

till
30th January 2009, 21:58
Is the Ip 83.149.117.94 on your server or is this an external server?

TheSpunkyLobster
30th January 2009, 22:08
No that's an external ip address where the email was sent to.

falko
31st January 2009, 14:57
No that's an external ip address where the email was sent to.

You're relaying through that server, right? Are you sure the relay is working?

Jan 30 19:14:12 server1 postfix/bounce[29796]: E38709F8552: sender non-delivery notification: 0BDB29F8553
Jan 30 19:14:12 server1 postfix/qmgr[28406]: E38709F8552: removed
Did you receive a sender non-delivery notification? If so, what's in it?

TheSpunkyLobster
31st January 2009, 17:22
I'm not relaying I don't think. That's the ip address of anotehr server I own which is where the email account that should have got that email is based. Completely seperate from the ispconfig server.

I have nothing in the inbox for the domain of the vbulletin although i do have a catchall email set up.

TheSpunkyLobster
31st January 2009, 17:30
Just as an extra thought, I can send an email through roundcube to the same email that is bouncing the vbulletin email if that helps?

till
31st January 2009, 18:08
Then take a look at the mail log of your other server to see why it refuses the email.

TheSpunkyLobster
31st January 2009, 18:55
Till: This is the errors on the other server in the exim_reject.log:

2009-01-31 17:50:29 H=(server1.komodoarcade.com) [212.117.165.30] sender verify fail for <www-data@server1.komodoarcade.com>: The mail server could not deliver mail to www-data@server1.komodoarcade.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
2009-01-31 17:50:29 H=(server1.komodoarcade.com) [212.117.165.30] F=<www-data@server1.komodoarcade.com> rejected RCPT <stories@komodorock.com>: Sender verify failed

till
31st January 2009, 22:50
Configure vbulletin to use an existing emial address as sender address for its notifications or disable sender address validation in your other server.

TheSpunkyLobster
3rd February 2009, 02:15
This seems to have solved the problem for vbulletin. I selected an option in the forum admin section under email for this purpose.