Exim router driver


















special_router: driver = accept domains = www.doorway.ru transport = special_transport Q How do I configure Exim to send messages for unknown local users to a central server? A Assuming you are using something like the default configuration, where local users are processed by the later routers, you should add the following router at the end. The name of the router driver is dnslookup, and is specified by the driver option. Do not be confused by the fact that the name of this router instance is the same as the name of the driver. The instance name is arbitrary, but the name set in the driver option must be one of . Create a text file to include the domains that should use SMTP2GO. For example, create a file /etc/exim/authorized_www.doorway.ru Add domain names in the below format into that file: In the ROUTER section of /etc/www.doorway.ru, change the route_data line as below: route_data = $ {lookup {$sender_address_domain}lsearch* {/etc/exim/authorized_www.doorway.ru}}.


Exim then scans the list; for any name that is not followed by /MX it looks up an IP address. If this turns out to be an interface on the local host and the item is not the first in the list, Exim discards it and any subsequent items. If it is the first item, what happens is controlled by the self option of the router. For example, the router configuration causes Exim to look up the domain in the DNS, but when Exim examines the DNS output, either the lowest numbered MX record points at the local host, or there are no MX records, and the address record for the domain contains an IP address that belongs to the local host. For routers, it can be used to reduce the use of an expensive router such as `queryprogram' by doing a preliminary plausibility check on the domain. Note that the current domain may change as routing proceeds, as a router may replace the original with a different one for subsequent routers to use. driver (director or router) option. Option: driver.


26 ធ្នូ Example transport: dovecot_lmtp: driver = lmtp socket = /var/run/dovecot/lmtp #maximum number of deliveries per batch, default 1 batch_max. Private options for the redirect router. A transport is a driver that transmits a copy of the message from Exim's spool to some destination. 22 វិច្ឆិកា You have to add the router and the transport. Router should be placed at the top of the routers stack: begin routers ruby: driver = accept.

0コメント

  • 1000 / 1000