Displaying 20 results from an estimated 26 matches for "bergolth".
2016 Aug 08
2
custom mail_location detection for dovecot lda
On 08/08/2016 05:34 PM, Stephan Bosch wrote:
> Op 8-8-2016 om 17:27 schreef Alexander 'Leo' Bergolth:
>> Is it possible to do something like "post-login scripting" to detect and
>> set a per-user custom mail location for dovecot LDA delivery?
>>
> You could use /usr/lib/dovecot/dovecot-lda -omail_location=<location>
Thanks for the hint.
But it seems to be igno...
2007 Dec 01
4
namespaces, shared mailboxes
...X=~/Mail\
dir/index/Shared/spamrep
}
-------------------- 8< --------------------
I'm using dovecot 1.0.8.
"Server supports folders that contain subfolders and messages" is
enabled in Thunderbird's advanced server settings.
Thanks in advance,
--leo
--
e-mail ::: Alexander.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: Computer Center | Vienna University of Economics | Austria
2016 Aug 08
2
custom mail_location detection for dovecot lda
...g imap postlogin scripts, but
unfortunately this doesn't seem to be honored. (Also tried with
dovecot-lda -k.)
Woud be very useful for slow migration from one mailbox format to another.
Is there any other way to supply a custom mail_location to dovecot-lda?
Cheers,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2016 Oct 17
2
sieve duplicate locking
...nside sieve?
Or do I have to serialize per-user dovecot-lda delivery? Any experiences
with that?
I am using dovecot-2.2.25 and pidgeonhole-0.4.15.
Mail is delivered using postfix-2.10 and dovecot-lda as mailbox_command.
Mailbox format is maildir with LAYOUT=fs.
Cheers,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2014 May 07
2
Index cache errors worse with 2.2.x
...smaller than expected" $f | wc -l; done
maillog: 99
maillog-20130801: 465
maillog-20130901: 484
maillog-20131001: 512
maillog-20131101: 460
maillog-20131201: 520
maillog-20140101: 402
maillog-20140201: 400
maillog-20140301: 355
maillog-20140401: 481
maillog-20140501: 434
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2009 Nov 23
2
shared mailboxes using namespaces in 1.2
...eate "Shared/sharedmailbox/test" but trying to create
"Shared/sharedmailbox/test/testsub" will fail with the above error. If I
set the herarchy separator to '.' even creating
"Shared/sharedmailbox/test" will fail.
Any hints?
Thanks,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dovecot.conf
URL: <http://dovecot.org/pipermail/dovecot/attachments/20091123...
2011 Oct 31
2
setting namespaces using script-login environment in 2.0
...PACE_ environment variables anymore.
Have environment based namespace settings been abandoned in 2.0?
Does Dovecot 2.0 maybe provide a better way to only display those
folders, for which the user has at least read permissions?
(Unix-permission based)
Thanks in advance,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2014 Oct 20
1
Sieve: carry global variables from sieve_before to user sieve scripts
...vecot.debug";
global "S_TESTVAR";
debug_log "LEO SIEVE: in default.sieve: S_TESTVAR: ${global.S_TESTVAR},
${S_TESTVAR}";
-------------------- 8< --------------------
Is there any other way to set up defaults in a global sieve script?
Cheers,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
...1 09:51 Maildir/permtest
drwxrws---+ 5 leo leo 108 Jul 1 09:51 Maildir/permtest/__MAILBOX__
mkdir from a shell also works fine.
The problem seems to be connected to the Posix ACLs that are set on Maildir:
$ getfacl Maildir
# file: Maildir
# owner: leo
# group: leo
# flags: -s-
user::rwx
user:bergolth:rwx
group::rwx
mask::rwx
other::---
default:user::rwx
default:user:bergolth:rwx
default:group::rwx
default:mask::rwx
default:other::--x
If I remove all Posix ACLs using setfacl -b Maildir, creation of new mailboxes works fine also with dovecot-lda.
Why is dovecot-lda behaving differently if Posi...
2012 May 13
1
userdb namespace settings bug
...er restarting dovecot, the same configuration sometimes works correctly.
I'd greatly appreciate your help! Unfortunately I have done the upgrade
on a production system, so the issue is quite serious for me..
Will downgrading to 2.0 work? (Index-files, etc?)
Thanks,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dovecot-userdb-namespaces.txt
URL: <http://dovecot.org/pipermail/dovecot/attac...
2010 Feb 13
2
deliver and cloning file permissions
...ilboxes from mail to
each user's primary group or set the mailbox-modes to 0600 but I'd also
have to do that for every new user.
(Tools to create users like useradd from shadow-utils use hardcoded file
modes and group ownership.)
Is there any workaround?
Thanks,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2007 Dec 30
1
deliver: keep existing From_ line
...n't provide the envelope-sender address in a variable. (I'd have to
extract it from the first line of the mail using a separate receipe,
which isn't very efficient.)
Is there a way to keep the already existing "From " line?
Thanks in advance,
--leo
--
e-mail ::: Alexander.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: Computer Center | Vienna University of Economics | Austria
2000 May 09
1
openssh-2.1.0 and AFS
...pag, which
is not possible now.
I attached a small patch, that moves the do_setpag-part from
do_authentication to the afs-token-passing section of do_authloop, maybe
you'll find that useful.
cheers,
--leo
-----------------------------------------------------------------------
Alexander (Leo) Bergolth leo at leo.wu-wien.ac.at
WU-Wien - Zentrum fuer Informatikdienste http://leo.wu-wien.ac.at
Info Center
Computers are like air conditioners -
they stop working properly when you open Windows
-------------- next part --------------
--- auth1....
2014 Mar 02
1
idmap ldap problems
...n mappings can be
configured with the new idmap syntax? Should I use idmap_nss for the
local domain instead of idmap_ldap?
My config can be found at
http://leo.kloburg.at/tmp/smb-idmap/
Thanks in advance,
--leo
P.S.: I am using samba-3.6.9-167.el6_5.x86_64 on RHEL 6.5.
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2009 Mar 04
1
performance problem with 3.2.8: unbuffered reads for some users
...heers,
--leo
The test was done using 2 byte reads on the windows box:
perl -le 'sysopen(F, "R:/firefox/LICENSE", O_RDONLY);
do { $n= sysread(F, $buf, 2) } while ($n)'
The result can be found here:
smbadmin (buffered reads):
http://leo.kloburg.at/tmp/samba/smbadmin-tshark.txt
abergolth (unbuffered reads, same box):
http://leo.kloburg.at/tmp/samba/abergolth-tshark.txt
smb.conf
http://leo.kloburg.at/tmp/samba/smb.conf
--
e-mail ::: Leo.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2007 Apr 26
1
rsync mirroring and hardlink issues
...changes to a new copy of the file. (Another option could be
checking the link-count of the inode and create a new copy of the file
only if it is greater than one.)
Is there any workaround for this issue?
Thanks in advance,
--leo
[1] http://code.google.com/p/hardlinkpy/
--
e-mail ::: Alexander.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: Computer Center | Vienna University of Economics | Austria
2016 Oct 19
0
sieve duplicate locking
Op 17-10-2016 om 18:05 schreef Alexander 'Leo' Bergolth:
> Hi!
>
> Does the duplicate sieve plugin do any locking to avoid duplicate
> parallel delivery of the same message?
>
> I sometimes experience duplicate mail delivery of messages with the same
> message-id, despite the use of a sieve duplicate filter. According to
> the lo...
2016 Oct 28
0
use a second userdb that only returns extra fields
...take settings like uid and gid from the first userdb anymore.
(Even if I don't set userdb_uid and userdb_gid in checkpassword.)
On the other hand there are no environment variables that pass the
settings from the previous lookup to the checkpassword script.
Cheers,
--leo
--
e-mail ::: Leo.Bergolth (at) wu.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2009 Mar 09
0
idmap_nss needed together with idmap_ldap?
...idmap config TRUSTEDDOMAINS:range = 16777216-33554431
idmap alloc backend = ldap
idmap alloc config:ldap_url = ldap://127.0.0.1
idmap alloc config:range = 16777216-33554431
-------------------- 8< --------------------
Thanks,
--leo
--
e-mail ::: Leo.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: IT-Services | Vienna University of Economics | Austria
2007 Oct 16
0
add prefix to extensions called from zap channels
...ber before entering the default context, but I'd like to
get rid of that...
-------------------- 8< --------------------
context from-zap {
_. => {
goto default|99${EXTEN}|1;
}
}
-------------------- 8< --------------------
Any hints?
Cheers,
--leo
--
e-mail ::: Alexander.Bergolth (at) wu-wien.ac.at
fax ::: +43-1-31336-906050
location ::: Computer Center | Vienna University of Economics | Austria