Re: [exim] 550-Relay not permited

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Lorens Kockum
日付:  
To: K Z
CC: exim-users
題目: Re: [exim] 550-Relay not permited
On Wed, Nov 23, 2011 at 10:17:09AM +0000, K Z wrote:
> I cannot say the network ip of my users since they are
> anywhere. Or do you mean that after login at the exim server,
> the authenticated users are seem as as being in the local
> network?


No. You need to configure things so that each e-mail user has a
password. The password is used for two things:

- for POP/IMAP, to read mail.

- for exim, to send mail.

Since you seem to be using a preconfigured webserver, maybe
something is already configured, or maybe there exists an
all-in one package. If your users only send mail, google
/etc/exim4/passwd

Otherwise, as I wrote earlier, you need to configure SASL. You
also need a POP/IMAP server, maybe set up a page for your users
to change their passwords, a webmail... it gets to be a lot of
work.