Hi All,

I have Exim 4 with RT 3.4 on my machine so I had
change the configuration a little bit because exim was
complaining about invalid keywords when being started.

In exim4 there is no 'smartuser' driver. You have to
change it to 'accept'.

You also have to change 'prefix' to
'local_part_prefix'.
 
Change 'suffix_optional' to
'local_part_suffix_optional'.

And change 'suffix' to 'local_part_suffix'.

So, in the router section of my exim4 configuration I
have this:

 rt3_director:
   driver = accept
   local_part_prefix = rt-
   # Enable this if you want the rt3 adresses to work
only for specific virtual
   # hosts:
   #domains = rt3.example.org : rt3.example.com
   # Enable this if you only want certain queues to
work, in stead of anything:
   #local_parts = general : network-problems :
administration
   local_part_suffix_optional
   local_part_suffix = -comment
   transport = rt3_transport
 
Enjoy!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to