Quote:
Originally Posted by nhawk
From the looks of it, postfix isn't properly installed.
You should have the server name in there, amongst other things, 250-STARTTLS and 250-AUTH being the other most important ones.
Stop sendmail and prevent it from starting, then re-install postfix. This guide might help...
https://help.ubuntu.com/community/Postfix
|
[snip]
AUTH, TLS and SASL is all fixed,
Code:
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Code:
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 610/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 5781/master
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 5781/master
tcp6 0 0 :::80 :::* LISTEN 869/apache2
tcp6 0 0 :::22 :::* LISTEN 610/sshd
tcp6 0 0 :::25 :::* LISTEN 5781/master
tcp6 0 0 :::587 :::* LISTEN 5781/master
But I'm still getting the error with vBulletin.
Code:
Warning: fsockopen() [function.fsockopen]: unable to connect to tcp://xxx.xxx.xxx.xxx:25 (Connection refused) in [path]/includes/class_mail.php on line 747
Warning: Unable to connect to SMTP server in [path]/includes/class_mail.php on line 713
--------------- Added [DATE]1362803093[/DATE] at [TIME]1362803093[/TIME] ---------------
running more test
Code:
OK SMTP TLS OK - Supports TLS.
OK SMTP Connection Time 1.903 seconds - Good on Connection time
OK SMTP Open Relay OK - Not an open relay.
OK SMTP Transaction Time 2.278 seconds - Good on Transaction Time
--------------- Added [DATE]1362806221[/DATE] at [TIME]1362806221[/TIME] ---------------
interestingly enough, it's rejecting the MX tools I'm using and showing the log of rejecting, but shows no log of rejecting vBulletin at all.
Code:
NOQUEUE: reject: RCPT from mxtb-pws3.mxtoolbox.com[64.20.227.133]: 554 5.7.1 <test@example.com>: Relay access denied; from=<supertool@mxtoolbox.com> to=<test@example.com> proto=ESMTP helo=<please-read-policy.mxtoolbox.com>
disconnect from mxtb-pws3.mxtoolbox.com[64.20.227.133]
--------------- Added [DATE]1362807320[/DATE] at [TIME]1362807320[/TIME] ---------------
SMTP Reverse Banner Check failing wouldn't have anything to do with not being able to send messages? Right?
--------------- Added [DATE]1362808451[/DATE] at [TIME]1362808451[/TIME] ---------------
Changing the smtp listening port to 587 did absolutely nothing...