Re: [exim] router and transport entries

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: 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