Displaying 12 results from an estimated 12 matches for "1mu".
Did you mean:
1m
2011 Dec 22
1
file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory ...
...secure IMAP server that supports mbox and maildir mailboxes
ii dovecot-pop3d 1:1.2.15-4
secure POP3 server that supports mbox and maildir mailboxes
dovecot.conf :
protocols = imap imaps pop3s managesieve
mail_location = maildir:/ext/spool/imap/%1Mu/%u
mail_uid = vmail
mail_gid = vmail
protocol lda {
mail_plugins = quota sieves.fr
}
..
plugin {
..
sieve_dir = /ext/spool/sieve/%1Mu/%u
sieve = /ext/spool/sieve/%1Mu/%u/dovecot.sieve
}
rights are OK for user "vmail" in /ext/spool/sieve/%1Mu/%u/ ....;
for example :...
2020 May 11
2
Directory hashing
.../cf37a8dff5e360927ba10ab2
The final folder is simpel, as it is:
%{sha256;truncate=96:user}
But how do I get a first level from sha256? Unfortunately, the truncate option aligns only full 8bit and does not divide into low and high nibbles. How can I express this for sha256?
in MD5 this would be %1Mu
Many thanks in advance
Christian
--
R??ner-Network-Solutions
Karl-Br?ger-Str. 10, 36304 Alsfeld
Fax: +49 6631 78823409, Mobil: +49 171 9905345
USt-IdNr.: DE225643613, https://roessner.website
PGP fingerprint: 658D 1342 B762 F484 2DDF 1E88 38A5 4346 D727 94E5
2011 Jul 20
0
GSSAPI makes webmail access really slow
...orde webmail.
When I enable PLAIN and GSSAPI as authentication mecanisms, it makes
Horde very slow.
If I enable only PLAIN it is a lot more fast.
Do you have a clue to solve this issue ? Here is my dovecot.conf :
protocols = imap imaps pop3s managesieve
mail_location = maildir:/ext/spool/imap/%1Mu/%u
first_valid_uid=97
last_valid_uid=97
ssl_cert_file = /usr/local/cert/mailper/cert.pem
ssl_key_file = /usr/local/cert/mailper/mail.key
ssl_ca_file = /usr/local/cert/mailper/chain.pem
auth_debug = yes
disable_plaintext_auth = no
## tuning ##
login_process_size = 64
login_max_processes_count =...
2013 Jun 02
2
rawlog without setting home in userdb
Hi all,
in my settup i decided to set mail_home in 10-mail.conf,
and let dovecot do the hashing to a 2-level directory structure.
mail_location = mdbox:~/mdbox:ALT=/altstorage/%h/mdbox
mail_home = /vmail/%1Mu/%2.1Mu/%u
In my userdb ist homedirectory not set and everythink works as expected,
except when i use rawlog i get only logs in ~/dovecot.rawlog if home is
set in userdb.
In wiki http://wiki2.dovecot.org/Debugging/Rawlog
it reads:
If you don't have the home directory and you can't or don&...
2020 May 11
2
Directory hashing
...> %{sha256;truncate=96:user}
> >
> > But how do I get a first level from sha256? Unfortunately, the truncate
> > option aligns only full 8bit and does not divide into low and high nibbles.
> > How can I express this for sha256?
> >
> > in MD5 this would be %1Mu
> >
> > Many thanks in advance
> >
> > Christian
>
> Maybe as a workaround you can create a directory named /srv/mail/c and make 16
> symbolic links to it: /srv/mail/c0, /srv/mail/c1, /srv/mail/c2, up to /srv/
> mail/cf.
>
> In that way you can use tr...
2013 Feb 25
1
lmtp problem with wrong index path
...lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = *
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_greeting = OTENET ready
login_trusted_networks = 83.235.66.0/24
mail_access_groups = mail otemail disk root
mail_fsync = always
mail_location = mbox:INDEX=/var/index/dovecot/%1Mu/%2.1Mu/%3.1Mu/%u
mail_nfs_index = yes
mail_nfs_storage = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify environment...
2013 Nov 25
1
Problem with Thunderbird and mailbox with SPECIAL-USE flag
...please ?
Here my configuration :
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2
auth_debug_passwords = yes
auth_mechanisms = plain login
disable_plaintext_auth = no
first_valid_uid = 100
imapc_host = xxxxxx
mail_gid = imapproxy
mail_home = /var/local/cache/dovecot/%1Mu/%1.1Mu/%u
mail_location = imapc:~/imapc
mail_uid = imapproxy
namespace inbox {
inbox = yes
list = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox Trash {
special_use = \Tras...
2013 Aug 07
2
The docs a re a bit weird on "Directory hashing"
...ork I stumbled a old
thread at:
http://www.dovecot.org/list/dovecot/2010-June/049695.html
there they used:
mail_location=maildir:/buzones/us.es/%1Hu/%2.1u/%n
so I assume it should be used like that:
mail_location=maildir:/home/vmail/%H/%2.256Hn/%d_%n/Maildir/
or:
mail_location=maildir:/home/vmail/%1Mu/%2.1Mu/%d_%n/Maildir/
It's a bit hard to think alone so I hope you can assist me.
let say I want to follow the model of squid cache_dir which has:
cache_dir aufs /usr/local/squid/var/cache/squid 40000 16 256
And means a two layers cache of max 16 directories on the first layer
and 256 direct...
2020 May 11
0
Directory hashing
...der is simpel, as it is:
>
> %{sha256;truncate=96:user}
>
> But how do I get a first level from sha256? Unfortunately, the truncate
> option aligns only full 8bit and does not divide into low and high nibbles.
> How can I express this for sha256?
>
> in MD5 this would be %1Mu
>
> Many thanks in advance
>
> Christian
Maybe as a workaround you can create a directory named /srv/mail/c and make 16
symbolic links to it: /srv/mail/c0, /srv/mail/c1, /srv/mail/c2, up to /srv/
mail/cf.
In that way you can use truncate=8.
--
Simone Lazzaris
QCom SpA
2020 May 11
0
Directory hashing
...ncate=96:user}
>>>
>>> But how do I get a first level from sha256? Unfortunately, the truncate
>>> option aligns only full 8bit and does not divide into low and high nibbles.
>>> How can I express this for sha256?
>>>
>>> in MD5 this would be %1Mu
>>>
>>> Many thanks in advance
>>>
>>> Christian
>>
>> Maybe as a workaround you can create a directory named /srv/mail/c and make 16
>> symbolic links to it: /srv/mail/c0, /srv/mail/c1, /srv/mail/c2, up to /srv/
>> mail/cf.
>>...
2013 Nov 05
1
Problem migration from cyrus with imapc
...box = yes
list = children
location =
prefix = INBOX.
separator = .
type = private
}
passdb {
args = /etc/dovecot/dovecot-sql-master.conf.ext
driver = sql
master = yes
pass = yes
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
default_fields = userdb_home=/vmail/%1Mu/%2.1Mu/%u
driver = sql
}
plugin {
quota = dict:User quota::file:%h/dovecot-quota
quota_rule = *:storage=10240
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
stats_refresh = 10 secs
stats_track_cmds = yes
}
postmaster_address = postmaster at mnet-online.de
protocols = imap pop3 lm...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...!I?W-%V;H at XskONA8W9Uwb3mY2*N^`TdXstsre90H{pFiFk;vNUnD9sVf4D8FzjKP
zCvoFUnAMnX(IinVZ0jOtt3*n=qKRnRUKX}99?pyP$aW4)F{F7C6(z%yyzJ6r{)Ab?
zh#Kn at d$~(1(jq1`(VFcdTb<0WfB=i+s>KW!$8|EC>Pe_4yRosSMiTna`oB53UY6iV
zHF_{|SH at 9O!ttfu at dt~X=z*h4JUKh+X~Z3NxUWWdAr;&o?kB8ChCRC8{u;|J!WSq9
zryQ=1Z31muB$FY%%p3Lv(7}Geu=Kbnn8J=~?+97MQSGmhk at RTQR!&A7!E#)x?N&1*
z!=alHe#{xkuw9mD*V5xUD{C~W?V8g3HRXZ23hb`Ey!FAlh!ZB`4%3}VG2Ik%_pL~e
zt5w!<>Bas+($0~cFma|c7B2WzH^XAcP1rBHME6VKn|G~``0nrqaH`Ot(V2iGg>;3h
zg2OH6Fss5k9O5uoRAcV$ss5lm%Gu6=bWAvQ1Yrr%5XR?bBArw}45v6+`9g6AOu?39
z1>DvZf;?Ad6i3Hk^(+M...