Re: doveadm -A backup

2017-11-09 Thread Aki Tuomi
You need to provide the user name in path. There is (currently) no support for %u variable in cmdline. Sorry. Aki On 10.11.2017 07:45, DurgaPrasad - DatasoftComnet wrote: > Hello, > > I am trying to backup all users mails using > > > > doveadm -Dv backup -A mdbox:/nasdrive/mailbackupfolder >

doveadm -A backup

2017-11-09 Thread DurgaPrasad - DatasoftComnet
Hello, I am trying to backup all users mails using doveadm -Dv backup -A mdbox:/nasdrive/mailbackupfolder However the script is not doing the backup into individual folders but is trying to overwrite the data in /nasdrive/mailbackupfolder for every user. Logically it should write into

Re: Sieve global path?

2017-11-09 Thread Bill Shirley
Set the sieve_global_dir like this. /etc/dovecot/conf.d/99-mystuff.conf: . . plugin {   sieve = ~/Maildir/dovecot.sieve   sieve_dir = ~/Maildir/sieve   sieve_global_dir  = /etc/dovecot/sieve/global/   sieve_before  = /etc/dovecot/sieve/before.d/ # 

Sieve global path?

2017-11-09 Thread Gao
Hello, I am building a new server on CentOS 7 and the global sieve filter can not be loaded. The debug shows: Nov  9 15:23:09 mail dovecot: lmtp(11182, g...@mydomain.com): Debug: sieve: Pigeonhole version 0.4.2 initializing Nov  9 15:23:09 mail dovecot: lmtp(11182, g...@mydomain.com): Debug:

Re: Migrating from Dovecot 1 to Dovecot 2

2017-11-09 Thread Dovecot list
Thanks for reply. I try to make it, but @start i get this error. mx3:/root/dsync@[23:11] # doveadm -v -c ahuryn.temp backup -R -u t...@test.pl imapc: doveadm(t...@test.pl): Error: Mail access for users with UID 145 not permitted (see first_valid_uid in config file, uid from userdb lookup).

Re: Postlogin script

2017-11-09 Thread Gedalya
A bit clunky but perhaps you could find another command. https://packages.debian.org/stretch/netmask $ IP=172.11.0.28 $ if [ "$(netmask -n $IP/24)" == " 172.11.0.0/24" ]; then echo OK; fi OK $ IP=172.12.0.11 $ if [ "$(netmask -n $IP/24)" == " 172.11.0.0/24" ]; then echo OK; fi $ Range:

Postlogin script

2017-11-09 Thread j.emerlik
Hi, I would like to prepare postlogin a script that allow imap connection to roundcube for all but restrict imap access for selected users. My question is that: Is possible in condition IF use IP addresses as range or with mask (because I've more than one web servers) ? My script: #!/bin/sh if

Re: [Mailbox aliases] Sponsoring of bug fixing

2017-11-09 Thread Aki Tuomi
On 09.11.2017 10:14, azu...@pobox.sk wrote: > Hi, > > how much would it cost to sponsor a complete* fix of mailbox aliases? > > https://www.dovecot.org/list/dovecot/2015-June/101176.html > https://dovecot.org/list/dovecot/2016-September/105459.html > > * i.e. without any workarounds like

[Mailbox aliases] Sponsoring of bug fixing

2017-11-09 Thread azurit
Hi, how much would it cost to sponsor a complete* fix of mailbox aliases? https://www.dovecot.org/list/dovecot/2015-June/101176.html https://dovecot.org/list/dovecot/2016-September/105459.html * i.e. without any workarounds like disabling mailbox_list_index Thank you for info. azur