I want to install postfix and configure it for virtual domains on centos.
Recently, I configured postfix and it works fine with system users files /etc/passwd, /etc/shadow.
but I want to make dovecot and postfix authentication not on system users or mysql databases. I would authenticate users with some files same as /etc/passwd as proftpd authenticate.
is there a chance?
/etc/passwdfor authentication? This is a system file. Or do you want to use a file similar to/etc/passwd, possibly the same file you use for FTP authentication? – SvenW Dec 27 '11 at 12:27