[Dovecot] LDA to address extensions

Martijn de Munnik martijn+dovecot at youngguns.nl
Thu Jun 17 14:45:44 EEST 2010


Hi List,

I'm trying to make dovecot deliver messages to sam+extension at example.com to the imap folder 'extension' of the user 'sam'. I've configured postfix with these dovecot as LDA:

mailbox_command = /opt/redknot/libexec/dovecot/deliver -f "$SENDER" -d "$USER" -m "$EXTENSION" -a "$RECIPIENT"
recipient_delimiter = +

Sam is a local system user so I don't want to use virtual_transport (I think). I've read http://wiki.dovecot.org/LDA/Postfix but so far without success.

# 1.2.11: /etc/opt/redknot/dovecot.conf
Warning: There is no way to login to this server: disable_plaintext_auth=yes, ssl=no, no non-plaintext auth mechanisms.
# OS: SunOS 5.11 sun4v  
log_path: /var/log/dovecot.log
ssl: no
login_dir: /opt/redknot/var/run/dovecot/login
login_executable: /opt/redknot/libexec/dovecot/imap-login
login_max_processes_count: 10
max_mail_processes: 10
mail_location: maildir:~/Maildir
lda:
 postmaster_address: postmaster at redknot.nl
 mail_plugins: sieve
 mail_plugin_dir: /opt/redknot/lib/dovecot/lda
 sendmail_path: /usr/sbin/sendmail
 auth_socket_path: /opt/redknot/var/run/dovecot/auth-master
auth default:
 passdb:
   driver: pam
   args: other
 userdb:
   driver: passwd
 socket:
   type: listen
   master:
     path: /opt/redknot/var/run/dovecot/auth-master
     mode: 384
plugin:
 sieve_before: /etc/opt/redknot/sieve/before
 sieve_after: /etc/opt/redknot/sieve/after

I know about the warning, this dovecot is only used as LDA, not for imap or pop3.

thanks,
Martijn

YoungGuns
Kasteleinenkampweg 7b
5222 AX 's-Hertogenbosch
T. 073 623 56 40
F. 073 623 56 39
www.youngguns.nl
KvK 18076568
YoungGuns
Kasteleinenkampweg 7b
5222 AX 's-Hertogenbosch
T. 073 623 56 40
F. 073 623 56 39
www.youngguns.nl
KvK 18076568



More information about the dovecot mailing list