Displaying 20 results from an estimated 10000 matches similar to: "setting mail_home and vacation"
2012 Dec 14
1
need help with dovecot-lda
Hello all!
Some month ago I upgraded our dovecot installation from version 1.0.5
to version 2.1.7 without having any trouble. Postfix is delivering
email directly per virtual transport to the maildirs and mailboxes of
the users in /var/spool/vhosts/domains/....
Now I want to use dovecot-lda and created a new entry in the master.cf
of postfix.
dovecot unix - n n - -
2013 Jan 10
1
warning regarding quota and mboxes
Hello!
We drive mboxes and maildirs and the dovecot-server is running very well and
everthing is fine, but I get the following warning in the dovecot-lda-errors.log
when a mail is delivered to a mbox.
Jan 10 16:29:24 lda(archiv at bitcorner.de): Warning: quota: Namespace '' is not Maildir, skipping for Maildir++ quota
This is what I defined in the dovecot.conf:
mail_home =
2018 Dec 03
2
vacation script issue
Hello,
I have a complete Postfix + Dovecot + openLDAP setup almost working, the
only issue I have is the vacation script auto-reply that doesn't work
properly.
If I send an email to a user with the vacation filter enabled, the
auto-reply is send to a local recipient with the same account name.
So for example if I send a mail from test at xyz.com to test at example.com, the
auto-reply is
2020 Oct 29
2
dovecot quota-warning detection mail
OK. "passdb/userdb" Setting part
$ dovecot -n (Excerpt from change)
----------------------------------------------------------------------------
---------------------
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
userdb {
args = username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
protocol lmtp {
info_log_path =
2011 May 09
3
Sieve & auto_create mail_home
Hello
In my setup I have the following in dovecot.conf (dovecot 2.0.12)
mail_home = /buzones/mydomain/%2.26Hn/%2.200Hn/%n/home_usuario/
mail_location = mdbox:/buzones/my_domain/%2.26Hn/%2.200Hn/%n:INDEX=/indices_dovecot/indices/%2.26Hn/%2.200Hn/%n
My problem is with the autocreation of mail_home. We are using roundcube+sieve plugin and the first time a user tries to use sieve fails with
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san
Thank you for the information.
It seems to be difficult...
morikawa
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: Thursday, October 29, 2020 1:17 PM
To: dovecot at dovecot.org
Subject: Re: dovecot quota-warning detection mail
Aha. Then it's not a straightforward case of just adding the domain name to
the same
2017 Mar 05
5
Transitioning away from mail_location = maildir:~
Hi,
I have been using this setup for years:
mail_home = /var/mail/vhosts/%d/%n
mail_location = maildir:~
I have since learned that mail_home and mail_location should be
different. I plan to use this:
mail_home = /var/mail/vhosts/%d/%n
mail_location = maildir:~/mail
I would like the transition to be transparent for my email clients. I
don't want mail/directories/sieve_scripts to
2013 Jul 05
1
Ambiguous behavior with prefetch database?
Hello,
Let's say dovecot.conf contains:
mail_uid = dovemailer
mail_gid = dovemailer
mail_home = /some/path/%n
mail_location = mbox:~/mboxes:INBOX=~/mboxes/inbox
and that the password database query is of the form:
password_query = \
SELECT \
passwd AS password, \
nickname AS user, \
mail_home AS userdb_home, \
mail_location AS userdb_mail, \
WHERE \
...
The database
2012 Aug 31
1
mail_location / mail_home
hi,
I had a long (upgraded today from 2.0.17 to 2.1.9) time mail_location and mail_home at the same path, which I recognize know, that it wasn't a good idea, idea. On my testsystem I've set:
mail_home = /imap/spool/%d/%1u/%u
mail_location = maildir:~/:INDEX=~/
otherwise I don't have access to the mails anymore. Is that ok?
cu denny
2019 Mar 10
2
sieve vacation to an alias group
I am curious to know how did you define the filter on an alias in the
first place ? is it a filter defined globaly in dovecot ? I don't see
how it can be defined in any individual mailbox. Can you show the
dovecot/sieve configuration to achieve this ?
Yassine.
On 3/10/19 11:40 AM, Monis Monther via dovecot wrote:
> Hi Yassine,
>
> Thanks for the effort, unfortunately, we cannot
2012 Jan 17
2
resolve mail_home ?
I now have "mail_home = /srv/mailstore/%256RHu/%d/%n". Is there any way
of asking dovecot where a user's home directory is?
It's not in "doveadm user":
$ doveadm user -f home janfrode at lyse.net
$ doveadm user janfrode at tanso.net
userdb: janfrode at tanso.net
mail : mdbox:~/mdbox
quota_rule: *:storage=1048576
Alternatively, is there an easy way
2018 Dec 04
0
vacation script issue
After some additional research and testing, it seems that my vacation
auto-reply is working when the sender doesn't have the same username (%n)
as a local account on the recipient imap server.
If test at xyz.com sends an email to test2 at example.com, the vacation
auto-reply is triggered but delivered to the wrong mailbox.
Suppose I have an account test at example.com on my imap server,
2019 Mar 10
3
sieve vacation to an alias group
On 3/10/19 9:07 AM, Yassine Chaouche via dovecot wrote:
>
> On 3/9/19 12:41 PM, Monis Monther via dovecot wrote:
>
>> Hi,
>>
>> We have an alias group named xyz at example.com
>> <mailto:xyz at example.com>, this alias group has 3 actual users
>> a at example.com <mailto:a at example.com>, b at example.com
>> <mailto:b at
2019 Mar 09
4
sieve vacation to an alias group
Hi,
We have an alias group named xyz at example.com, this alias group has 3 actual
users a at example.com, b at example.com and c at example.com
We set vacation rule on the generic sieve rule, the problem is that 3
responses are sent to the original sender. (obviously because the rule is
being executed with each user in the alias group)
Is it possible to set auto response only once, we tried
2016 Aug 30
2
Automatic purging of old email in all mailboxes
Forgive me, I'm a novice. Consider that today I have already set up a
working postfix + Dovecot server with userdb using the static driver and
passdb using a password file (in the format <username>:{hashing
algorithm}<password hash>). The Dovecot server has several mailboxes which
are already in use today.
I understand that I'll need to change over to using the passwd-file
2013 Oct 18
2
Question to sieve symlink
Hello!
A Server running openSUSE 12.3 and dovecot version 2.1.13.
In the log I find
Oct 19 00:23:23 managesieve(anmeyer at anup.de): Warning: sieve-storage: Active sieve script symlink /var/spool/vhosts/anup.de/anmeyer/.dovecot.sieve is broken: invalid/unknown path to storage (points to /var/spool/vhosts/anup.de/anmeyer/.sieve/managesieve.sieve).
But the link is ok and when I login to roundcube
2020 Feb 24
2
Mac OS and interpretation of @ in a username. Ex user@mds.xyz doesn't work on Mac OS but does on Win 10
On 2/23/2020 2:54 PM, TomK via samba wrote:
> On 2/23/2020 11:44 AM, Rowland penny via samba wrote:
>> On 23/02/2020 16:05, TomK wrote:
>>> On 2/21/2020 9:18 PM, Andrew Bartlett via samba wrote:
>>>> On Fri, 2020-02-21 at 20:48 -0500, TomK wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> "Sadly this really appears
2010 Aug 20
2
Determining the length of unique items in a vector
Dear all, let suppose I have following vector:
> dat1 <- c(rep("asd", 5), rep("xyz", 12), rep("erd", 17))
> dat1 <- dat1[sample(1:length(dat1), length(dat1), replace=F)]
> dat1
[1] "erd" "xyz" "erd" "asd" "asd" "erd" "xyz" "asd" "erd" "erd"
2018 Jul 31
2
Almost there with Sieve
Hi all,
Dovecot - 2.2.35
Pigeonhole - 0.4.23
I've recently moved mail filtering from local filtering (using
Thunderbird) to Sieve.? I've got filtering into folders and flagging
emails working fine, but for possibly one tiny glitch.
When specifying folders to filter into I have to use the format
'INBOX/Folder name' instead of just 'Folder name'.? Can this be
corrected??
2005 Jun 10
4
data.frame to character
Hi,
Excuse me for this simple question.
How to convert as.data.frame to as.character?
?data.frame
> L3 <- LETTERS[1:3]
> L10 <- LETTERS[1:10]
> d <- data.frame(cbind(x=c("XYZ"), y=L10), fac=sample(L3, 10, repl=TRUE))
> d
x y fac
1 XYZ A A
2 XYZ B A
3 XYZ C A
4 XYZ D A
5 XYZ E B
6 XYZ F C
7 XYZ G A
8 XYZ H C
9 XYZ I B
10 XYZ