Re: [Exim] SMTP no accepting connetion via internet with cli…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: jzaw
Data:  
Para: linuxinfo
CC: exim-users
Asunto: Re: [Exim] SMTP no accepting connetion via internet with client.
hi everyone ... first time poster here ... thanks for a great mail
listing


> The message could not be sent because one of the recipients was
> rejected


do all the recipients have an account on your server?

also have you setup any authenticators?

this sort of thing


######################################################################
#                   AUTHENTICATION CONFIGURATION                     #
######################################################################


# There are no authenticator specifications in this default
configuration file.

begin authenticators


  auth_cram:
     driver = cram_md5
     public_name = CRAM-MD5
     server_secret = "${lookup{$1}lsearch{/etc/exim/passwd}{$value}fail}"
     server_set_id = $1



auth_login:
     driver = plaintext
     public_name = LOGIN
     server_prompts = "Username:: : Password::"
     server_condition = "${if
eq{$2}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}fail}}{1}{0}}"
     server_set_id = $1


  auth_plain:
     driver = plaintext
     public_name = PLAIN
     server_condition = "${if
eq{$3}{${lookup{$2}lsearch{/etc/exim/passwd}{$value}fail}}{1}{0}}"
     server_set_id = $2