Dovecot trusted CAs

2024-02-09 Thread Felix Auringer
stem trust store (/etc/ssl/certs/ca-certificates.crt) there? Best regards, Felix `dovecot -n` (shortened): # 2.3.19 (b3ad6004dc): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.19 (4eae2f79) # OS: Linux 6.7.3-arch1-1 x86_64 Debian 11.8 passdb { args = /etc/dovecot/oauth2-token.conf.ex

Dovecot unified event filtering

2023-03-20 Thread Felix Auringer
work is `mail_debug = yes` (I do not have to set `log_debug` at all). Is this intended behavior or am I doing something wrong? Best regards, Felix Auringer Here is the output of `dovecot -n` (I removed the passdb, userdb, namespace, service, and managesieve settings as they cluttered the output): ``` #

Re: set imap flags in user sieve scripts

2023-03-11 Thread Felix Zielcke
Am Samstag, dem 11.03.2023 um 19:30 +0100 schrieb spi: > > 11.03.2023 19:23:21 Benny Pedersen : > > > spi skrev den 2023-03-11 13:34: > > > > > if address :domain "From" "whatever.com"{ > > > fileinto :flags ["\\todo"] "working/whatever"; > > > } > > > > require ["fileinto","imap4flags"]; > >

OAUTH2 local validation

2022-11-16 Thread Felix Auringer
rocess needs to run periodically (and thus way more often than actually necessary). Best regards, Felix Auringer --- Gesellschaft für interkulturelles Zusammenleben gGmbH (GIZ) Felix Auringer IT Reformationsplatz 2 13597 Berlin Tel: 030/513 0100 00; Fax: 030/513 0100 09 www.giz.berlin; felix.au

Re: Dovecot ACLs and XOAUTH2

2022-08-24 Thread Felix Auringer
y I can think of right now is to use Lua passdb to complex token handling. `%{password}` on the other hand works fine, so it's not a problem that `%{oauth2:access_token}` isn't working. Thank you very much for your help, Aki! Felix --- Gesellschaft für interkulturelles Zusammenleben gGmbH (

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Felix Auringer
le token with `userdb_token=%{oauth2:access_token}` (this syntax however works for proxy authentication). Otherwise, I could just save the whole token in the user database. Is there some syntax I did not find in the documentation that would enable me to extract either the whole token o

Re: Dovecot ACLs and XOAUTH2

2022-08-22 Thread Felix Auringer
Hi, I tried to configure / implement the suggestions - thanks for them @Aki! On 6/15/22 07:50, Aki Tuomi wrote: On 14/06/2022 12:52 Felix Auringer wrote: Hi, we're trying to set up an IMAP server using Dovecot as part of a new email system in a middle-sized company (around 150

Dovecot ACLs and XOAUTH2

2022-06-14 Thread Felix Auringer
this? We would be okay modifying some dovecot source code and contributing it back if desired. Best regards, Felix Auringer --- Gesellschaft für interkulturelles Zusammenleben gGmbH (GIZ) Felix Auringer IT Reformationsplatz 2 13597 Berlin Tel: 030/513 0100 00; Fax: 030/513 0100 09 www.giz.berlin

Re: noob maildir question

2022-01-24 Thread Felix Zielcke
Am Montag, dem 24.01.2022 um 10:18 + schrieb mikfum: > thanks John for the reply > what I would like to do is implement an autoarchive function at > server level that, in the night while dovecot is down,  moves > messages older than n days from the user inbox to a subfolder of the > same user

Re: Enable push notifications for all users

2022-01-06 Thread Felix Ingram
> On 6 Jan 2022, at 17:27, Aki Tuomi wrote: > >  >> On 06/01/2022 01:34 Felix Ingram wrote: >> >> >> Hello all, >> >> Is there a way to enable push notifications for all users, rather than >> having to enable them one by one? >>

Re: Enable push notifications for all users

2022-01-06 Thread Felix Ingram
> On 5 Jan 2022, at 23:34, Felix Ingram wrote: > > Hello all, > > Is there a way to enable push notifications for all users, rather than having > to enable them one by one? > > My thinking was to set mail_attribute_dict to a static file but I can’t work > o

Enable push notifications for all users

2022-01-05 Thread Felix Ingram
attributes to be different per user, but that’s not a real issue with my use case) If a flat file isn’t the answer, then is a SQL dict my best bet? Thanks in advance, Felix

Re: spf helo pass

2021-12-30 Thread Felix Zielcke
Am Donnerstag, dem 30.12.2021 um 17:07 -0500 schrieb dove...@ptld.com: > > On 12-30-2021 10:35 am, Felix Zielcke wrote: > > > > But dovecot mailing list uses ARC Headers. > > And they seem to verify for me (using rspamd) > > > I have not fully studied ARC, b

Re: spf helo pass

2021-12-30 Thread Felix Zielcke
Am Donnerstag, dem 30.12.2021 um 10:32 -0500 schrieb dove...@ptld.com: > > On 12-30-2021 10:11 am, Benny Pedersen wrote: > > On 2021-12-30 12:58, Aki Tuomi wrote: > > > > On 30/12/2021 06:38 Benny Pedersen wrote: > > > > would be nice to see added :=) > > > > talvi.dovecot.org txt "spfv1 a -all"

Shared folders - dovecot.index.pvt view is inconsistent

2021-11-03 Thread Felix Ingram
st a mail client that allows easy access to shared folders? For the life of me I can't see how to do it in Thunderbird, so I'm using a python script at the moment.) Thanks in advance, Felix # 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.7.2 () # OS: Linux 5.10.16.3-micro

Re: Design Check

2021-10-31 Thread Felix Ingram
On Thu, 28 Oct 2021 at 08:29, Felix Ingram wrote: > On Thu, 28 Oct 2021 at 00:15, wrote: > >> [...] > > > I think my "creating users" was me wanting to make sure that when >> > postfix >> > passes an email for "bar...@mydomain.com&qu

Re: Design Check

2021-10-28 Thread Felix Ingram
separate "machine" at the moment. The userdb will be in postgres, as I'm using that for other things, so I guess I'll need to update that in postfix somewhere. This is a fairly low volume system, so I can probably take the hit of a DB query per email. Currently postfix doesn't even seem to be attempting to talk to dovecot but that's one for the postfix list. Thanks again for the help. Cheers, Felix

Re: Design Check

2021-10-28 Thread Felix Ingram
requirement of adding users of on-the-fly. > Excellent point. So we are also using a DNS server with this (CoreDNS with some custom plugins). This means we are able to handle the dynamic MX records (plus also allowing us to expire domains if we need to). Cheers, Felix

Re: Design Check

2021-10-27 Thread Felix Ingram
On Wed, 27 Oct 2021 at 18:27, wrote: > > On 10-27-2021 12:06 pm, Felix Ingram wrote: > > > > us...@foobar.mydomain.com > > us...@foobar.mydomain.com > > us...@barbaz.mydomain.com > > us...@barbaz.mydomain.com > > > > I would like all emails to t

Design Check

2021-10-27 Thread Felix Ingram
il but that is a feature request for the future - we would want people to be able to send as the original address when that's implemented. Any pointers gratefully received. Thanks in advance, Felix

Re: Duplicate plugins - FTS Xapian

2021-08-31 Thread Felix Zielcke
Am Dienstag, dem 31.08.2021 um 10:33 +0300 schrieb Aki Tuomi: > > > On 31/08/2021 00:11 Joan Moreau wrote: > > > > > > Hi > > There seems to be 2 plugins doing the same thins > > - https://github.com/slusarz/dovecot-fts-flatcurve/ > > - https://github.com/grosjo/fts-xapian/ (mine) > > Both are

Re: systemd timeout on startup after upgrade

2021-04-21 Thread Felix Zielcke
Am Sonntag, dem 18.04.2021 um 13:51 +0300 schrieb Aki Tuomi: > > This has been fixed in dovecot with > > https://github.com/dovecot/core/compare/19e05adc3657d2133412635f1345b53cc210ba5b%5E..576d40df2ca38e16c2c9dad798d9b74721568fb0 > > It will be released in 2.3.15. > > Aki The real problem

Re: systemd timeout on startup after upgrade

2021-04-18 Thread Felix Zielcke
Am Sonntag, dem 18.04.2021 um 08:36 +0200 schrieb Jean-Daniel: > > The forking type exists mainly for compatibility with executables > that are not able to start without forking. > > When an executable as a « foreground » mode, it is usually > recommended to use it instead. > > The snippet I

Re: systemd timeout on startup after upgrade

2021-04-18 Thread Felix Zielcke
Am Sonntag, dem 18.04.2021 um 08:17 +0200 schrieb Jean-Daniel: > systemd don’t need pid files, and the executable must be started > without forking. > > > Can you show us the content fo the system dovecot.service file. As > long as it contains this line, it should be fine: > > Type=simple >

Re: systemd timeout on startup after upgrade

2021-04-17 Thread Felix Zielcke
Am Sonntag, dem 18.04.2021 um 01:04 +0200 schrieb Łukasz Szczepański: > If systemd doesn't recognize that service has started, that mean > probably pid file has other location than previously. > You can check what systemd is doing via strace: > > strace -s 1024 systemctl start dovecot > strace

systemd timeout on startup after upgrade

2021-04-17 Thread Felix Zielcke
Hello *, I have upgraded today a Debian buster (stable) system to bullseye (still testing). After upgrade I did a complete reboot of the VM. Dovecot version changed from 1:2.3.4.1-5+deb10u6 to 1:2.3.13+dfsg1-1 `systemctl start dovecot` now complains Job for dovecot.service failed because a

Re: No decode2txt script for search attachments

2021-04-05 Thread Felix Zielcke
Am Montag, dem 05.04.2021 um 10:57 -0400 schrieb Steve Dondley: > I'm looking at the documentation at > https://doc.dovecot.org/settings/plugin/fts-plugin/#fts-decoder > > It says "See the decode2text.sh script included in Dovecot for how to > use this." > > I don't have this script installed

Re: generating secure ARGON2ID passwords

2020-08-16 Thread Felix Zielcke
Am Sonntag, den 16.08.2020, 12:27 +0300 schrieb Aki Tuomi: > > On 16/08/2020 09:38 Felix Zielcke wrote: > > > > > > Hello, > > > > I'm using dovecot 2.3.4.1 on a Debian buster system. > > > > with Argon2ID password scheme, it's only possible

generating secure ARGON2ID passwords

2020-08-16 Thread Felix Zielcke
Hello, I'm using dovecot 2.3.4.1 on a Debian buster system. with Argon2ID password scheme, it's only possible to configure the parameters used for it via the generic -r option to "doveadm pw". A higher -r will increase time and memory comsumption. But on my dual core VM it always uses p=1. So

Re: MariaDB database for users and passwords?

2019-11-06 Thread Felix Zielcke via dovecot
Am Mittwoch, den 06.11.2019, 22:23 -0500 schrieb Ken Wright via dovecot: > Greetings, All! > > I've got an email server set up with Postfix and Dovecot, but Dovecot > can't find any users. I'd ilke to use the database I set up in > MariaDB > for users (referenced by Postfix), but I'm just not

Re: solr vs fts

2019-07-04 Thread Felix Zielcke via dovecot
ers (in preferred order) are supported" but fts-xapian is listed below all others and Solr at the top. Is the wiki just outdated? Felix

Re: two lots of dovecot files

2019-03-04 Thread Felix Zielcke via dovecot
not used at all for the running dovecot. The active ones, which you need to modify and get used by dovecot are in /etc/dovecot. There's no point to delete the files in /usr/share/dovecot because on the next update of the dovecot packages they get installed again. Regards Felix

Re: Plugin 'sieve_imapsieve' not found

2017-11-30 Thread Felix Zielcke
o`. > > `doveconf -n` output: > > # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.13 (7b14904) Hi Christopher, IMAPSieve extension was added with Pigeonhole 0.4.14 Regards, Felix

