Re: DMARC policies

2018-11-30 Thread Jan Vítek
Same problem here. I clicked the unsubscribed button, but didnt receive 
the email.



Regards
Jan


On 30. 11. 18 10:50, gli...@gmail.com wrote:

Same problem here.

https://dovecot.org/mailman/options/dovecot-news

Sadly the remind password button / unsubscribe email button click and claim
to send me a email but they don't.

Assume its due a high mailq with the amount of messages that need to go out?

Regards
Rory


-Original Message-
From: dovecot  On Behalf Of Michal Szymanski
Sent: Friday, 30 November 2018 11:47
To: Per Jessen 
Cc: Aki Tuomi ; dovecot@dovecot.org
Subject: Re: DMARC policies

Hi,

I have just started to get dovecot list messages which I had not been
receiving until today. How can I opt out (again)?

regards, Michal Szymanski

On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote:

Aki Tuomi wrote:

On 30.11.2018 10.03, Per Jessen wrote:


Hi AKi

I guess my address was re-subscribed then?  I was subscribed as
nomail before, do I need to update that myself?

thanks
Per



Yes. I had to do it with an automated script and mailman withlist
interface is crappy. Sorry about this.


No problem,  these things happen.


/Per


--
   Michal Szymanski (msz at astrouw dot edu dot pl)
   Warsaw University Observatory, Warszawa, POLAND



[Dovecot] Dsync error when working dir o-rwx

2010-07-24 Thread Jan Vítek

Hi,

I dont know why dsync requires o+rx in working dir, at least it could give 
better error message when working dir has o-rwx.


# cd
# mkdir test
# cd test
# dsync -D -v -u 'i...@example.org' -o 'mail_privileged_group=mail' -o 
'mail_location=mbox:/email/i...@example.org/mail:INBOX=/var/mail/i...@example.org' 
mirror 'maildir:~/Maildir'

dsync(i...@example.org): Info: Sport: only in source
dsync(i...@example.org): Info: INBOX: only in source

# cd
# mkdir test
# chmod o-rwx test
# cd test
# dsync -D -v -u 'i...@example.org' -o 'mail_privileged_group=mail' -o 
'mail_location=mbox:/email/i...@example.org/mail:INBOX=/var/mail/i...@example.org' 
mirror 'maildir:~/Maildir'

dsync(i...@example.org): Info: Sport: only in source
dsync(i...@example.org): Info: INBOX: only in source
dsync(i...@example.org): Error: open(.) failed: Permission denied
dsync(i...@example.org): Error: open(.) failed: Permission denied
dsync(i...@example.org): Panic: file mbox-sync-rewrite.c: line 247 
(mbox_sync_try_rewrite): assertion failed: (sync_ctx-mbox-mbox_lock_type 
== F_WRLCK)
dsync(i...@example.org): Error: Raw backtrace: 
/usr/lib/dovecot/libdovecot.so.0 [0x7f9fbc8489f2] - 
/usr/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x37) 
[0x7f9fbc848ae7] - /usr/lib/dovecot/libdovecot.so.0(i_error+0) 
[0x7f9fbc848e03] - 
/usr/lib/dovecot/libdovecot-storage.so.0(mbox_sync_try_rewrite+0x255) 
[0x7f9fbcb0c7b5] - /usr/lib/dovecot/libdovecot-storage.so.0 
[0x7f9fbcb1506a] - /usr/lib/dovecot/libdovecot-storage.so.0 
[0x7f9fbcb15a30] - /usr/lib/dovecot/libdovecot-storage.so.0(mbox_sync+0x46) 
[0x7f9fbcb16846] - /usr/lib/dovecot/libdovecot-storage.so.0 
[0x7f9fbcb10701] - dsync [0x410729] - 
dsync(dsync_worker_update_mailbox+0x32) [0x40ee32] - 
dsync(dsync_brain_sync+0xc6b) [0x40892b] - dsync(dsync_brain_sync_all+0x18) 
[0x408d48] - dsync(main+0x536) [0x4070a6] - 
/lib/libc.so.6(__libc_start_main+0xe6) [0x7f9fbc0cd1a6] - dsync [0x406989]

Aborted


Kind Regards
Jan Vítek

ČESKÝ WEBHOSTING s.r.o.
Tel: +420 605 25 25 25
http://www.cweb.cz



[Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-07-22 Thread Jan Vítek
Hi,

I am trying to convert email box in mbox format to maildir++. It
converts all folders except INBOX. For example:

dsync -D -v -f -u 'i...@example.org' mirror 'maildir:~/Maildir'

prints:

dsync(i...@example.org): Info: Sport: only in source

So it converts Sport folder, but INBOX folder is ignored.

dovecot.conf contains:

mail_location = mbox:~/mail:INBOX=/var/mail/%u

File /var/mail/i...@example.org contains email messages.

Dovecot is in version v2.0.rc3.

Do you have any advice what am I doing wrong?


-- 
Kind Regards
Jan Vítek

ČESKÝ WEBHOSTING s.r.o.
Tel: +420 605 25 25 25
E-mail: i...@cweb.cz
http://www.cweb.cz





Re: [Dovecot] Dsync ignores INBOX when converting from mbox to maildir

2010-07-22 Thread Jan Vítek

Tested, works now. Thanks.

JV

- Original Message - 
From: Timo Sirainen t...@iki.fi

To: Jan Vítek vi...@cesky-webhosting.cz
Cc: dovecot@dovecot.org
Sent: Thursday, July 22, 2010 5:39 PM
Subject: Re: [Dovecot] Dsync ignores INBOX when converting from mbox to 
maildir



On Thu, 2010-07-22 at 16:09 +0200, Jan Vítek wrote:


I am trying to convert email box in mbox format to maildir++. It
converts all folders except INBOX. For example:

..

mail_location = mbox:~/mail:INBOX=/var/mail/%u


Fixed: http://hg.dovecot.org/dovecot-2.0/rev/459bd9621197