Displaying 20 results from an estimated 11000 matches similar to: "Is this odd?"
2019 Jun 19
2
User listing returned failure with -A
First, I archive the old messages in the INBOX on my list account
# doveadm -Dv move -u kremels at kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm
Debug: Skipping module doveadm_acl_plugin, because dlopen() failed:
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 15:10, Sean Kamath <kamath at moltingpenguin.com> wrote:
> On Oct 22, 2020, at 12:19, @lbutlr <kremels at kreme.com> wrote:
>> On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
>>> if address :matches ["To", "Cc"] ["*@*."] {
>> if envelope :matches :detail "to" "*" {
2015 Apr 21
2
Moving a local domain to sql
I have a domain that current maps to local users that I want to move into the mysql maps with all the other domains, but I am unsure of the best way to proceed with this.
For example, my mail server is covisp.net and my personal domain is kreme.com, and currently kremels at kreme.com maps to the local user kremels. I want it to map to the existing mysql database as ?kernels at kreme.com?. (For
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
> require ["variables", "copy"];
>
> if address :matches ["To", "Cc"] ["*@*."] {
> redirect :copy "backup+295.${1}.${2}@*example.com*";
> }
I have tried this with similar results:
require ["copy", "variables",
2020 Apr 21
2
sieve question
On Apr 20, 2020, at 19:13, @lbutlr <kremels at kreme.com> wrote:
>
> The other thing you can do is NOMX the old domain.
Sorry, nullmx is what I meant.
Btw, I think this is the best solution.
Sent from my iPhone
2020 Oct 23
3
Sieve_before
> On Oct 22, 2020, at 15:58, @lbutlr <kremels at kreme.com> wrote:
>
> On 22 Oct 2020, at 15:46, @lbutlr <kremels at kreme.com> wrote:
>> And it doesn't explain why "if address :matches ["To", "Cc"] ["*@*."] {" also failed to match despite also showing the email address.
>>
>>> ?kremels at kreme.com? does not
2018 Mar 02
2
Virtual question
Hello,
Can you elaborate?
Thanks.
Dave.
On 3/1/18, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> You can also use
> namespace virtual
> {?location=virtual:/etc/dovecot/virtual:INDEX=~/virtual/:CONTROL=~/virtual/....}
> so you put the folder definitions under /etc and per-user indexes end up
> under user home.?---Aki TuomiDovecot oy
> -------- Original message
2015 Feb 04
2
auth: Warning: DNS lookup took 1.550 s
Thanks for your comments. I understand as DNS uses UDP that there could be some DNS queries which might get lost if the CPU or network is too busy but the thing is that this server is not so busy really. It has 2 cores with 4 GB of RAM and the CPU averages to 2% usage. The network averages to 1 Mbit/s traffic and there are around 600-700 processes running for 1100 mailboxes. Note here that this
2013 Aug 15
1
Couldn't drop privileges
attempts to login result in:
dovecot: imap-login: Login: user=<lists@*munged*>, method=PLAIN, rip=ip.xx.yy.zz, lip=75.148.117.91, mpid=75104, TLS, session=<cBjCqf/jdwAXGJaN>
dovecot: imap(lists@*munged*): Error: user lists@*munged*: Couldn't drop privileges: User is missing UID (see mail_uid setting)
dovecot: imap(lists@*munged*): Error: Internal error occurred. Refer to server
2018 Mar 01
2
Virtual question
?For each virtual directory you need to create a dovecot-virtual file. Its syntax is like:?
OK, where does this file get created?
Say I want the users to have a virtual mailbox that is messages received in the last month, does that file go into each user' s Maildir path?
It sounds like I have to create a virtual folder for each user, then any folders inside that folders, and then the config
2020 Sep 29
2
Re-sieve emails
On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote:
>> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing?
> You can use imap sieve refilter. https://doc.dovecot.org/configuration_manual/sieve/plugins/imapfilter_sieve/
2019 Jun 12
1
Updating passwords
I created some new users in my MySQL database using postfoxadmin. The passwords looked correct in the database and show the right prefix {SHA256-CRYPT} but logins were failing, so I manually created new passwords from the command line:
doveadm pw -s SHA256-CRYPT -p ?a password" -u kremels at kreme.com
{SHA256-CRYPT}$5$ZKsovTv0Ddc9k4?
I then went into the postfix database and manually
2016 Jun 17
3
Mail dates
On Jun 15, 2016, at 10:46 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
> On 6/15/2016 12:30 PM, @lbutlr <kremels at kreme.com> wrote:
>> On Jun 15, 2016, at 9:44 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
>>> On 6/14/2016 6:50 PM, @lbutlr <kremels at kreme.com> wrote:
>>>> Where exactly does dovecot get the date that it reports
2020 Oct 22
2
Sieve_before
On 21 Oct 2020, at 14:10, @lbutlr <kremels at kreme.com> wrote:
> I have trace logs enabled for user scripts, but I think only error get logged for upper level, and only along the lines of "could not compile <name of sieve>".
Any ideas?
Is there a way to force the default and sieve_before scripts to log to syslog?
--
The real world was far too real to leave neat little
2016 Jun 15
2
Mail dates
On Jun 15, 2016, at 9:44 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
> On 6/14/2016 6:50 PM, @lbutlr <kremels at kreme.com> wrote:
>> Where exactly does dovecot get the date that it reports via IMAP?
>
> This is a problem with how you restored the files.
>
> On a linux system, you should use something like rsync -a to preserve
> the original
2018 May 04
2
expiring mail from root's Maildirs?
(Sorry about previous mail)
> On May 4, 2018, at 07:45, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> Dovecot has hardcoded root prevention. For delivery, too.
So dovecot cannot expire, reindex, clean, repair, etc root mail?
The mail is crontab mail that is sent out to users via mutt. What would be the "right? way to do this? (The cron tasks run as root because they are scanning
2014 Sep 11
3
rsync with 8bit file names?
When trying to sync my TV folder to a mirror drive, episodes with non-ASCII characters in them cannot be processed by rsync. Anything I can do about this?
For example, I get this:
building file list ...
file has vanished: "/Volumes/TV/Raising Hope/Raising Hope - S04E01 - De?\#201ja Vu Man.mkv"
This is rsync under OS X:
$ rsync --version
rsync version 2.6.9 protocol version 29
2017 Sep 08
1
Embeding a path in address extensions
I generate bcc backups with the pattern
backups+DATE.user.domain.tld at myBackupDomain.tld
(for example, backups+20170908.kremels.kreme.com at myBackupDomain.tld)
This puts mail in ?/.20170908.kremels.kreme.com/new
What I would like to do is get the expansion to generate the following path
?/.20170908/.kremels.kreme.com/new
Of course the date changes everyday, but it will always be numeric
2020 Oct 21
3
Sieve_before
So, this is what I did instead of default_sieve:
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before2 = file:/usr/lib/dovecot/sieve/filespam.sieve
# cat /usr/lib/dovecot/sieve/bcc.sieve
require ["variables", "copy"];
if address :matches ["To", "Cc"] ["*@*."] {
redirect :copy "backup+295.${1}.${2}@. . .";
}
# cat
2020 Jun 11
2
Read-flag of mails don't update
On 10 Jun 2020, at 23:18, @lbutlr <kremels at kreme.com> wrote:
> IF it?s not permissions you need to provide doveconf -n output. Bloglines for any fall, panic, or error level events at a minimum.
Apologies, I did not see the attachments. Will look on a real screen later.