Displaying 2 results from an estimated 2 matches for "dovecot_localuser".
2006 Sep 09
0
dovecot LDA w/ exim: "dyld: Library not loaded" & "trace trap" errors
...anualroute queryprogram redirect
		Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
		Fixed never_users: 0
		Size of off_t: 8
		Configuration file is /var/MailServer/Conf/Exim/exim.conf
in my exim.conf, i've set up to use dovecot's LDA:
	...
	
	
	
	begin routers
	...
	dovecot_localuser:
		debug_print             = "EXIM-DEBUG [R:dovecot_localuser] for 
$local_part@$domain"
		driver                  = accept
		domains                 = +local_domains
		local_part_suffix       = +*
		local_part_suffix_optional
		transport               = dovecot_lda
	...
	
	
	
	begin tran...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...... the part after the delimiter is passed to the lda as an additional 
parameter. so dovecot-lda should handle that parameter and leave the separator 
handling to the MTA. The MTA has to handle it anyway."
it looks likes it's possible ...
with appropriate changes in exim to my router:
	dovecot_localuser:
		driver                  = accept
		domains                 = +local_domains
		local_part_suffix       = +*
		local_part_suffix_optional
		transport               = dovecot_lda
and transport:
	dovecot_lda:
		driver                  = pipe
		command                 = /.../deliver \
								  -c...