Displaying 20 results from an estimated 65 matches for "auth_execut".
2004 Feb 13
1
auth_executable
Hi,
i am new to dovecot and i don't know what i can do with
the "auth_executable" setting in the "dovecot.conf" file.
Can i invoke an external program for authentification?
If yes, is there a description what this program/script has to do?
Thanks
Helmut
2006 Aug 02
2
Cyrus + ldap
...first_valid_uid = 101
last_valid_uid = 101
first_valid_gid = 101
last_valid_gid = 101
valid_chroot_dirs =/home/vmail/domains
default_mail_env = maildir:/home/vmail/domains/%d/%n
auth = default
auth_mechanisms = plain
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_pass = ldap /etc/dovecot-ldap.conf
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_user = dovecot-auth
It is complaining about the auth_userdb parameter as var as I can see.
Can anyone help please.
2007 Oct 17
1
dovecot and imap session forwarding
...ts to a imapserver if the real mailhost of this user is different than the one that is connected so session is forwarded to real mailhost. Normally we can do that with courirer imap using auth_imap binary that comes with qmail-ldap which handles session forwarding.
I have done this but got error
auth_executable = /var/qmail/bin/auth_imap . Obviously it won't work. But I am not sure where to put /var/qmail/bin/auth_imap
http://www.qmail-ldap.info/dovecot.php and http://www.qmail-ldap.info/imap_courier.php page shows a bit information about where to put it.
--
Best regards,
Omer...
2009 May 06
1
Exim And Dovecot SASL
Hi all, I have been trying to get this to work a couple of ways, please take a look at the links below.http://wiki.dovecot.org/HowTo/EximAndDovecotSASLhttp://rafb.net/p/ipHKjv10.htmlIt rejects every time but if I uncomment;auth_executable = /usr/lib/dovecot/dovecot-auth then thunderbird will ask me for a password but does not agree with me on it.I have dovecot set up to use the unix usernames and passwordsThanks,Andrew
2006 May 27
1
Server settings for a busy server
...default_mail_env = maildir:/var/vmail/dovecoterror/%domain/%u
maildir_copy_with_hardlinks = yes
protocol imap {
}
protocol pop3 {
pop3_reuse_xuidl = no
pop3_uidl_format =%u
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
pop3_client_workarounds = outlook-no-nuls, oe-ns-eoh
}
auth_executable = /usr/lib/dovecot/dovecot-auth
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain
passdb pam {
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb passwd {
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}...
2007 Dec 31
2
Building path to maildir
...l_debug = yes
mbox_read_locks = fcntl
mbox_write_locks = fcntl
protocol imap {
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
}
protocol lda {
postmaster_address = postmaster at example.com
mail_plugins = quota
auth_socket_path = /var/run/dovecot/auth-master
}
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_verbose = yes
auth_debug = yes
auth default {
mechanisms = plain
passdb pam {
args = dovecot
}
userdb ldap {
args = /etc/dovecot-ldap.conf
}
userdb prefetch {
}
user = root
socket listen {
master {
path = /v...
2007 May 17
1
NFS lock contention for dovecot-uidlist
.../local/libexec/dovecot/pop3
pop3_uidl_format = UID%u-%v
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
protocol lda {
postmaster_address = postmaster at nethere.com
sendmail_path = /usr/sbin/sendmail
auth_socket_path = /var/run/dovecot/auth-master
syslog_facility = mail
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth default {
mechanisms = plain digest-md5 cram-md5
passdb ldap {
args = /nethere/conf/dovecot/dovecot-ldap.conf
}
userdb ldap {
args = /nethere/conf/dovecot/dovecot-ldap.conf
}
user = root
socket listen {
master {...
2006 Dec 26
2
Getting "Can't resolve address no: Name or service not known" error when starting Dovecot
...e/mail/%u:INBOX=/var/mail/%u
##
## IMAP specific settings
##
protocol imap {
# Login executable location.
login_executable = /usr/libexec/dovecot/imap-login
# IMAP executable location.
mail_executable = /usr/libexec/dovecot/imap
}
##
## Authentication processes
##
# Executable location
auth_executable = /usr/libexec/dovecot/dovecot-auth
# Set max. process size in megabytes.
auth_process_size = 256
# Authentication cache size in kilobytes. 0 means it's disabled.
auth_cache_size = 128
# Time to live in seconds for cached data.
auth_cache_ttl = 60
# List of allowed characters in usernam...
2007 Sep 10
0
(re: B. Baca 2) Dovecot] Unexpected input from auth master: CUID
Also check the top of Authentication processes section:
##
## Authentication processes
##
# Executable location
auth_executable = /path/to/libexec/dovecot/dovecot-auth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2447 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070910/1681b866/attachment-00...
2004 Jul 07
0
Peer Config Review
...ecot/
protocols = imap
login_dir = /var/run/dovecot/login
login = imap
login_executable = /usr/libexec/dovecot/imap-login
mbox_locks = fcntl
imap_executable = /usr/libexec/dovecot/imap
imap_modules = /usr/lib/dovecot/imap
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_user = root
--
2005 Mar 10
1
dovecot and vpopmail
Hello
Does dovecot know to expand %d in default_mail_env to
the default vpopmail domain in case the user logs without
attaching the @domain in his login ?
I last tried this on an old dovecot and this didn't work...
Radu
2005 Aug 23
1
Thunderbird got "Mail Server does not support secure authentication" ???
...le_plaintext_auth = no
login_user = dovecot
first_valid_uid = 1000
last_valid_uid = 1000
valid_chroot_dirs = /var/spool/virtual
default_mail_env = /var/spool/virtual/%u
auth = default
auth_mechanisms = plain
auth_userdb = mysql /etc/dovecot/mysql.conf
auth_passdb = mysql /etc/dovecot/mysql.conf
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_user = dovecot-auth
/etc/dovecot/mysql.conf
db_host = localhost
db_port = 3306
db_unix_socket = /tmp/mysql.sock
db = postfix
db_user = postfixuser
db_passwd = userpostfix
db_client_flags = 0
password_query = SELECT password FROM mailbox WHERE use...
2006 Jan 24
1
out of memory error
Hello
I have this errors in my dovecot.log every day or two:
=============================================
...
dovecot: Jan 24 10:28:56 Error: auth-worker(default): Out of memory
(Needed 8164 bytes)
dovecot: Jan 24 10:29:01 Error: auth-worker(default): Out of memory
(Needed 8164 bytes)
dovecot: Jan 24 10:29:03 Error: auth-worker(default): Out of memory
(Needed 8164 bytes)
dovecot: Jan 24
2006 Feb 13
1
Upgrade alpha5 to beta3
...ldir:%h/Maildir
namespace private {
separator = /
prefix =
inbox = yes
}
mail_full_filesystem_access = no
mail_log_prefix = "%Us %p %r [%u]: "
protocol imap {
mail_use_modules = yes
mail_modules = /usr/local/lib/dovecot/imap
login_greeting_capability = no
}
protocol pop3 {
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth_verbose = yes
auth_debug = yes
auth default_with_listener {
mechanisms = plain
user = root
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}...
2006 Jun 30
1
help for static user
...process_size = 256
pop3_use_modules = no
pop3_modules = /usr/lib/dovecot/pop3
auth = cram-md5
auth_mechanisms = cram-md5
auth_realms =
auth_userdb = passwd static uid=8 gid=8 home=/var/mail/virtual/%d/%u
auth_passdb = passwd-file /etc/dovecot/cram-md5.pwd
auth_user = dovecot
auth_chroot =
auth_executable = /usr/lib/dovecot/dovecot-auth
auth_process_size = 256
auth_count = 1
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
>>
Thank you in advance for any help.
2006 Aug 02
0
Dovecot + Ldap problem
...first_valid_uid = 101
last_valid_uid = 101
first_valid_gid = 101
last_valid_gid = 101
valid_chroot_dirs =/home/vmail/domains
default_mail_env = maildir:/home/vmail/domains/%d/%n
auth = default
auth_mechanisms = plain
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_pass = ldap /etc/dovecot-ldap.conf
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_user = dovecot-auth
It is complaining about the auth_userdb parameter as var as I can see.
Can any-one advise me on a solution please
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dove...
2010 Dec 15
2
Problem after upgrade dovecot v2.0.8
Hello,
upgrade Dovecot from v1.2.10 to v2.0.8, after build a new configuration
file following instructions of http://wiki2.dovecot.org/Upgrading/2.0
run dovecot I get this:
auth: Error: Fatal: Dovecot version mismatch: Master is v2.0.8,
dovecot-auth is v1.2.10 (if you don't care, set version_ignore=yes)
log: Error: service(auth): child 3389 returned error 89 (Fatal failure)
master: Error:
2008 Jul 02
2
Dovecot Config Problem
...table = /usr/libexec/dovecot/imap
mail_plugins =
mail_plugin_dir = /usr/lib/dovecot/imap
}
# POP3 specific settings
protocol pop3 {
login_executable = /usr/libexec/dovecot/pop3-login
mail_executable = /usr/libexec/dovecot/pop3
mail_executable = /usr/libexec/dovecot/pop3
}
# Authentication processes
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_process_size = 256
auth_realms =
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {...
2004 Jun 18
1
dovecot startup failure - dovecot-auth unable to open passwd-file
...~/Mail/:INBOX=/var/spool/mail/%u
mbox_locks = fcntl
imap_executable = /usr/libexec/dovecot/imap
pop3_executable = /usr/libexec/dovecot/pop3
auth = default
auth_mechanisms = plain digest-md5
auth_userdb = passwd-file /var/run/dclogin/mail-passwd
auth_passdb = passwd-file /var/run/dclogin/mail-passwd
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_verbose = yes
I'm sure I did something silly in my conf that's
causing the problem but I'm not sure what that might
be.
Thanks in advance for any and all help.
Steve.
______________________________________________________________________...
2007 Jun 06
1
user lookups not working when using dovecot as lda
...mail.my-domain.org
#mail_plugins =
#mail_plugin_dir = /usr/local/lib/dovecot/imap
sendmail_path = /usr/sbin/sendmail
auth_socket_path = /var/run/dovecot/auth-master
log_path = /var/log/dovecot-deliver.log
info_log_path = /var/log/dovecot-deliver.log
# syslog_facility = mail
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_process_size = 256
auth_debug = yes
auth_verbose = yes
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0666...