[Exim] The same password for POP3 & SMTP? (Exim 3.35)
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensagem é parte da seguinte discussão:
a lista completa das discussões ordenadas por data
James P. Roberts em
2003-03-10 23:10
Autor:
mike
Data:
2003-03-10 17:41
UTC
Para:
exim-users
Assunto:
[Exim] The same password for POP3 & SMTP? (Exim 3.35)
Hello
I allow users to change their "pop3 passwords" by setting their shell
to /bin/passwd and letting them connect with ssh.
However, due to:
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $1
in my exim.conf file, the "smtp password" I set up with htpasswd
remains unchanged.
What is the easiest way to assure that both the passwords are the same
and letting users to change them? (No login shells given...!)
thanks
mike