Displaying 20 results from an estimated 27 matches for "darac".
Did you mean:
daram
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 mailboxe...
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
...lo 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 mailbox attribute
and my script does not run when I move files between folders.
My sieve files are chmod'ed 0644 and the shell script used to pipe into
spamassassin is 0755, so it *should* work, shoul...
2016 Nov 27
2
Rebuild UIDs for mdbox
...ETCH data - 551 bytes]
imap-thread.c:2008:imap fetch_uid run - end 0
imap-thread.c:388:generic_cb
imap-thread.c:372:found imap 0x22c8f60
imap-thread.c:2029:imap fetch_uid - end
imap.c:542:unlocking session 0x22e4c00
imap.c:4663:get_num_list: got 399 msgs
imap.c:4673:removing old messages from
/home/darac/.claws-mail/imapcache/mail.darac.org.uk/darac at darac.org.uk/LocalCron
imap.c:4677:get_num_list - ok - 399
folder.c:2265:Removed message 2147483647 from cache.
That last line (Removed message 2147483647 from cache) is repeated ad
infinitum. Now, I happened to spot that that number is 2^31 - 1 so...
2017 Dec 11
1
hosting emails at home
...addresses using both the plus sign and the dot (for
>websites that refuse "+" in an email address).)
That's relatively easy. I use the following:
In main.cf:
recipient_delimiter = +
canonical_maps = pcre:/etc/postfix/canonical
In /etc/postfix/canonical:
/^([^\.]+)\.([^\.]+)@(darac\.org\.uk)$/ ${1}+${2}@${3}
The regex can probably be simplified a lot, but to me that's clear that
foo.bar at darac.org.uk gets mapped to foo+bar at darac.org.uk.
That means that I can use plus addressing where it's supported and dot
addressing where it isn't. From the server's...
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...
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...&...
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
2017 Sep 09
1
Dovecot and Letsencrypt certs
...? --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:
> On Fri, Sep 08, 2017 at 06:47:25AM -0600, @lbutlr wrote:
>> 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...
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...
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 messag...
2017 Sep 08
0
Dovecot and Letsencrypt certs
...39;because of something
may be changed' restarting dovecot with no need ?
And, never do restart if reload suits your needs. But check it first,
if reload action rereads certificate from file system.
2017-09-08 19:20 GMT+05:00 LuKreme <kremels at kreme.com>:
> 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 " + H...
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 s...
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 in...
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 point...
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
2014 Apr 25
1
Segfault in auth (when talked to by postfix lda)
..._signature = X-DSPAM-Signature
antispam_signature_missing = move
antispam_spam_pattern_ignorecase = SPAM
antispam_trash_pattern_ignorecase = trash;Deleted *
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
stats_refresh = 30 secs
stats_track_cmds = yes
}
postmaster_address = postmaster at darac.org.uk
protocols = " imap lmtp sieve"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {
group = vmail
mode = 0666
}
}
service lmtp {
inet_listener lmtp {
address = 192.1...
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
2017 May 10
1
Dovecot/Sieve shortcuts?
...#39;ve tried
it in ~ and the .sieve directory.
All this follows https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples,
with the exception that I'm using .sieve rather than sieve as the
directory name.
Can someone point out where I'm failing?
Adam
On Wed, May 10, 2017 at 10:50:23AM +0100, Darac Marjal wrote:
| On Tue, May 09, 2017 at 11:27:22AM -0500, Larry Rosenman wrote:
| >On 5/9/17, 11:25 AM, "dovecot on behalf of Christian Kivalo" <dovecot-bounces at dovecot.org on behalf of ml+dovecot at valo.at> wrote:
| >
| >
| >
| > Am 9. Mai 2017 17:47:13 MESZ sc...
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