<br><div>Hi,</div><div>Up to now, I used PAM of each user in order to send and receive email. ( BTW, sending email, a use authentication was required and we used the login and passwd of the user on the system</div><div><br></div><div>Now, for dovecot, I start to use MD5 passwrd.. and that sounds to be OK</div><div><br></div><div>auth_mechanisms = plain login cram-md5<br></div><div>passdb { <br>  driver = passwd-file<br>  # Path for passwd-file. Also set the default password scheme.<br>  args = scheme=cram-md5 /etc/cram-md5.pwd <br>}<br></div><div><br></div><div>But changing the passwrd for the user1..  he can retrieve emails from dovecot, but cannot send anymore, because sending emails kept the old passwrd. ( using the PAM)<br></div><div><br></div><div>1) How can I says sendmail to use the same passwd file ( with MD5) than dovecot ?</div><div><br></div><div>2) Ideally, I would like to create virtual users for the same mailbox  Is that possible ?<br></div><div><br></div><div>like 2 files Users and PAsswrds pointing out the mailbox : maildir :/home/mailbox/user1</div><div>ex : <br></div><div>user1@foo.com  passwrd1  /home/mailbox/generic_mails</div><div>and <br></div><div>user2 passwrd2  home/mailbox/generic_mails</div><div><br></div><div>How can I do that ?<br></div><div><br></div><div>Thanks for your help</div><div><br></div>