Displaying 4 results from an estimated 4 matches for "_auth".
Did you mean:
auth
2013 Feb 19
1
Dovecot auth works when tested with doveadm, but fails with Postfix
...Rush and yoshi run Dovecot 2.1.12 servers with simple
passwd-file backends.
If I create a new password hash for chombo's user, houseloki, on either
rush or yoshi:
# doveadm pw -u houseloki -p <password>
{CRAM-MD5}...
Then I add that to rush and yoshi's passwd file:
houseloki at _auth.bluerosetech.com:{CRAM-MD5}...
Then `doveadm reload`, it works fine:
# doveadm auth houseloki <password>
passdb: houseloki auth succeeded
extra fields:
user=houseloki at _auth.bluerosetech.com
So I add that username and password to the smtp_sasl_password_maps hash
file on chombo, rel...
2012 Jul 26
4
Problem overriding default quota limit
...ds in LDAP search:
_user_attrs =
mailMessageStore=home,mailquotasize=quota_rule=*:bytes=%$_
It works if user has mailquotasize in its LDAP entry. But if it hasn't
it Dovecot assign 0 instead of ?*:STORAGE=1G
This is the log when LTMP deliver a mail to a user without
mailquotasize attribute:
_auth: Debug: master in:
USER#0111#011eepp68#011service=lmtp#011lip=172.31.100.120#011lport=24#011rip=172.31.100.119#011rport=41452_
_auth: Debug: userdb-cache(eepp68,172.31.100.119): miss_
_auth: Debug: ldap(eepp68,172.31.100.119): user search: base=o=Junta
de Castilla-La Mancha,c=ES scope=subtree fil...
2007 Jul 12
3
Basic_auth questions
How do you make get the page when using basic_auth? Below is code, I am
getting a 401 error. I am not sure if the basic _auth comes before the
agent.get. I will appreciate any help.
require ''mechanize''
require ''logger''
agent = WWW::Mechanize.new {|a| a.log = Logger.new(STDERR) }
page = agent.get(''h...
2010 Mar 13
3
Dovecot 2.0beta3: Auth changes in Mercurial
Hi Timo,
are the latest 'Auth-Changes' supposed to be complete? They break 'alias at domain.tld' logins for me.
Regards
Thomas