Plus addressing with exim and lmtp socket

Kevin Moschallski spyro at moschallski.net
Mon Aug 2 17:01:34 EDT 2004


Hi,

I use cyrus-imapd with exim. I deliver the mail from exim using the
lmtpd unix socket. All mails arrive fine but even when i try to send a
mail to a sub folder directly it ends in the users INBOX. I set the ACLs
to the users mailboxes to cyrus all and anyone p. But the mails do end
in the users INBOX.

Here is my config:

imapd.conf

# $Header:
/var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/imapd.conf,v 1.4
2004/07/18 04:02:23 dragonheart Exp $

# Don't forget to use chattr +S (if you are using ext[23])
# when you change these directories (read the docs).
configdirectory:        /var/imap
partition-default:      /var/spool/imap
sievedir:               /var/imap/sieve

tls_ca_path:            /etc/ssl/certs
tls_cert_file:          /etc/ssl/cyrus/server.crt
tls_key_file:           /etc/ssl/cyrus/server.key

# Don't use an everyday user as admin.
admins:                 admin cyrus

sasl_pwcheck_method:    auxprop
sasl_auxprop_plugin:    sql
sasl_sql_engine:        mysql
sasl_password_format:   crypt
sasl_mech_list:         PLAIN
sasl_auto_transition:   no
sasl_sql_hostnames:     127.0.0.1
sasl_sql_user:          xxxx
sasl_sql_passwd:        xxxx
sasl_sql_database:      mail
sasl_sql_statement:     select password from users where username='%u'
AND domainname='%r'



hashimapspool:          yes
allowanonymouslogin:    no
allowplaintext:         yes

# Allow renaming of top-level mailboxes.
#allowusermoves:         yes

# Use this if sieve-scripts could be in ~user/.sieve.
#sieveusehomedir:       yes

virtdomains: yes
defaultdomain: keine.de
altnamespace: yes


and the part from the exim config:

local_delivery:

driver = lmtp
  socket = /var/imap/socket/lmtp
  user = cyrus


Maybe anyone has an idea why it does not work.

Thanks for help in advance

Greets Kevin Moschallski

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html




More information about the Info-cyrus mailing list