Quoth Denis Chapligin on Sun, Nov 21, 1999:
> Hi
>
> Okay, i read FAQ and examples and maked this changes into exim.conf:
> ######################################################################
> # TRANSPORTS CONFIGURATION #
> ######################################################################
> # ORDER DOES NOT MATTER #
> # Only one appropriate transport is called for each delivery. #
> ######################################################################
>
> virtual_delivery:
> driver = appendfile
> group = mail
> user = ${lookup{$local_part}lsearch{/etc/exim/${domain}.passwd}{$value}{fail}}
> mode = 0660
> file = /var/spool/mail/${domain}/${local_part}
>
> ######################################################################
> # ROUTERS CONFIGURATION #
> # Specifies how remote addresses are handled #
> ######################################################################
> # ORDER DOES MATTER #
> # A remote address is passed to each in turn until it is accepted. #
> ######################################################################
>
> virtual_router:
Make it a director and add virtual domains to local_domains.
> But, if the user doesn't exists exim don't sends error message:( What can i do with this?
What happens with the message itself? Does it get delivered
anywhere?
Try to add no_more to virtual_router.
Vadik.
--
Sauron is alive in Argentina!