This is a discussion on Authenticator for separate passwd-file within the alt.comp.mail.exim forums, part of the Mail Servers and Related category; Hi I have a system with exim4 and dovecot (pop3). Real users can get their mails with pop3 and send ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I have a system with exim4 and dovecot (pop3). Real users can get their mails with pop3 and send mails over smtp. Virtual users don't exist in /etc/passwd. They have their separate passwd-file in /home/dovecot/passwd. Virtual users receives their mails to /home/dovecot/users/%u and can use a pop3-client to transfer these. Its working perfectly. But my problem is, virtual users can't send mails over smtp. I need a new authenticator for exim4. So if an virtual user tries to log in (smtp), the authenticator should use the file /home/dovecot/passwd and for a real user it should use the normal pam-mechanism. Is that possible? Thanks for any help. Klaus |
|
|||
|
Hello klausklausenator@googlemail.com,
klausklausenator@googlemail.com schrieb/wrote: > I have a system with exim4 and dovecot (pop3). Real users can get their > mails with pop3 and send mails over smtp. Virtual users don't exist in > /etc/passwd. They have their separate passwd-file in > /home/dovecot/passwd. Virtual users receives their mails to > /home/dovecot/users/%u and can use a pop3-client to transfer these. Its > working perfectly. > > But my problem is, virtual users can't send mails over smtp. I need a > new authenticator for exim4. IMO an _additional_ one. > So if an virtual user tries to log in (smtp), the authenticator should > use the file /home/dovecot/passwd and for a real user it should use the > normal pam-mechanism. Is that possible? IMO yes. But you need a second authenticator that compares the cerdentials handed over by the client with the entries in /home/dovecot/passwd. And don't forget that the user exim is running as will need to be given read access for the password file. Gruss, Christian -- Christian Schmidt | Germany | ChriSchmiLi@gmx.de No HTML Mails, please!! De eene hett 'n Rittergut, de annere ritt 'n Gitter rut. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|