This is a discussion on authentication required within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; Hello! I've some trouble with exim4. I always get the error message: SMTP error from remote mail server after ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Feb 3, 12:09 pm, Marc wrote:
> I've some trouble with exim4. I always get the error message: SMTP error > from remote mail server after MAIL FROM:... 530 Authentication required. Your question is not clear, what is the situation exactly? 1. Your client sofware can't send mails through your server? or 2. Your server can't deliver mails to another server? or 3. Your server can't relay mails through another server (smart relay)? Since you send this to the exim list I assume you have a server running exim, if that server is refusing relaying mail to your clients (point 1), you probably did not configure relay_from_hosts, something like: hostlist relay_from_hosts = 127.0.0.1:192.168.10.0/24 But the problem could be something else, you have to check your configuration (it is very well documented on the comments that surround the options); look mostly at the top of the file. HTH -- René Berber |
|
|||
|
On 2008-02-03, Marc <r5zt8@t-online.de> wrote:
> Hello! > I've some trouble with exim4. I always get the error message: SMTP error > from remote mail server after MAIL FROM:... 530 Authentication required. > > Can anybody help me, please!? > > Thanks > Marc Can you describe your system a bit more and what you are trying to do ? It sounds like your Exim 4 server needs to supply some credentials in order to relay through another server. On my Debian system, this is: /etc/exim4/passwd.client The contents of this file take the form: target.mail.server.example:login:password Regards, Nrth. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|