AW: [Exim] Delivery for a subdomain

Página Inicial
Delete this message
Reply to this message
Autor: Matthias Lewandowski
Data:  
Para: 'scott.dexter@ingenta.com'
CC: 'exim-users@exim.org'
Assunto: AW: [Exim] Delivery for a subdomain
> I;m running an exim mail server for a sub domain, say blah.example.com,
> is there a way to make exim check to see if a person, say
> user@??? exists locally (user@???) before passing
> it on to the mailserver for example.com.
>
> Scott
>
> --
> Scott Dexter


on exim 4.xx I would say:

if you want to check wether the user exists on your local machine you should
have this in your ACL (you should have this already...)

  accept  domains       = +local_domains
          endpass
          message       = unknown user
          verify        = recipient


If you want to check the recipient on the remote mailserver,
you could do a callout (you are relay for blah.example.com):

  accept  domains       = blah.example.com
          endpass
          message       = unrouteable address
          verify        = recipient/defer_ok/callout=10s/callout_defer_ok


Mit freundlichen Grüßen
Matthias Lewandowski
__________________________________________________
Telefon +49 (30) 59 00 69-0
Telefax +49 (30) 59 00 69-99
COM.BOX Internet Service GmbH
Potsdamer Strasse 96 - D-10785 Berlin
Amtsgericht Berlin-Charlottenburg - HRB 71171
Geschäftsführer: Lutz Treutler
<http://www.combox.de/> - <mailto:support@combox.de>