Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Exim4 and "550 smtp auth required" error

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Locked
  • Print view
Advanced search
5 posts • Page 1 of 1
Spheerys
Posts: 225
Joined: Tue Dec 29, 2015 12:36 pm

Os: Debian 7x
Web: apache + nginx
Exim4 and "550 smtp auth required" error

Post by Spheerys » Wed Apr 13, 2016 12:23 pm

Hi,

My serveur manage the domain domain.com

A desktop user which running Thunderbird, is using the SMTP of his ISP (he don't using the server's smtp for some pertinent reasons).
The SMTP outgoing server is authentified by SSL, on 587 port.

When the user, owner of the mailbox [email protected], send a email to anybody, it's working without problem.
But if [email protected] try to send a message to [email protected], it received an error message like this :

Code: Select all

        This is the mail system at host slow1-d.mail.gandi.net.
    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients.
    
                      The mail system
    
    <[email protected]>: host domain.com[213.xxx.xxx.xxx] said: 550
    smtp auth requried
Yes, the writing error is real on "requried" ;)

And on exim4 log I have this :

Code: Select all

    2016-04-13 12:06:42 H=slow1-d.mail.gandi.net [217.xxx.xxx.xxx] F=<[email protected]> rejected RCPT <[email protected]>: smtp auth requried
What's going wrong ?
Top

Spheerys
Posts: 225
Joined: Tue Dec 29, 2015 12:36 pm

Os: Debian 7x
Web: apache + nginx
Re: Exim4 and "550 smtp auth required" error

Post by Spheerys » Wed Apr 13, 2016 3:13 pm

OK I have found the cause : Exim restrict submission from own domain to hosted domains.
But how can I change this setting on the exim4 template ?
Top

Spheerys
Posts: 225
Joined: Tue Dec 29, 2015 12:36 pm

Os: Debian 7x
Web: apache + nginx
Re: Exim4 and "550 smtp auth required" error

Post by Spheerys » Wed Apr 13, 2016 7:06 pm

Here is my exim template : http://pb.spheerys.fr/?1254ba20dfb388fc ... 8o/r0QEDs=
Top

Sanity
Posts: 167
Joined: Tue Apr 08, 2014 9:10 am
Contact:
Contact Sanity
Website

Os: Ubuntu 15x
Web: apache + nginx
Re: Exim4 and "550 smtp auth required" error

Post by Sanity » Fri Apr 15, 2016 7:26 am

hi, I have no such problems that you have, do you want me to send my file exim4.conf.template? and testing?
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Exim4 and "550 smtp auth required" error

Post by skurudo » Tue May 24, 2016 7:14 pm

That all because of the next ACL rule:

Code: Select all

deny message = smtp auth requried
     sender_domains = +local_domains
     !authenticated = *
But you can't disable it because your MX become an open relay for every message sent from your domain. The best solution is to submit directly from client to the MX. While port 25 can be blocked by ISP ports 465 and 587 sould be opened for SMTPS/SMA. You have to configure clients properly. (c) http://serverfault.com/questions/770016 ... ired-error
Top


Locked
  • Print view

5 posts • Page 1 of 1

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password