Re: Mark message as read when moved to Trash

2017-11-25 Thread Felix Rubio Dalmau
. Regards! Felix On Saturday, 25 November 2017 12:50:41 CET Håkon Alstadheim wrote: > > Den 25. nov. 2017 11:36, skrev Peter Chiochetti: > > Am 2017-11-25 um 10:12 schrieb Felix Rubio Dalmau: > >> Hi all, > >> > >> When I send a messa

Mark message as read when moved to Trash

2017-11-25 Thread Felix Rubio Dalmau
e question, then is: Is there any way to automatically mark a message as read, when that message is moved to Trash? Thank you! Felix

Re: home folder for virtual users with autoexpunge setting

2017-11-21 Thread felix
dovecot.list.index.log dovecot.mailbox.log.2 dovecot.sieve.log dovecot.svbin dovecot-uidvalidity.51e5857f sieve storage dovecot.list.index dovecot.mailbox.log dovecot.sieve dovecot.sieve.log.0 dovecot-uidvalidity mailboxes spamassassin subscriptions Which ones should I move to / ? Thank you! Felix

SMTP and IMAP authentication critically fails out of the blue

2017-11-13 Thread Felix Plapper
Hello Community and first things First: dovecot --version2.2.9dovecot -n# 2.2.9: /etc/dovecot/dovecot.conf# OS: Linux 3.13.0-042stab125.5 x86_64 Ubuntu 14.04.5 LTSauth_mechanisms = plain logindict {  sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf}listen = *,[::]log_timestamp = "%Y-%m-%d

