Re: BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."

2020-09-23 Thread PGNet Dev
On 9/23/20 7:27 AM, PGNet Dev wrote: > I'll see if I can reduce this to a simple demonstrator ... well, i can confirm that a CLEAN, minimal install works OK with the /etc/pki/tls/openssl.cnf spec'd above but my full/production instance FAILs. :-/ still, only on/with Dovecot submission. on a

dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?

2020-09-23 Thread PGNet Dev
I've installed grep PRETTY /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" dovecot --version 2.3.10.1 (a3d0e1171) openssl version OpenSSL 1.1.1g FIPS 21 Apr 2020 iiuc, Dovecot has apparently had support for setting

[SOLVED] Re: At a loss with antispan and imap_sieve

2020-09-23 Thread Ferenc
"Aki Tuomi" schreef op 21 september 2020 10:21: > Ferenc, are you using systemd? If so, then you will discover under /tmp some > private temporary > directories, one of them is for dovecot, and your debug log is probably under > there. That was it. I didn't know that. With this it was quickly

Re: Dovecot permission denied errors on NFS after upgrade to 2.2.17

2020-09-23 Thread @lbutlr
On 21 Sep 2020, at 01:48, Claudio Corvino wrote: > problem still occurring, I just noticed that if I do an "ls -l > /mnt/mail-storage//Maildir/cur/" from the Dovecot server I can unblock > the mailbox of the user and Thunderbird can receives all the e-mails. > > The problem occurs even with

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread @lbutlr
On 23 Sep 2020, at 08:52, Graham Leggett wrote: > On 23 Sep 2020, at 14:29, Marc Roos wrote: >> You can do whatever you like, as long as the result is this 'text' file. >> I have also bash file that modifies this file for users. You can make a >> 5 min cron job that detects changes in ldap and

Re: implementing folder hashing

2020-09-23 Thread Adrian Minta
I need to move from one mount point to multiple mount points and I'm searching for the best strategy. Right now my take is to script a rsync of the folders that need moving, change dovecot config and restart. In order to do this I need to know in advance what users will end up on the newly

Re: implementing folder hashing

2020-09-23 Thread Manuel Delgado
I think I don't understand the question. Dovecot knows where the user's home is, you don't need to guess. With mail_home or with Passdb variables you can define the user's home location and you can use 'doveadm user' to show where the home directory is in the filesystem. However, if you are

Re: implementing folder hashing

2020-09-23 Thread Adrian Minta
Thank you for your reply. One questionthough, if you add a mount point how do you know what user to move ? On 9/23/20 7:35 PM, Manuel Delgado wrote: Hi Adrian, It depends much on your site configuration. In our case, we have several mount points and we distribute our user mailboxes using

Re: implementing folder hashing

2020-09-23 Thread Manuel Delgado
Hi Adrian, It depends much on your site configuration. In our case, we have several mount points and we distribute our user mailboxes using username hash (%N)[1] and limit this hash to the number of mount points. We preferred %N over %H because the distribution of users was much better. Ex.

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 15:37, Sami Ketola wrote: > Pigeonhole can read sieve scripts from ldap too > https://wiki.dovecot.org/Pigeonhole/Sieve/Configuration/LDAP > Thanks for confirming this - it will need some updates to our LDAP,

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 14:29, Marc Roos wrote: > You can do whatever you like, as long as the result is this 'text' file. > I have also bash file that modifies this file for users. You can make a > 5 min cron job that detects changes in ldap and then creates the sieve > rule. I've tried the

Re: BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."

2020-09-23 Thread PGNet Dev
On 9/23/20 2:14 AM, Aki Tuomi wrote: > I tried to reproduce this with the config you provided. I made sure openssl > uses the configuration, but alas, it works just fine for me. ugh. well, good to know. with my my full-blown configs, it's definitely reproducible here. I'll see if I can reduce

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Sami Ketola
> On 23. Sep 2020, at 15.15, Graham Leggett wrote: > > On 23 Sep 2020, at 14:07, Marc Roos wrote: > >> It is just a sieve rule. >> >> 1. >> On disk default file .dovecot.sieve >> >> 2. I am using roundcube webmail for that. >> >> 3. with if false # true >> # rule:[Out of Office] >> if

RE: Vacation sieve explained: how does it work?

2020-09-23 Thread Marc Roos
You can do whatever you like, as long as the result is this 'text' file. I have also bash file that modifies this file for users. You can make a 5 min cron job that detects changes in ldap and then creates the sieve rule. -Original Message- Cc: dovecot Subject: Re: Vacation sieve

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 14:07, Marc Roos wrote: > It is just a sieve rule. > > 1. > On disk default file .dovecot.sieve > > 2. I am using roundcube webmail for that. > > 3. with if false # true > # rule:[Out of Office] > if true > { > vacation :days 1 :subject "Test" "test test"; > } Is

RE: Vacation sieve explained: how does it work?

2020-09-23 Thread Marc Roos
It is just a sieve rule. 1. On disk default file .dovecot.sieve 2. I am using roundcube webmail for that. 3. with if false # true # rule:[Out of Office] if true { vacation :days 1 :subject "Test" "test test"; } -Original Message- From: Graham Leggett [mailto:minf...@sharp.fm]

Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
Hi all, I have a legacy system that uses gnarwl to handle vacation messages, most specifically the vacation messages are stored in LDAP. We have a web based tool that allows people to update their vacation message, all they’re doing is modifying LDAP. I am trying to find out if dovecot’s

Re: BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."

2020-09-23 Thread Aki Tuomi
> On 22/09/2020 21:00 PGNet Dev wrote: > > > On 9/22/20 10:51 AM, Aki Tuomi wrote: > >>> > > > > Well, dovecot does not actually do any parsing for system-wide openssl.cnf. > > This sounds more like OpenSSL issue than dovecot issue. > > I've NO issue with that config/setting with any