Displaying 20 results from an estimated 300 matches similar to: "Rebuild UIDs for mdbox"
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
On Tue, Aug 22, 2017 at 01:55:45PM +0300, Aki Tuomi wrote:
>
>
>On 22.08.2017 13:37, Darac Marjal wrote:
>> Hello all,
>>
>> Hopefully this is something fairly simple.
>>
>> I've been trying to set up the Sieve Antispam system as detailed at
>> https://wiki2.dovecot.org/HowTo/AntispamWithSieve, but at the moment,
>> whenever I change mailboxes
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
Hello all,
Hopefully this is something fairly simple.
I've been trying to set up the Sieve Antispam system as detailed at
https://wiki2.dovecot.org/HowTo/AntispamWithSieve, but at the moment,
whenever I change mailboxes I get the following message logged:
Aug 22 09:30:45 remy dovecot: imap(darac at darac.org.uk): Error: imapsieve:
mailbox INBOX: Failed to read /shared/imapsieve/script
2017 Dec 11
1
hosting emails at home
On Sun, Dec 10, 2017 at 11:23:34AM -0800, Kenneth Porter wrote:
>--On Sunday, December 10, 2017 7:05 PM +0000 Andr? Rodier
><andre at rodier.me> wrote:
>
>>This is so far what I have achieved:
>
>How about MIMEDefang, ClamAV, and SpamAssassin? I'm currently running
>MD+Clam from sendmail and SA from procmail, but I'm open to seeing the
>equivalent
2017 Sep 08
5
Dovecot and Letsencrypt certs
On Sep 8, 2017, at 07:56, Darac Marjal <mailinglist at darac.org.uk> wrote:
> #!/bin/bash
>
> set -e
> set -u
> set -o pipefail
>
> if [[ ${1} == "deploy_cert" && ${2} == "mail.darac.org.uk" ]]; then
> echo " + Hook: Restarting Dovecot..."
> /usr/sbin/service dovecot restart
> fi
2015 Apr 27
2
Extra help, Hotmail nightmare
On 04/27/15 11:08 AM, Darac Marjal wrote:
> On Mon, Apr 27, 2015 at 03:46:30PM +0100, Jorge Bastos wrote:
>> Hi,
>>
>>
>>
>> Some extra help.
>>
>> How would I make hotmail accept my emails and not make them go to junk
>> folder?
>>
>> Is there any trick to do this?
> This isn't really a dovecot issue, but you can start with
2017 Sep 09
1
Dovecot and Letsencrypt certs
If you're using acme.sh:
acme.sh --installcert -d imap.example.com \
? --keypath /etc/pki/dovecot/private/imap.example.com.pem \
? --certpath /etc/pki/dovecot/certs/imap.example.com.crt \
? --fullchainpath /etc/pki/dovecot/certs/imap.example.com.full.chain.crt \
? --reloadcmd??????????? "systemctl reload dovecot.service"
HTH,
Bill
On 9/8/2017 9:56 AM, Darac Marjal wrote:
>
2017 Feb 10
5
Replacement for antispam plugin
On Fri, Feb 10, 2017 at 03:52:52PM +0100, Ralph Seichter wrote:
>On 10.02.2017 09:06, Aki Tuomi wrote:
>
>> Since antispam plugin is deprecated and we would really prefer people
>> not to use it, we wrote instructions on how to replace it with IMAPSieve.
>
>In my setup, I use the following sieve script globally for all users:
>
> if header :is "X-Spam-Flag"
2017 Sep 08
5
Dovecot and Letsencrypt certs
So this morning at 4am I was awoken to my mail clients getting certificate errors for an expired certificate.
I hopped on to the server and checked and? no, the LE certs renewed last month and are valid until November.
After some moments of confusion I noticed that dovecot had been running since before the renewal, so I did a quick service dovecot restart which fixed everything.
Should dovecot
2014 Apr 25
1
Segfault in auth (when talked to by postfix lda)
Afternoon all.
I'm seeing a segfault in dovecot 2.2.12 (debian package 1:2.2.12-2). I
can log into dovecot fine with mutt, but the segfaults seem to occur
when postfix (2.11.0, debian package 2.11.0-1+b1) tries to deliver a
message.
This was working fine under 2.2.9 (I can downgrade to that and delivery works).
Can anyone help? Doveconf -n, and backtrace follow.
2017 May 10
1
Dovecot/Sieve shortcuts?
Thanks! This is super-interesting.
As I try to set up include, I get failures which may indicate a need
for more coffee, but in /etc/dovecot/cond.f/90-sieve.conf I have:
plugin {
# Directory for :personal include scripts. The default is to use
home directory.
sieve_dir = %h/.sieve
# Directory for :global include scripts (not to be confused with
sieve_global_path).
# If
2017 Jan 16
2
Remove empty milder folders
Not sure if anyone will find this useful, but this is how I deleted a bunch (several hundred) of empty mail folders from a user account:
# doveadm mailbox status -u ?user at example.com" messages "*" ALL | grep "=0" | awk -F= '{print $1}' | awk '{print "rm -rf ."$1}' > list
then I looked over list just to be sure it wasn?t mucked up and in
2016 Nov 28
0
Rebuild UIDs for mdbox
On Nov 27, 2016, at 1:41 PM, Darac Marjal <mailinglist at darac.org.uk> wrote:
> Firstly, that page states that UIDs should be 32-bit integers. If so,
> why do there appear to be UIDs greater than 3 billion in the mailbox?
Because 32 bits hold 4 billion decimal?
2^32 = 4,294,967,296
(this is why FAT32 has a 4GB file size limit).
2017 Aug 23
0
imapsieve: failed to read mailbox attribute
Op 22-8-2017 om 13:03 schreef Darac Marjal:
> On Tue, Aug 22, 2017 at 01:55:45PM +0300, Aki Tuomi wrote:
>>
>>
>> On 22.08.2017 13:37, Darac Marjal wrote:
>>> Hello all,
>>>
>>> Hopefully this is something fairly simple.
>>>
>>> I've been trying to set up the Sieve Antispam system as detailed at
>>>
2015 Apr 27
3
Extra help, Hotmail nightmare
Hi,
Some extra help.
How would I make hotmail accept my emails and not make them go to junk
folder?
Is there any trick to do this?
Thanks in advanced,
Jorge Bastos
2015 Jun 12
2
Sorry, another faq
On Fri, Jun 12, 2015 at 03:01:17PM +0200, Daniel Tr?der wrote:
> Am 12.06.2015 um 13:37 schrieb Martin S:
> > I've installed a mailserver according to these instructions:
> > http://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=13
> > When I try to login to the server through Roundcube webmail I get
> > Connection to storage server failed.
> >
2017 Aug 22
0
imapsieve: failed to read mailbox attribute
On 22.08.2017 13:37, Darac Marjal wrote:
> Hello all,
>
> Hopefully this is something fairly simple.
>
> I've been trying to set up the Sieve Antispam system as detailed at
> https://wiki2.dovecot.org/HowTo/AntispamWithSieve, but at the moment,
> whenever I change mailboxes I get the following message logged:
>
> Aug 22 09:30:45 remy dovecot: imap(darac at
2017 Sep 08
0
Dovecot and Letsencrypt certs
"I think it?s probably easier to just kick dovecot once a month." -
that's not good from system administration's point of view. You can
get into trouble when certificate is renewed but dovecot isn't
reloaded yet. And, doing something via cron just by-guess, once a
month - is a no no logic.
"it seems like checking the certs is something that dovecot should be
doing on its
2017 Feb 10
0
Replacement for antispam plugin
On Fri, Feb 10, 2017 at 5:09 PM, Darac Marjal <mailinglist at darac.org.uk>
wrote:
> On Fri, Feb 10, 2017 at 03:52:52PM +0100, Ralph Seichter wrote:
>
>> On 10.02.2017 09:06, Aki Tuomi wrote:
>>
>> Since antispam plugin is deprecated and we would really prefer people
>>> not to use it, we wrote instructions on how to replace it with IMAPSieve.
>>>
2017 Feb 10
0
Replacement for antispam plugin
On 10.02.2017 16:09, Darac Marjal wrote:
> Check out https://wiki.dovecot.org/Pigeonhole/Sieve/Plugins/IMAPSieve,
> which explains that sieve is normally only used at delivery time, but
> the sieve_imapsieve plugin runs a *different* sieve script based on
> IMAP actions (for example, COPY).
Thanks for the pointer, Darac. The following confirms that imapsieve_*
is not involved during
2017 Dec 10
5
hosting emails at home
Hello everyone,
I have been using Postfix and Dovecot for my personal emails for years.
After being tired of reinstalling my personal mail server many times, I
am currently writing some Ansible scripts to do it automatically.
I obviously checked the other projects, and did not found anything close
to what I am looking for, so I am implementing it now.
The final goal is to have a box that once