Linulex
Silver Pleskian
Hi all,
I am testing to switch qmail for postfix but have a few problems. Some are fixed, others baffle me.
The newest is that webmail doesnt want to send to external addresses.
mail settings in plesk are
- smtp closed
- send from ip and use domainname in smtp
- 127.0.0.1/8 and ::1/128 are added to whitelist
I tried adding the servers ip address to the whitelist, but that doesnt work either
- no firewall is active on the server
no logging scripts, no extra milters, nothing added, a default postfix setup.
I can send to the email itself (internal). Thats due to whitelisting localhost, when not whitelisted i cant send internal either.
I can not send to an external email address.
It looks like both webmails dont authenticate
The errors are:
roundcube
SMTP Error (250): Authentication failed.
The log doesnt help either, all it says is:
Horde:
2016-11-26T14:12:31+01:00 ERR: HORDE [imp] Could not open secure TLS connection to the server. <[email protected]>: Relay access denied [pid 3240 on line 1160 of "/usr/share/psa-horde/imp/lib/Compose.php"]
Here the log gives a bit more information, but nothing helpful, i know relaying is denied, i need to know why:
Sending via thunderbird via the submission ports works fine to both an internal and external email address.
regards
Jan
I am testing to switch qmail for postfix but have a few problems. Some are fixed, others baffle me.
The newest is that webmail doesnt want to send to external addresses.
mail settings in plesk are
- smtp closed
- send from ip and use domainname in smtp
- 127.0.0.1/8 and ::1/128 are added to whitelist
I tried adding the servers ip address to the whitelist, but that doesnt work either
- no firewall is active on the server
no logging scripts, no extra milters, nothing added, a default postfix setup.
I can send to the email itself (internal). Thats due to whitelisting localhost, when not whitelisted i cant send internal either.
I can not send to an external email address.
It looks like both webmails dont authenticate
The errors are:
roundcube
SMTP Error (250): Authentication failed.
The log doesnt help either, all it says is:
Code:
Nov 26 13:45:57 kvmtest242 postfix/smtpd[1882]: connect from localhost[127.0.0.1]
Nov 26 13:45:57 kvmtest242 postfix/smtpd[1882]: disconnect from localhost[127.0.0.1]
Horde:
2016-11-26T14:12:31+01:00 ERR: HORDE [imp] Could not open secure TLS connection to the server. <[email protected]>: Relay access denied [pid 3240 on line 1160 of "/usr/share/psa-horde/imp/lib/Compose.php"]
Here the log gives a bit more information, but nothing helpful, i know relaying is denied, i need to know why:
Code:
Nov 26 14:02:28 kvmtest242 postfix/smtpd[3003]: connect from localhost[127.0.0.1]
Nov 26 14:02:28 kvmtest242 postfix/smtpd[3003]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 454 4.7.1 <[email protected]>: Relay access denied; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<kvmtest242.linulex.net>
Nov 26 14:02:28 kvmtest242 postfix/smtpd[3003]: disconnect from localhost[127.0.0.1]
Nov 26 14:02:28 kvmtest242 /usr/lib64/plesk-9.0/psa-pc-remote[848]: Message aborted.
Sending via thunderbird via the submission ports works fine to both an internal and external email address.
regards
Jan