Displaying 20 results from an estimated 168 matches for "auth_realms".
2013 Jul 12
1
Difference between using auth_realms and setting up virtual mailboxes in postfix?
Hi, there is a possibility in the future that I might have to support
multiple domain names(but using the same IP address). Postfix has something
called 'virtual mailboxes' to help handle this.
But I also noticed that dovecot has a setting "auth_realms" where I can
specify domains separated by a space.
What is the relationship between the two?
2017 Oct 27
3
Need help in understanding auth digest-md5 and realm
Hello dovecot community,
I've setup dovecot and need a bit help in understanding the auth
mechanism digest-md5 and realm
in 10-auth.conf I got
auth_mechanisms = plain login digest-md5 cram-md5 apop
#auth_realms =
#auth_default_realm =
So i got empty realms.
Auth normally works fine and clients can auth with mechanism digest-md5
and I see the following log entries:
dovecot: auth: Debug:
sql(user at temizbau.de,46.85.229.153,<klUjO3FcTy8uVeWZ>): Generating
DIGEST-MD5 from user 'user at temiz...
2017 Oct 03
1
Postfix + saslauthd SASL With Kerberos (FreeIPA) unable to send mail
The dovecot instance set up with auth_realms and auth_default_realm
variables and it is working well. In saslauthd configurations setting
same variables giving configuration parsing error (I think it is not
right way to configure kerberos realm in saslauthd). However
testsaslauthd working without any problems even if I don't specify r...
2017 Oct 27
0
Need help in understanding auth digest-md5 and realm
...;admin at beckspaced.com> wrote:
>
>
> Hello dovecot community,
>
> I've setup dovecot and need a bit help in understanding the auth
> mechanism digest-md5 and realm
>
> in 10-auth.conf I got
>
> auth_mechanisms = plain login digest-md5 cram-md5 apop
> #auth_realms =
> #auth_default_realm =
>
> So i got empty realms.
>
> Auth normally works fine and clients can auth with mechanism digest-md5
> and I see the following log entries:
>
> dovecot: auth: Debug:
> sql(user at temizbau.de,46.85.229.153,<klUjO3FcTy8uVeWZ>): Genera...
2017 Oct 03
2
Postfix + saslauthd SASL With Kerberos (FreeIPA) unable to send mail
Hello I just finished setting up FreeIPA with Dovecot + Postfix + Saslauthd. I can easily access to mails using imap via dovecot with gssapi authentication and postfix also delivering mails very well. But I cannot send email from postfix using gssapi authentication (plain and login authentication working fine) because saslauthd is not specifying realm when requesting service from freeipa domain.
2018 Mar 20
4
Fwd: Everything works except sending mail
...g my mail though ?
Anyway:
dovecot -n gives this (and I probably don?t see it anymore as I?ve been at
this for several days now)
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.13.0-37-generic x86_64 Ubuntu 17.10
auth_mechanisms = plain login
auth_realms = formule1.demon.nl
login_greeting = Dovecot ready.
mail_location = maildir:~/Maildir
mail_max_userip_connections = 50
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
specia...
2002 Oct 15
2
still problems getting it to work
...x_imap_processes = 1024
first_valid_uid = 1000
#last_valid_uid = 0
first_valid_gid = 101
last_valid_gid = 101
valid_chroot_dirs = /var/run/dovecot
maildir_copy_with_hardlinks = no
maildir_check_content_changes = no
overwrite_incompatible_index = yes
umask = 0077
auth = default
auth_methods = plain
#auth_realms =
auth_userinfo = shadow
auth_executable = /usr/local/lib/dovecot/imap-auth
auth_user = root
auth_chroot = /var/run/dovecot
auth_count = 1
#auth = digest_md5
#auth_methods = digest-md5
#auth_realms =
#auth_userinfo = passwd-file /etc/passwd.imap
#auth_user = imapauth
#auth_chroot = /var/run/dovecot...
2015 Sep 07
3
Dovecot and IPA
Hi Ranbir
I've worked with freeIPA a little, but without your doveconf or some other
context information, it is difficult to identify the issue.
Regards,
Manuel Delgado
-----------------------------------------------------------
*Usuario Linux* *#520940 <http://counter.li.org/>*
Mag. Computaci?n e Inform?tica
Universidad de Costa Rica
Centro de Inform?tica
On Mon, Sep 7, 2015 at
2012 Jan 05
1
Strange error: DIGEST-MD5 mechanism can't be supported with given passdbs
...on, what's wrong?
Debian testing, Dovecot 2.0.15
$ doveconf -n
# 2.0.15: /etc/dovecot/dovecot.conf
# OS: Linux 3.1.0-1-686-pae i686 Debian wheezy/sid
auth_default_realm = corp.example.com
auth_krb5_keytab = /etc/dovecot.keytab
auth_master_user_separator = *
auth_mechanisms = gssapi digest-md5
auth_realms = corp.example.com
auth_username_format = %n
first_valid_gid = 1000
first_valid_uid = 1000
mail_location = mdbox:/srv/mail/%u/Mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relati...
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
.../etc/dovecot/dovecot.conf
# OS: Linux 3.10.0-123.20.1.el7.x86_64 x86_64 CentOS Linux release
7.0.1406 (Core)
auth_cache_size = 5 M
auth_debug = yes
auth_default_realm = example.com
auth_gssapi_hostname = mail.example.com
auth_krb5_keytab = /etc/dovecot/dovecot.keytab
auth_mechanisms = plain gssapi
auth_realms = example.com
auth_verbose = yes
doveadm_password = <secret>
lmtp_save_to_detail_mailbox = yes
mail_debug = yes
mail_location = maildir:~/Maildir
mail_plugins = " fts fts_lucene notify quota replication virtual zlib"
managesieve_notify_capability = mailto
managesieve_sieve_capabilit...
2016 Jul 12
2
Doveadm error
...jail /# dovecot --version
2.2.25 (7be1766)
root at postfixjail /# dovecot -n
# 2.2.25 (7be1766): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.15 (97b3da0)
# OS: FreeBSD 10.3-STABLE amd64
auth_cache_negative_ttl = 0
auth_cache_ttl = 0
auth_mechanisms = plain login cram-md5 digest-md5
auth_realms = flix.hu
base_dir = /usr/local/var/run/dovecot/
default_login_user = nobody
dict {
quota = mysql:/usr/local/etc/dovecot/dovecot-dict-sql.conf.ext
quota_rule2 = Trash:bytes=+100M
}
listen = *
login_trusted_networks = 127.0.0.0/24
mail_location = mdbox:~/mdbox
mail_plugins = quota
managesieve_no...
2017 Jul 13
5
passwd-file, getting invalid uid 0
...3 14:38:47 thebighonker dovecot: auth-worker(13055): Error: passwd-file /etc/passwd: User root has invalid UID '0'
doveconf -n:
# 2.2.31 (65cde28): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.19 (e5c7051)
# OS: FreeBSD 11.1-PRERELEASE amd64
auth_mechanisms = plain login
auth_realms = lerctr.org thebighonker.lerctr.org tbh.lerctr.org thejonesonair.com thejonesonair.net
default_vsz_limit = 1 G
deliver_log_format = msgid=%m: %$ (subject=%s from=%f size=%w)
doveadm_password = # hidden, use -P to show it
lda_mailbox_autocreate = yes
listen = 192.147.25.65, ::
lmtp_save_to_detail_...
2017 Dec 25
2
Sieve 0.5.0/Dovecot 2.3.0
...e points to master.sieve.
Scripts:
http://www.lerctr.org/~ler/sieve/
doveconf -n:
thebighonker.lerctr.org /home/ler/sieve $ doveconf -n
# 2.3.0 (c8b89eb): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.0 (d68c23a1)
# OS: FreeBSD 11.1-STABLE amd64
auth_mechanisms = plain login
auth_realms = lerctr.org thebighonker.lerctr.org tbh.lerctr.org thejonesonair.com thejonesonair.net
default_vsz_limit = 1 G
deliver_log_format = msgid=%m: %$ (subject=%s from=%f size=%w)
doveadm_password = # hidden, use -P to show it
first_valid_gid = 0
first_valid_uid = 0
lda_mailbox_autocreate = yes
listen...
2017 Dec 25
3
Sieve 0.5.0/Dovecot 2.3.0
...>
> > doveconf -n:
> > thebighonker.lerctr.org /home/ler/sieve $ doveconf -n
> > # 2.3.0 (c8b89eb): /usr/local/etc/dovecot/dovecot.conf
> > # Pigeonhole version 0.5.0 (d68c23a1)
> > # OS: FreeBSD 11.1-STABLE amd64
> > auth_mechanisms = plain login
> > auth_realms = lerctr.org thebighonker.lerctr.org tbh.lerctr.org thejonesonair.com thejonesonair.net
> > default_vsz_limit = 1 G
> > deliver_log_format = msgid=%m: %$ (subject=%s from=%f size=%w)
> > doveadm_password = # hidden, use -P to show it
> > first_valid_gid = 0
> > first_...
2004 Aug 24
1
FreeBSD - dovecot: We couldn't drop root group privileges
...map_use_modules = no
> #imap_modules = /usr/local/lib/dovecot/imap
>
> #pop3_executable = /usr/local/libexec/dovecot/pop3
> #pop3_process_size = 256
> #pop3_use_modules = no
> #pop3_modules = /usr/local/lib/dovecot/pop3
>
> auth = default
> auth_mechanisms = plain
> #auth_realms =
> #auth_default_realm =
> auth_userdb = passwd
> auth_passdb = passwd
> #auth_executable = /usr/local/libexec/dovecot/dovecot-auth
> #auth_process_size = 256
> auth_user = root
> #auth_chroot =
> #auth_count = 1
> #auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDE...
2006 Jan 12
2
dovecot-ldap.conf for usernames/homes/UID/GID
hi there,
I?m getting such a headache today, I?ve added myself to three mailing lists
trying to figure this out, okay here it goes.
I?ve got a Fedora Core 4 box running dovecot imap, squirrel mail, postfix,
samba/winbind.
I?m running winbind to authenticate against Active Directory, I?ve edited my
?/etc/pam.d/dovecot? pam module so to let my users login with there Active
directory password, but
2012 Mar 16
6
POP3 Performance
...(autenticated relay)
Usage of network have peaks of 80Mbits (all dmz network have 1Gbits of
bandwith)
Attach of dovecot -n output:
# 2.0.18: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-308.1.1.el5 x86_64 CentOS release 5.8 (Final)
auth_debug_passwords = yes
auth_default_realm = portalplata.cl
auth_realms = portalplata.cl
auth_verbose = yes
auth_verbose_passwords = plain
auth_worker_max_count = 100
base_dir = /var/run/dovecot/
debug_log_path = /var/log/dovecot.log
default_process_limit = 200
default_vsz_limit = 512 M
disable_plaintext_auth = no
first_valid_gid = 12
first_valid_uid = 8
lock_method =...
2015 Feb 12
0
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...10.0-123.20.1.el7.x86_64 x86_64 CentOS Linux release
> 7.0.1406 (Core)
> auth_cache_size = 5 M
> auth_debug = yes
> auth_default_realm = example.com
> auth_gssapi_hostname = mail.example.com
> auth_krb5_keytab = /etc/dovecot/dovecot.keytab
> auth_mechanisms = plain gssapi
> auth_realms = example.com
> auth_verbose = yes
> doveadm_password = <secret>
> lmtp_save_to_detail_mailbox = yes
> mail_debug = yes
> mail_location = maildir:~/Maildir
> mail_plugins = " fts fts_lucene notify quota replication virtual zlib"
> managesieve_notify_capability =...
2019 Sep 08
1
Subscribe to a fileinto :create mailbox?
...uot;some/mail/box"
How can I make it autosubscribe?
doveconf -n:
# 2.3.7.2 (3c910f64b): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.7.2 (7372921a)
# OS: FreeBSD 12.0-STABLE amd64
# Hostname: thebighonker.lerctr.org
auth_default_realm = lerctr.org
auth_mechanisms = plain login
auth_realms = lerctr.org thebighonker.lerctr.org tbh.lerctr.org
thejonesonair.com thejonesonair.net why.net
default_vsz_limit = 1 G
deliver_log_format = msgid=%m: %$ (subject=%s from=%f size=%w)
doveadm_password = # hidden, use -P to show it
first_valid_gid = 0
first_valid_uid = 0
lda_mailbox_autocreate = yes...
2015 Sep 10
0
CentOS 7.1.1503 + Dovecot + IPA
...http://www.freeipa.org/page/Dovecot_IMAPS_Integration_with_FreeIPA_using_Single_Sign_On
And I believe these are the primary changes that I made to the dovecot
config.
# diff ~/etc_dovecot_orig/conf.d/10-auth.conf /etc/dovecot/conf.d/10-auth.conf
10a11
> disable_plaintext_auth = no
29a31
> auth_realms = ourdomain.com
33a36
> auth_default_realm = ourdomain.com
71a75
> auth_gssapi_hostname = mx01.ourdomain.com
76a81
> auth_krb5_keytab = /etc/dovecot/krb5.keytab
100c105,106
< auth_mechanisms = plain
---
> #auth_mechanisms = plain
> auth_mechanisms = gssapi cram-md5 plain login
122...