I configured postfix with multiple instances (postmulti), each instance has your own IP address and it´s working great, but I need each instance uses it´s own sasldb2 file to authenticate users.
The problem I am consolidating 35 postfix dedicated VMs in 1 vm with postmult, but this 35 instances is for a authenticated relay and all has the same username "auth@smtp.com.br" with different passwords and I do not want to force customers to change their usernames, I like to make this change as transparent possible to final users.
Actually, the /var/spool/postfix/etc/sasldb2 is shared between instances, I really need each instance works with your own db like /var/spool/postfix-22/sasldb
Could you help me?