Re: [exim] router and transport entries

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: sysadmin, exim-users
Αντικείμενο: Re: [exim] router and transport entries
>
> There is a priority to add a router and transport entry on exim.conf?
>
> I wanna insert a route and transport to procmail.
>

Routers are handled in the order they appear in the configuration file.
Transports are called by routers and so will be associated with a router hence
the order in which they appear in the configuration file is not important.
John