Re: transition from 1.x to 2? What did I break?

2017-09-04 Thread Felix Zielcke
ion=<2hS8DDZYyN7AqAAB> Hello Paul, I had that no shared cipher error also when I used a certificate from StartSSL and my old mobile phone with Android 4.1. So what certificate and client do you use? Probable the SSL version of that client is just too old. Regards Felix

Re: is a self signed certificate always invalid the first time

2017-08-20 Thread Felix Zielcke
ficial certbot from LE it's not possible to do this fully automated. Currently I use the http based method, but would like to switch to DNS based. Greetings Felix

antispam plugin not working correctly

2016-11-23 Thread Felix Zielcke
Hi, I've configured the antispam plugin like in the wiki to use the sa- learn-pipe.sh shell script. But it's not creating the log file in /tmp. Even if I add a "touch /tmp/x" in sa-learn-pipe.sh it's not created. So how I can check if it works correctly? dovecot version 2.2.26.0 /var/log/debug

Re: Shared mailboxes nightmare (for me :-( )

2016-09-27 Thread Felix Rubio
for the shared :s. Are both formats mixed for that user? Thank you, Felix On 27 September 2016 00:25:40 CEST, "dovecot@avv.solutions" <dovecot@avv.solutions> wrote: >Quick thought: are the sub-folder structure complete? > >I mean, do they have their cur+new+tmp directories? >

Shared mailboxes nightmare (for me :-( )

2016-09-26 Thread Felix Rubio Dalmau
Hi everybody, I am honestly desperate: I have spent/invested the whole day in trying to set a shared mailbox, with quite partial success. The INBOX is merged with the top level mailbox, and there are many more folders. To give an idea, for the shared account shared...@domain.org, this is how

Re: backing up email / saving maildir on external hard drives

2015-08-10 Thread Felix Zielcke
Am Sonntag, den 09.08.2015, 22:10 +0800 schrieb Kevin Laurie: Hi Felix, I would prefer having one HDD that works with all three OSes. That would be very convenient. Guess exFAT is my best bet. Its supported on Linux,Win and OS X. What do you reckon? Best Regards Kevin With one HDD you

Re: backing up email / saving maildir on external hard drives

2015-08-09 Thread Felix Zielcke
Am Samstag, den 08.08.2015, 21:45 +0530 schrieb Kevin Laurie: Dear Christian, Thanks for your feedback. The HDD will not accept larger than 4GB (as its in FAT format). Its a new external HDD. Thinking of the best format(that would work with Mac , Win and Linux) .seems like a challenge.

Re: Questions about hardlinks, alternate storage and compression

2015-07-14 Thread Felix Zielcke
Am Dienstag, den 14.07.2015, 12:26 +0200 schrieb Steffen Kaiser: On Tue, 14 Jul 2015, Gionatan Danti wrote: On 14/07/15 08:17, Steffen Kaiser wrote: On Mon, 13 Jul 2015, Gionatan Danti wrote: On the other hand, private (per-user) sieve file works without interfering with

Re: Admin access to sieve filters with managesieve

2015-07-14 Thread Felix Zielcke
. Pointers? Am I using the right words? Hi, Dovecot has Master Users which can login as other users. http://wiki2.dovecot.org/Authentication/MasterUsers But I don't know if this also applies to managesieve and works for you. Cheers, Felix

Re: doveadm save message ...

2015-07-11 Thread Felix Zielcke
Am Samstag, den 11.07.2015, 08:27 +0200 schrieb Hardy Flor: How can I set the flags for a saved message without search? By using a Sieve script: http://wiki2.dovecot.org/Pigeonhole/Sieve/Examples

Re: dovecot auth using 100% CPU

2015-07-03 Thread Felix Zielcke
Am Freitag, den 03.07.2015, 14:28 +0200 schrieb Steinar Bang: fail2ban scans the logs of various services for attacks and firewalls out the attacking IP addresses. There are no built-in rules for exim or dovecot in the debian fail2ban package, but there is something here that could

Re: dovecot auth using 100% CPU

2015-07-03 Thread Felix Zielcke
Am Freitag, den 03.07.2015, 21:53 +0200 schrieb Steinar Bang: Felix Zielcke fziel...@z-51.de: Are you talking about wheezy or jessie? Well I looked on a jessie system, but the fail2ban was pulled in when it was wheezy (or maybe even easier). They're in /etc/fail2ban/filter.d

Re: imap-login: Authenticate PLAIN failed: Unsupported authentication mechanism - with Evolution

2015-06-25 Thread Felix Zielcke
Am Donnerstag, den 25.06.2015, 11:35 +0100 schrieb lejeczek: I wonder if you know if Evolution works with dovecot TLS? Of course. I use dovecot+Evolution fine. You only need to enable PLAIN and/or LOGIN auth method in your config. or the other ones supported by Evolution. And TLS doestn't

Re: allowing shell users to change passwords

2015-06-23 Thread Felix Zielcke
Am Dienstag, den 23.06.2015, 10:48 + schrieb d...@661.org: Does anyone else here have a need to allow shell users to change their imap/pop3 passwords? I came up with a little thing that works similarly to regular passwd(1), dovepasswd, which can be found at

Re: a temporary failure

2015-06-22 Thread Felix Zielcke
Am Montag, den 22.06.2015, 10:05 +0100 schrieb lejeczek: I wonder could there be some kind of collision between user/passdbs, even though I do not configure anything but ldap, when I do: passdb { driver = pam } passdb { args = /etc/dovecot/ldap-passdb-my.domain.conf driver = ldap

Re: FTS lucene and english + german mails

2015-06-17 Thread Felix Zielcke
Am Mittwoch, den 17.06.2015, 16:43 +0300 schrieb Timo Sirainen: The textcat support in fts-lucene works very badly and shouldn't be used. There's new lib-fts code being developed that supports multiple languages better. It's already kind of usable in v2.2.18, but would be better to wait

Re: Mail to nowhere

2015-06-16 Thread Felix Zielcke
Am Dienstag, den 16.06.2015, 11:44 -0400 schrieb Steve Matzura: The next phase of my testing procedure involves the simple act of delivering mail to my test box. When I send a message to either a valid or relayed user at my remote machine's address, it never gets there. I know this virtually

Re: More about my SSL certificate problem

2015-06-15 Thread Felix Zielcke
Am Montag, den 15.06.2015, 15:36 +0200 schrieb B: On Mon, Jun 15, 2015 at 09:32:39AM -0400, Steve Matzura wrote: What is the reasoning behind that `' anyway? It just appears so odd that a path should have that at its front. I would guess: - make it clearer it's a file and not a

Re: Problem logging in during testing

2015-06-15 Thread Felix Zielcke
Am Montag, den 15.06.2015, 17:42 +0200 schrieb Christian Kivalo: passdb { driver = passwd-file args = scheme=CRYPT username_format=%u /etc/dovecot/users } have you created/generated a password to be used with the crypt scheme? you can use doveadm pw for this. -

FTS lucene and english + german mails

2015-06-15 Thread Felix Zielcke
Hi, I'm currently looking over the FTS pages to enable it in my dovecot. But I'm unsure what the best settings of the lucene plugin are, if you receive german and english mails. Wiki says: textcat_conf=path textcat_dir=path: If specified, enable guessing the stemming language for emails and

Re: Problem logging in during testing

2015-06-15 Thread Felix Zielcke
Am Montag, den 15.06.2015, 13:33 -0400 schrieb Steve Matzura: I think I have it now! Found info about *correctly* defining namespaces. I now get the following when telnetting in, and it all looks valid. Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. * OK [CAPABILITY

Re: Testin new installation

2015-06-15 Thread Felix Zielcke
Am Sonntag, den 14.06.2015, 13:10 -0400 schrieb Steve Matzura: The public cert part is good, but the private one begins with Begin private key, not RSA key. I generated my own dovecot CSR with certtool from gnutls-bin which indeed adds 'RSA Private Key' But that openssl command you used does

Re: Large jumps in dovecot-uidlist

2015-06-15 Thread Felix Zielcke
Am Sonntag, den 14.06.2015, 10:46 +0100 schrieb Mark: Since upgrading to Debian Wheezy ... # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-kirkwood armv5tel Debian 7.8 So it's dovecot from the backports. Didn't you notice that since about 2 months there's now jessie out? That has

Re: Testin new installation

2015-06-13 Thread Felix Zielcke
Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: All of the above specified settings are correct. Yet, when I telnet localhost 143, I get: Trying ::1... # this is certainly suspect Escape character is '^['. Connection closed by foreign host. What does 'netstat -l46np' say?

Re: Testin new installation

2015-06-13 Thread Felix Zielcke
Am Samstag, den 13.06.2015, 13:40 -0400 schrieb Steve Matzura: On Sat, 13 Jun 2015 14:16:30 +0200, you wrote: Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: All of the above specified settings are correct. Yet, when I telnet localhost 143, I get: Trying

Re: 1.0.15 gone, can't start version 2

2015-06-12 Thread Felix Zielcke
Am Freitag, den 12.06.2015, 09:15 -0400 schrieb Steve Matzura: On Fri, 12 Jun 2015 15:14:03 +0300, you wrote: I mean, in the source directory. You mean in the directory where files from the tar were placed? I've unfortunately removed those manually, but then I put them back and tried the

Re: Testing SHA512-CRYPT password hashes with doveadm pw -t fails

2015-06-04 Thread Felix Zielcke
Am Donnerstag, den 04.06.2015, 08:15 +0200 schrieb Hardy Flor: doveadm pw -t '{SHA512-CRYPT}$6$8FfoioQWQDR/Vuzu$ynKiO/E6Xf4dMvfx2LsP9KQotqy5cEOEppnEh5Hqe1UpCYAgOwSIJlNb0O65fxdYcRZH3gNFQ7ZOM/2kD/R811' -p test You have $ in the password, see man-page of shell ... Args right. This Escaping

Testing SHA512-CRYPT password hashes with doveadm pw -t fails

2015-06-03 Thread Felix Zielcke
somewhere clarified. I just use now doveadm auth test which works fine. Regards, Felix Zielcke

Re: Fixing broken UTF-8 handling with MySQL driver

2015-03-23 Thread Felix Zandanel
Am 12.03.2015 um 14:55 schrieb Timo Sirainen t...@iki.fi: On 11 Mar 2015, at 21:31, Felix Zandanel fe...@zandanel.me wrote: Although my MySQL installation is set up to use UTF-8 as the default charset on every level (config, database, table and field), and the character_set_* runtime

Fixing broken UTF-8 handling with MySQL driver

2015-03-11 Thread Felix Zandanel
to actually use UTF-8 explicitly. Adding the following statement to driver_mysql_connect() fixes the issue for me: mysql_options(db-mysql, MYSQL_SET_CHARSET_NAME, utf8); I checked this against mysql 5.5.41. Regards, Felix mysql_utf8.patch Description: Binary data

Re: IP drop list

2015-03-04 Thread Felix Zandanel
a new process of your custom acl program. Cheers, Felix [1] http://manpages.ubuntu.com/manpages/quantal/man5/hosts_options.5.html signature.asc Description: Message signed with OpenPGP using GPGMail

Re: IP drop list

2015-03-04 Thread Felix Zandanel
open, slow it down and just never let it succeed regardless of the credentials provided. This is done on a per-connection basis. No block list needed. Can be accomplished with fail2ban and iptables and therefore uses minimal server resources. Cheers, Felix signature.asc Description: Message

Re: IP drop list

2015-03-02 Thread Felix Schüren
Hi Jim, you may want to simply try ipset. :) http://ipset.netfilter.org/ http://daemonkeeper.net/781/mass-blocking-ip-addresses-with-ipset/ Kind regards, Felix On 01.03.15 08:53, Jim Pazarena wrote: I wonder if there is an easy way to provide dovecot a flat text file of ipv4 #'s which

Re: Per-protocol ssl_protocols settings

2015-02-09 Thread Felix Zandanel
for example. Then configure the POP3 service with an inet_listener for 127.0.0.2:10995 and use the local directive to set up the SSL protocols without touching global settings: local 127.0.0.2 { ssl_protocols = !SSLv2 } Regards, Felix Zandanel Am 09.02.2015 um 11:33 schrieb Gionatan Danti g.da

Dynamic tags in email address

2014-10-25 Thread Felix Gustavsson
I'm trying to get dynamic tagging (user+some...@example.com) to work on a mail server I'm setting up, however it only works as long as it's sent to the main user and not to aliases. virtual-alias-maps query: SELECT get_email_alias_dyn('%s') virtual-mailbox-domains query: SELECT 1 FROM domain

Re: Dynamic tags in email address

2014-10-25 Thread Felix Gustavsson
On 2014-10-25 21:27, Robert Schetterer wrote: Am 25.10.2014 um 20:12 schrieb Felix Gustavsson: I'm trying to get dynamic tagging (user+some...@example.com) to work on a mail server I'm setting up, however it only works as long as it's sent to the main user and not to aliases. virtual-alias

Dovecot Master/Master Replication Problem

2014-10-22 Thread Felix Amler
in the maildir, but I've double checked that, there is no such file... Why does it work in one direction, but not in the other? Please help best regards Felix

Re: Migrating from maildir to mdbox

2014-08-06 Thread Felix Rubio Dalmau
Hi Steffan, Solved! Thank you very much for you help. I think there was a configuration error and when I used the separator keyword was not working properly. Yesterday night, I tried again, and everything worked :-) Regards! Felix On Wednesday 06 August 2014 08:02:38

Set an archive folder for every user

2014-08-05 Thread Felix Rubio Dalmau
folder after some days/weeks. Is there any way in dovecot to set up a folder for every user, that points to an external disk rather than the default one? Thank you, Felix signature.asc Description: This is a digitally signed message part.

Re: Set an archive folder for every user

2014-08-05 Thread Felix Rubio Dalmau
Ok! Thank you! Felix On Tuesday 05 August 2014 10:25:23 Urban Loesch wrote: Hi, you can try the ALT Storage. http://wiki2.dovecot.org/MailboxFormat/dbox Scroll down to Alternate storage. Regards, Urban Am 05.08.2014 10:04, schrieb Felix Rubio Dalmau: Hi everybody, I

Migrating from maildir to mdbox

2014-08-05 Thread Felix Rubio Dalmau
hierarchy separator (specify separator for the default namespace) What am I doing wrong? Thank you, Felix signature.asc Description: This is a digitally signed message part.

Re: Migrating from maildir to mdbox

2014-08-05 Thread Felix Rubio Dalmau
Hi Steffen, but I have not set-up any namespace separator, so I understand that all namespaces use the default one, right? :-S Do you think I should better use the next command? dsync -u u...@domain.org mirror maildir:/mnt/vmail/domain.org/user:LAYOUT=fs Felix

Migrating from maildir to mdbox

2014-08-05 Thread Felix Rubio Dalmau
output of the command has been, for some users, this: dsync(u...@domain.org): Warning: quota: Namespace '' is not Maildir, skipping for Maildir++ quota Is this important? How can I check that I am effectively using the new format? Thank you, Felix signature.asc

Re: [Dovecot] prevent dovecot from modifying maildirs

2013-08-11 Thread Felix Rubio Dalmau
Great! Thank you very much, Timo! Felix On Sunday 11 August 2013 22:49:43 Timo Sirainen wrote: On Fri, 2013-08-09 at 21:12 +0200, Felix Rubio Dalmau wrote: Michael, Charles, thank you for your comments. I had already seen the wikipedia entries about ZFS, but when

[Dovecot] prevent dovecot from modifying maildirs

2013-08-09 Thread Felix Rubio Dalmau
the snapshot to be saved. Does anybody has any idea on how to achieve this? Regards! Felix

Re: [Dovecot] prevent dovecot from modifying maildirs

2013-08-09 Thread Felix Rubio Dalmau
required to perform the snapshot, whilst holding the postfix queues to ensure not loosing any mail. Does anybody have a better approach? Regards! Felix On Friday 09 August 2013 08:19:59 Charles Marcus wrote: On 2013-08-09 8:04 AM, Michael Grimm trash...@odo.in-berlin.de wrote: On 2013-08-09 11:44

Re: [Dovecot] prevent dovecot from modifying maildirs

2013-08-09 Thread Felix Rubio Dalmau
not an expert in field of file systems, so I can be asking very naive questions... but I appreciate your comments on this topic. Thank you Felix On Friday 09 August 2013 20:39:31 Michael Grimm wrote: On 09.08.2013, at 19:43, Felix Rubio Dalmau felixrubiodal...@gmail.com wrote

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
Sorry, Steffen. My version of dovecot is # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 Sorry for the mistake. Regards, Felix On Monday 05 August 2013 08:20:38 Steffen Kaiser wrote: On Sat, 3 Aug 2013, Felix Rubio Dalmau wrote: I'm

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
/* expire_dict = proxy::expire } However, the table is not updated anyway :S Sorry for the mistake. Regards, Felix On Monday 05 August 2013 08:20:38 Steffen Kaiser wrote: On Sat, 3 Aug 2013, Felix Rubio Dalmau wrote: I'm experiencing problems to set-up the expire plugin in dovecot

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
Ooook! Here it goes! :-) Thank you! Felix # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.9.4-15 x86_64 Debian jessie/sid ext4 auth_cache_size = 1 M auth_failure_delay = 10 secs auth_mechanisms = plain login auth_verbose = yes auth_verbose_passwords = sha1 auth_worker_max_count = 2 base_dir

Re: [Dovecot] problems with expire plugin

2013-08-05 Thread Felix Rubio Dalmau
this, for each mailbox to be expunged? doveadm expunge -A mailbox Trash savedbefore numdaysd Thank you very much to you all!! :-) Felix On Monday 05 August 2013 13:45:18 Axel Luttgens wrote: Le 5 août 2013 à 13:28, Axel Luttgens a écrit : [...] The first thing I would try

[Dovecot] problems with expire plugin

2013-08-03 Thread Felix Rubio Dalmau
? Regards! Felix

Re: [Dovecot] misconception in uid and gid

2013-08-02 Thread Felix Rubio Dalmau
Hi everybody, I have pasted my configuration in http://snipt.org/AThd4 Then, I understand that the easiest to do is to change the permissions of the socket but... which socket?? Additionally, userdb-auth is showing permissions srw-rw-rw- Regards! Felix

Re: [Dovecot] misconception in uid and gid

2013-08-02 Thread Felix Rubio Dalmau
Axel, Steffen :-) Thank you very much, by following your advice I have gotten to work dovecot :-). I finally took Axel's approach, because looked more simple to me. Thanks! Regards! Felix

[Dovecot] misconception in uid and gid

2013-08-01 Thread Felix Rubio Dalmau
is wrong in my set-up? Regards, Felix

Re: [Dovecot] dovecot Digest, Vol 124, Issue 4

2013-08-01 Thread Felix Rubio Dalmau
forward to is to eliminate the need for returning these two fixed items, as long as all the virtual_users will be using the same uid and gid. Does anybody know how can I do it?? Regards, and thank you! Felix Date: Thu, 1 Aug 2013 17:50:33 +0200 From: Axel Luttgens

[Dovecot] plugin expire

2013-07-17 Thread Felix Rubio Dalmau
Hi everybody, I'm trying to configure the expire plugin, unsuccessfully. This is my configuration, the part related to this plugin. Could somebody give a look to it? I can not figure out why is not working :-S. Thank you, and regards! Felix doveconf

[Dovecot] I can not receive any mail

2013-01-14 Thread Felix Rubio Dalmau
/cert.key userdb { args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes driver = static } verbose_ssl = yes protocol lda { mail_plugins = sieve } -- Felix Rubio Dalmau smime.p7s Description: S/MIME cryptographic signature

[Dovecot] sieve reject to wrong address?

2013-01-14 Thread Felix Rubio Dalmau
over 2 MB in size. Please upload larger files to a server and send me a link. Thanks. . ; } dovecot log looks like: Jan 14 17:34:16 server dovecot: lda(felix@server): sieve: msgid=201301141734.16203.felix@server: rejected message from felix@server (reject) Jan 14 17:34:16

[Dovecot] [SUGGESTION] Managesieve: Transparent home dir creation

2010-04-15 Thread Felix Leimbach
of the second try? Cheers, Felix

[Dovecot] dovecot-2.0-beta4, lda and sieve: Permission lookup failed from /tmp/Dovecot Delivery

2010-04-14 Thread Felix Leimbach
, Felix # doveconf -n # 2.0.beta4: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32.2-grsec x86_64 Gentoo Base System release 2.0.1 ext3 auth_debug = yes auth_socket_path = /var/run/dovecot/auth-userdb default_login_user

Re: [Dovecot] dovecot-2.0-beta4, lda and sieve: Permission lookup failed from /tmp/Dovecot Delivery

2010-04-14 Thread Felix Leimbach
Hi Pascal, On 04/14/2010 04:18 PM, Pascal Volk wrote: On 04/14/2010 03:46 PM Felix Leimbach wrote: Hi all, I'm testing a dovecot-2.0-beta4 and it is great so far, except that I can't get the sieve plugin for the LDA configured. It doesn't find the user's homedir and uses /tmp

Re: [Dovecot] dovecot-2.0-beta4, lda and sieve: Permission lookup failed from /tmp/Dovecot Delivery

2010-04-14 Thread Felix Leimbach
On 04/14/2010 07:22 PM, Pascal Volk wrote: On 04/14/2010 07:04 PM Felix Leimbach wrote: … As a sidenote, I didn't find a way to automatically create user's home directories if they don't yet exist. … Pimp your 'admin tool.' hehe, great advice ;) … However, suddenly managesieve

  1   2   >