Displaying 20 results from an estimated 26 matches for "marjal".
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?
&...
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 I get...
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"
2016 Nov 27
2
Rebuild UIDs for mdbox
Hello all,
I think I'm hitting an issue with overly large UIDs in one of my mailboxes.
I initially thought it was a problem with claws-mail hitting an infinite
loop. Claws-mail /seems/ to work fine, until it gets to this one
mailbox, wherein the following is logged:
[20:23:04] IMAP> 86 SELECT LocalCron
[20:23:04] IMAP< * OK [CLOSED] Previous mailbox closed.
[20:23:04] IMAP< * FLAGS
2017 Sep 09
1
Dovecot and Letsencrypt certs
...ypath /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 valid...
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 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 Antisp...
2017 May 10
1
Dovecot/Sieve shortcuts?
...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 schrieb A...
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 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
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 Apr 27
0
Extra help, Hotmail nightmare
Quoting Oscar del Rio <delrio at mie.utoronto.ca>:
> 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 tri...
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 lim...
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 instructi...
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, Dar...
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 logge...
2017 Sep 08
0
Dovecot and Letsencrypt certs
...ause 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 " + Hook: Re...
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
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 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