Displaying 20 results from an estimated 55 matches for "doveauth".
2010 Mar 14
2
Dovecot 2.0beta3: Auth master process is now running as default_internal_user
Hi,
with 'changeset 10910' the Auth master process is running as 'default_internal_user' now (dovecot). This requires permissions tuning for 'passwd-files' at least, while other plugins would run in a different user context, 'vmail' in my setup. I see that this may be safer, just wondering how to streamline the config:
[20:27] root spectre:/var/vmail/conf.d# l
2011 Oct 12
1
dovecot2 auth-worker socket perms ignoring assigned ownership settings in conf.d/10-master.conf?
I have Dovecot2 auth setup to run as
user = doveauth
group = dovecot
configured in,
vi conf.d/10-master.conf
...
service auth {
unix_listener /var/spool/postfix/private/auth {
user = postfix
group = postfix
mode = 0660
}
user = doveauth
group = dovecot
}
service auth-worker {
user = doveauth
group = dovec...
2013 Jan 02
1
doveadm backup issue with ACL plugin enabled
...a_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
stats_refresh = 30s
stats_track_cmds = yes
}
protocols = " imap lmtp"
quota_full_tempfail = yes
service auth-worker {
unix_listener auth-worker {
user = doveauth
}
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
ser...
2017 Feb 22
1
How to dsync mdbox compressed to maildir uncompressed
Hi Thomas,
thank you for your help. This is very strange that it wont work here.
can you doveconf -n the relevant parts especially mail_plugins= and plugin { }
i think i have misconfigured something :(
Regards,
Daniel
2013 Apr 11
3
How to prevent delivery to mailboxes over quota at SMTP-time
Hi!
I wrote a little something about how to prevent delivery to mailboxes
over quota while still being in the SMTP dialogue:
http://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/
(Postfix/Dovecot-2.2)
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstra?e 15, 81669 M?nchen
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263
Vorstand: Patrick Ben Koetter,
2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
...= ~/.dovecot.sieve
sieve_dir = ~/sieve
stats_refresh = 1min
zlib_save = bz2
zlib_save_level = 6
}
postmaster_address = postmaster at example.com
protocols = lmtp pop3 imap sieve
service auth-worker {
unix_listener auth-worker {
group = $default_internal_user
mode = 0660
user = doveauth
}
user = doveauth
}
service auth {
client_limit = 1425
unix_listener /var/spool/postfix/private/dovecot-auth {
group = postfix
mode = 0600
user = postfix
}
user = doveauth
}
service dict {
idle_kill = 150 secs
unix_listener dict {
group = dovemail
mode = 0660
}...
2012 Nov 01
1
2.2.alpha1 (626a9df21e62): LMTP Core Dump
...a_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
stats_refresh = 30s
stats_track_cmds = yes
}
protocols = " imap lmtp"
quota_full_tempfail = yes
service auth-worker {
unix_listener auth-worker {
user = doveauth
}
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
ser...
2016 Nov 22
0
Implementing secondary quota w/ "Archive" namespace
...Ubuntu 12.04.5 LTS
auth_cache_negative_ttl = 1 mins
auth_cache_size = 10 M
auth_cache_ttl = 10 mins
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
base_dir = /var/run/dovecot/
debug_log_path = /var/log/dovecot/debug.log
default_client_limit = 3005
default_internal_user = doveauth
default_process_limit = 1500
deliver_log_format = M=%m, F=%f, S="%s" B="%p/%w" => %$
disable_plaintext_auth = no
first_valid_uid = 199
imap_capability = +UNSELECT
last_valid_uid = 201
listen = *
log_path = /var/log/dovecot/mail.log
mail_debug = yes
mail_location = maildir:~/M...
2013 Feb 18
2
Quota Problems with LMTP in HG 62a930eb22b5
...a_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
stats_refresh = 30s
stats_track_cmds = yes
}
protocols = " imap lmtp"
quota_full_tempfail = yes
service auth-worker {
unix_listener auth-worker {
user = doveauth
}
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
ser...
2013 Jun 20
1
HowTo / VirtualUserFlatFilesPostfix
The following is an excerpt from the HOWTO mentioned
Per-domain authentication and configuration structure /var/vmail
dr-x------ 3 doveauth dovecot 4096 2010-03-17 19:09 auth.d |--> domain.tld
Can anybody decypher the "|--> domain.tld" part please.
Regards,
treanorv
--
View this message in context: http://dovecot.2317879.n4.nabble.com/HowTo-VirtualUserFlatFilesPostfix-tp42887.html
Sent from the Dovecot mailing l...
2013 Apr 15
4
imap Panic: file index-attachment.c: line 231 (index_attachment_save_finish): assertion failed: (attach->input->eof)
...ieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
stats_refresh = 1min
zlib_save = bz2
zlib_save_level = 6
}
postmaster_address = postmaster at example.com
protocols = imap lmtp sieve
service auth-worker {
unix_listener auth-worker {
group = $default_internal_user
mode = 0660
user = doveauth
}
user = doveauth
}
service auth {
client_limit = 1425
unix_listener /var/spool/postfix-orange/private/dovecot-auth {
group = postfix
mode = 0600
user = postfix
}
user = doveauth
}
service dict {
idle_kill = 150 secs
unix_listener dict {
group = dovemail
mode = 0...
2011 Apr 05
1
Latest Quota Optimizations and Sieve
..._delete
quota = dict:user::file:%h/mdbox/dovecot-quota
quota_rule = *:storage=1GB
quota_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
}
protocols = imap lmtp
quota_full_tempfail = yes
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
service lmtp {
unix_lis...
2014 May 24
1
socket /var/spool/postfix/private/auth not created
I'm on Ubuntu 13.10 and followed these instructions
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL to configure Dovecot
for Postfix.
No matter what I try, the listener is not created.
<http://dovecot.2317879.n4.nabble.com/file/n48182/32.png>
dovecot -n does not show the listener (I guess that's why its not created)
This is the extract from the
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
...ot/sieve/global/
sieve_max_actions = 32
sieve_max_redirects = 4
sieve_max_script_size = 1M
trash = /etc/dovecot/dovecot-trash.conf
zlib_save = gz
zlib_save_level = 6
}
postmaster_address = postmaster at testing.local
protocols = imap pop3 lmtp sieve
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {
mode = 0660
user = doveauth
}
}
service dict {
unix_listener dict {
mode = 0600
user = vmail
}
}
service ima...
2010 Apr 24
1
Dovecot 2.0beta4 HG 11189: dovecot-uidvalidity warning with mdbox mailboxes
...copy mailbox_delete mailbox_rename
quota = dict:user::file:%h/mdbox/dovecot-quota
quota_rule = *:storage=1GB
quota_rule2 = Trash:storage=10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
}
protocols = imap lmtp
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lm...
2016 Nov 22
2
Implementing secondary quota w/ "Archive" namespace
Yeah, I gradually figured out it wouldn't work yesterday when delving back into this and testing. No separate quotas per namespaces until 2.1 or something, I think?
So, got any suggestions on getting it to work with v2.x? I found an old thread from 2013 by Andreas (I think?) and he didn't seem to quite be able to get it to work. Actually, though, I'd be happy to even be able to apply
2010 Nov 30
2
2.0.7 (a131a498731f): Core Dump on parsing Config
...g_events = expunge mailbox_delete
quota = dict:user::file:%h/mdbox/dovecot-quota
quota_rule = *:storage=1GB
quota_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
}
protocols = imap lmtp
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service imap-login {
inet_listener imap {
address = 1.2.3.4
port = 143
}
inet_listener imaps {
port = 0
}
}
service lmtp {
unix_lis...
2020 Oct 16
2
Newbie question about replication
...replication-notify-fifo {
group = root
mode = 0660
user = vmail
}
unix_listener replication-notify {
group = root
mode = 0660
user = vmail
}
}
service auth-worker {
chroot = /etc/dovecot/db
process_limit = 10
unix_listener auth-worker {
mode = 0600
user = doveauth
}
user = doveauth
}
service auth {
client_limit = 64
inet_listener sasl {
address = imap1.mail.mydomain.net
port = 9192
}
unix_listener auth-userdb {
group = vmail
mode = 0660
user = doveauth
}
user = doveauth
}
service dict-async {
protocol = none
}
service di...
2012 Jul 29
1
Help needed with configuration giving dict error No such file
...l/conf.d/%d/acls:cache_secs=300
quota = dict:user::file:%h/maildir/dovecot-quota
quota_rule = *:storage=1GB
quota_rule2 = Trash:storage=+10%%
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_global_dir = /var/vmail/conf.d/%d/sieve
}
protocols = imap lmtp
service auth-worker {
user = doveauth
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
user = doveauth
}
service dict {
unix_listener dict {
mode = 0600
user = vmail
}
}
service imap-login {
inet_listener imap {
address = 999.999.999.999...
2017 Jun 01
2
Retrieving mail from read-only mdbox
> I've tried using IMAP with mail_location pointed at the snapshot, but,
> though I can get a listing of emails in the mailbox, the fetch fails when
> dovecot can't write-lock dovecot.index.log.
I've thought about doing this someday (adding snapshots to a user's
namespace) but never got around to doing it. Snapshots get rotated
(e.g. hourly.1 -> hourly.2 -> etc.)