Hi!
On my VPS there is:
- Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial - i-MSCP 1.4.3
Build: 20170417
Codename: Zimmer - FQDN: admin.b-web.hu
I have problem with SMTP. Through Rainloop I can send mails, but when I setup e-mail client to Desktop PC (like Thunderbid) and try to send it's give the error "Cant connect to SMTP - timeout".
I check the SMTP settings and got this error:
Code
- Resolving hostname...Connecting...Connection: opening to admin.b-web.hu:25, timeout=300, options=array ( )Connection: openedSERVER -> CLIENT: 220 admin.b-web.hu ESMTP i-MSCP 1.4.3 ManagedCLIENT -> SERVER: EHLO tools.wormly.comSERVER -> CLIENT: 250-admin.b-web.hu 250-PIPELINING 250-SIZE 250-VRFY 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSNCLIENT -> SERVER: MAIL FROM:SERVER -> CLIENT: 250 2.1.0 OkCLIENT -> SERVER: RCPT TO:SERVER -> CLIENT: 454 4.7.1 : Relay access deniedSMTP ERROR: RCPT TO command failed: 454 4.7.1 : Relay access deniedCLIENT -> SERVER: QUITSERVER -> CLIENT: 221 2.0.0 ByeConnection: closed2017-05-09 13:13:06 SMTP Error: The following recipients failed: bozsoki.daniel@ohk.hu: : Relay access deniedMessage sending failed.
And this error when try to send something to other e-mail address:
Code
- Resolving hostname...
- Connecting...
- Connection: opening to admin.b-web.hu:25, timeout=300, options=array (
- )
- Connection: opened
- SERVER -> CLIENT: 220 admin.b-web.hu ESMTP i-MSCP 1.4.3 Managed
- CLIENT -> SERVER: EHLO tools.wormly.com
- SERVER -> CLIENT: 250-admin.b-web.hu
- 250-PIPELINING
- 250-SIZE
- 250-VRFY
- 250-ETRN
- 250-AUTH PLAIN LOGIN
- 250-AUTH=PLAIN LOGIN
- 250-ENHANCEDSTATUSCODES
- 250-8BITMIME
- 250 DSN
- CLIENT -> SERVER: MAIL FROM:
- SERVER -> CLIENT: 250 2.1.0 Ok
- CLIENT -> SERVER: RCPT TO:
- SERVER -> CLIENT: 550 5.1.1 : Recipient address rejected: User unknown in virtual mailbox table
- SMTP ERROR: RCPT TO command failed: 550 5.1.1 : Recipient address rejected: User unknown in virtual mailbox table
- CLIENT -> SERVER: QUIT
- SERVER -> CLIENT: 221 2.0.0 Bye
- Connection: closed
- 2017-05-09 13:15:10 SMTP Error: The following recipients failed: dlaszlo@petrol-innotech.hu: : Recipient address rejected: User unknown in virtual mailbox table
- Message sending failed.
Where could be the problem?!
Thanks in advance!