(01-25-2010 07:50 PM)TheCry Wrote:
Code:
as home, '3001' as uid, '12'
Is this correct on your system?
This are the uid and gid of the user vmail!
Please check this in your passwd!
Here's my passwd.
Quote:mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
vmail:x:3001:12:vmail-user:/home/vmail:/bin/false
Quote:Check the path of deliver
This is my config
Code:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}
The path to deliver is correct in my environment.
BTW:
Quote:If you have different emailadresses eg "info@..." you will get more than one line in this query.
You were right!! I made correction in my dovecot-sql-*.conf.
Thanks for your advise.