Re: dovecot 2.3.5 - tests fail: http payload echo (ssl)

2019-03-18 Thread Marcus Rueckert via dovecot
On Mon, 18 Mar 2019 17:14:24 -0400 "Helmut K. C. Tessarek via dovecot" wrote: > On 2019-03-08 18:40, Stephan Bosch via dovecot wrote: > > Since you're compiling it anyway, maybe you should first try to > > increase the CLIENT_PROGRESS_TIMEOUT in > > src/lib-http/test-http-payload.c. It is current

Re: Error logs with virtual folder after upgrading to 2.3.4

2018-11-29 Thread Marcus Rueckert
On Wed, 28 Nov 2018 19:45:00 +0200 (EET) Aki Tuomi wrote: > If you are using systemd, you might want to create > > /etc/systemd/system/service.dovecot.d/override.conf /etc/systemd/systemd/dovecot.service.d/override.conf easiest way to create it is: systemctl edit dovecot.service > with >

Re: Trying to do antispam with Sieve

2018-11-14 Thread Marcus Rueckert
I compiled all the needed stuff into a nice repository https://github.com/darix/dovecot-sieve-antispam-rspamd -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: AW: AW: Calendar function ?

2018-10-21 Thread Marcus Rueckert
On 2018-10-21 13:51, m...@caloro.ch wrote: I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices. Well carddav/caldav can do that. For outlook there is a plugin. for android you can use davdroid. iphone I dont know. might even

Re: AW: Calendar function ?

2018-10-21 Thread Marcus Rueckert
If you just need syncing without a fancy webclient: https://radicale.org/ -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: ot: how to block persistent same invalid account, different IPs

2017-12-22 Thread Marcus Rueckert
On 2017-12-22 13:23, Jeff Abrahamson wrote: fail2ban isn't really the right tool to fight massive DDOS attacks.  On the other hand, you don't seem to have that problem, so things work out maybe. It's cleaner to know the future and ban the right things at the right times, but is there real harm f

Re: New Dovecot service: SMTP Submission (RFC6409)

2017-12-20 Thread Marcus Rueckert
On 2017-12-20 14:39, Tanstaafl wrote: On Sat Dec 16 2017 15:41:25 GMT-0500 (Eastern Standard Time), Tanstaafl wrote: Ok, well, my ignorance is probably glaring here, but what I meant was, the make the BURL/URLAUTH pieces strictly between Dovecot and the backend SMTP server, make it invisible to

Re: detect suspicious logins

2017-12-20 Thread Marcus Rueckert
On Tue, 19 Dec 2017 17:13:10 + Matthew Broadhead wrote: > does anyone know of a linux module (maybe similar to fail2ban) that > could be installed which would monitor email logs (sign ins) and > alert the user to any suspicious activity on their account? i > suspect it would need to log geo

Re: Conditionally disabling auth policy

2017-09-27 Thread Marcus Rueckert
On 2017-09-27 16:57:44 +, Mark Moseley wrote: > I've been digging into the auth policy stuff with weakforced lately. There > are cases (IP ranges, so could be wrapped up in remote {} blocks) where > it'd be nice to skip the auth policy (internal hosts that I can trust, but > that are hitting th

Re: Different users having same home/mail_location?

2017-09-23 Thread Marcus Rueckert
On 2017-09-23 20:08:35 +, Tapio Sokura wrote: > Will I be breaking something if I have two users share the same home and/or > mail_location (maildir format) in dovecot? Mail will only be delivered to > the primary user, the other would be used every now and then to login via > imap (webmail). >

Re: Fail2ban 'Password mismatch' regex

2017-09-11 Thread Marcus Rueckert
maybe look at weakforced? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: Dovecot - Postfix Calender Synchronisation

2017-08-23 Thread Marcus Rueckert
Lookup radicale. -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: v2.2.32 release candidate 2 released

2017-08-22 Thread Marcus Rueckert
On 2017-08-22 21:50:52 +0200, Arkadiusz Miśkiewicz wrote: > > A couple of changes since rc1: > > > > + Added apparmor plugin. See https://wiki2.dovecot.org/Plugins/Apparmor > > Oh so no way to set separate hat for each user? (based on sql query for > example etc) have your userdb query return

Re: Limit IMAP/IMAPS listening IPs

2017-06-25 Thread Marcus Rueckert
On 2017-06-25 19:15, Dudi Goldenberg wrote: How do I specify more than 1 IP? I'd like 127.0.0.1 and say 192.168.1.100 only. Multiple ListenStream lines.

Re: Limit IMAP/IMAPS listening IPs

2017-06-25 Thread Marcus Rueckert
On 2017-06-25 14:10, Marcus Rueckert wrote: ListenStream=[1.2.3.4]:143 of course the [] are only needed for ipv6 IPs and not also IPv4

Re: Limit IMAP/IMAPS listening IPs

2017-06-25 Thread Marcus Rueckert
On 2017-06-24 17:59, Dudi Goldenberg wrote: Hello list. I am running dovecot v2.2.13 on debian 8.8; I tried to add a "address =" statement for only localhost and one private IP, but then I got a complaint from system: dovecot[20515]: Error: systemd listens on port 143, but it's not configured

Re: localhost logins

2017-06-23 Thread Marcus Rueckert
On Fri, 23 Jun 2017 11:38:28 -0700 Daniel Miller wrote: > While auditing my logs after an account was compromised, I see a > number of entries like: > > Jun 23 11:32:18 bubba dovecot: auth: > ldap("one-of-my-accounts",127.0.0.1): invalid credentials webmail? -- openSUSE - SUSE Lin

Re: cannot login to imap under load

2017-03-29 Thread Marcus Rueckert
On 2017-03-29 13:33:52 +0200, Piper Andreas wrote: > > It does indeed run from systemd, so this is what's currently in the > > dovecot unit file ( /etc/systemd/system/dovecot.service ): > > > ... > > [Service] > > Type=simple > > ExecStart=/usr/sbin/dovecot -F > > NonBlocking=yes > > TasksMax=1000

Re: Replacement for antispam plugin

2017-02-12 Thread Marcus Rueckert
On 2017-02-12 23:00:49 +0100, Håkon Alstadheim wrote: > Just follow the wiki and replace sa-learn scripts with calling dspam. > Dspam direct pipe needs mail-line-endings (\r\n) translated into unix > line-endings (\r). tbh ... what do you do about mails which just use \r as separator? s|\r\n|\n|

Re: JMAP support in Dovecot

2016-11-26 Thread Marcus Rueckert
On 2016-11-26 11:07:00 -0800, WJCarpenter wrote: > I don't know the answer to that question, but I am curious about something. > What client are you thinking about using with JMAP? I haven't found much. > (And much of the demo stuff at jmap.io seems to be busted in various ways.) roundcube-next bu

Re: Disabling passdb pam in local.conf

2016-06-21 Thread Marcus Rueckert
On Mon, 20 Jun 2016 22:03:44 +0200 Patrick Ben Koetter wrote: > Greetings, > > I'm trying to create a configuration that leaves every config file > deployed by an install process or paket management software > untouched. The goal is to put every configuration required > into /etc/dovecot/local.co

Re: Storage upgrade maildir suggestions?

2016-06-21 Thread Marcus Rueckert
On 2016-06-21 07:17, Götz Reinicke - IT Koordinator wrote: Hi, we start to run out of diskspace soon as our users start to keep mails for longer time periods. That's fine, but space consuming. The maildirs are about 1 TB in total, and not long ago we enabled zlib which is very nice. Now I have

Re: RFC: HTTP based storage API

2016-02-08 Thread Marcus Rueckert
On 2016-02-08 12:31:57 +0100, Nagy, Attila wrote: > On 02/08/16 11:44, Marcus Rueckert wrote: > >that sounds like s3 API based backend. > > > >also note that dovecot comes with some "non local mail storage plugins" > >in the commercial part: > > > >

Re: RFC: HTTP based storage API

2016-02-08 Thread Marcus Rueckert
that sounds like s3 API based backend. also note that dovecot comes with some "non local mail storage plugins" in the commercial part: ``` In this release, we support Windows Azure, Amazon S3, Scality and Dropbox systems. ``` so that should come close to what you want. for a local version you co

Re: Released Pigeonhole v0.4.10 for Dovecot v2.2.21

2015-12-13 Thread Marcus Rueckert
On 2015-12-14 01:13:41 +0100, Stephan Bosch wrote: > The release is available as follows: > > http://pigeonhole.dovecot.org/releases/2.2/rc/dovecot-2.2-pigeonhole-0.4.10.tar.gz > http://pigeonhole.dovecot.org/releases/2.2/rc/dovecot-2.2-pigeonhole-0.4.10.tar.gz.sig working links are http://pigeo

Re: v2.2.20 released

2015-12-08 Thread Marcus Rueckert
On 2015-12-08 19:32:50 +0100, Arkadiusz Miśkiewicz wrote: > On Tuesday 08 of December 2015, Gerhard Wiesinger wrote: > > On 07.12.2015 20:13, Timo Sirainen wrote: > > > http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz > > > http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig > > > > > >

Re: Dovecot doesn't sent rejection message user overquota

2015-12-02 Thread Marcus Rueckert
On 2015-12-02 09:13:04 +0100, Antonello Cioffi wrote: > Dec 2 08:58:49 posta2 dovecot: lda(antonen): > msgid=<565ea4b9.1020...@uniparthenope.it>: Permanently failed to send > rejection: smtp(mail.uniparthenope.it): DATA failed: 550 5.7.1 no > third-party DSNs smells like an error message from you

Re: mail_log plugin and uid=error in log file

2015-12-01 Thread Marcus Rueckert
On 2015-12-01 17:08:01 +0100, Gilles Chauvin wrote: > Sorry about the thread hijacking but, speaking about the mail_log plugin, > what do you think about the ability to add the session number to the log > lines produced by this plugin? > > This could be a useful information to have too, especially

Re: Looks like a bug to me: Dovecot ignores Maildir/new timestamp

2015-12-01 Thread Marcus Rueckert
On 2015-12-01 11:30:10 +0100, Fredrik Roubert wrote: > I run Debian jessie and have an issue with the interaction between > Dovecot (2.2.13), Mutt (1.5.23) and the Android Gmail (5.8.105868218) > IMAP client, when using Maildir: As a fellow mutt user. I use mutt with dovecot. mutt headercache was

Re: need help debugging deleted mails

2015-08-13 Thread Marcus Rueckert
On 2015-08-13 16:15:00 +0200, Vu Ngoc VU wrote: > I've seen this plugin, but I fear that it will be enabled for all users. > I don't have seen an way to enable it only for 1 user like rawlog permits. > > Maybe, I'll setup a new container for only users that I want to "debug" with > that plugin en

Re: dovecot proxy/director and high availability design

2015-07-21 Thread Marcus Rueckert
On Tue, 21 Jul 2015 12:00:39 -0700 James Lott wrote: > I think RR DNS is the only viable solution under these circumstances. > If you can cope with the fact that failovers won't be seamless, I > don't think there's anything wrong with that though. > > On 07/21/2015 11:54 AM, Laz C. Peterson wrot

Re: dovecot auth using 100% CPU

2015-06-21 Thread Marcus Rueckert
On 2015-06-21 10:41:48 +0100, Edward Betts wrote: > 0.40 write(19, "VERSION\tauth-worker\t1\t0\nDBHASH\t5"..., 97) = -1 > EPIPE (Broken pipe) > 0.35 write(19, "VERSION\tauth-worker\t1\t0\nDBHASH\t5"..., 97) = -1 > EPIPE (Broken pipe) something is fishy in your setup darix

Re: Error starting 1.0.15 with SSL_DISABLE=No

2015-06-10 Thread Marcus Rueckert
On 2015-06-10 12:22:45 -0400, Steve Matzura wrote: > When starting Dovecot 1.0.15 after building it from source using the > standard procedure, I receive the following message when starting, > even though SLL_DISABLE=No: > > Error: SSL support not compiled in but ssl_disable=no > Fatal: Invalid co

Re: Dovecot mbox & other programs

2015-06-08 Thread Marcus Rueckert
On 2015-06-08 23:11:09 +0200, Pali Rohár wrote: > Still I want read/write access to storage and want to use mbox as > storage (also for easier backup and copy)... 1. backup is actually much easier for maildir. 2. especially when you want to deleting mails in the mbox file it is a lot of rewrit

Re: Dovecot mbox & other programs

2015-06-08 Thread Marcus Rueckert
On 2015-06-08 14:48:12 +0200, Pali Rohár wrote: > On Monday 08 June 2015 02:45:52 Marcus Rueckert wrote: > > IMHO ... Maildir is a better format. > > Really? I do not think so! Having half of million (small) files in one > directory is killer... which eats caches and slow down a

Re: Dovecot mbox & other programs

2015-06-07 Thread Marcus Rueckert
On 2015-06-06 19:01:29 +0200, Pali Rohár wrote: > I want to use dovecot as imap server with mbox storage format (described > at [1]) but I also want to access (and modify!) those mbox files which > are stored on server (and used by dovecot). > > What is correct way to read those mboxes? From wik

Re: Problem with sieve not triggering randomly?

2015-05-23 Thread Marcus Rueckert
On 2015-05-23 12:41:54 -0500, Chris Adams wrote: > Once upon a time, Stephan Bosch said: > > You're using Dovecot 2.2.10, which is quite old. I remembered a bug like > > this, but I had to look it up. This is the original bug report: > > Ah, sorry for taking your time on an old bug. For most of

Re: Controlling IP addresses for services

2015-05-22 Thread Marcus Rueckert
On 2015-05-22 22:02:49 -0400, Alex wrote: > I'm using dovecot-2.2.15 on fedora21 and would like to configure pop3s > and imaps to only listen on localhost and internal addresses. > > It seems the listen= parameter only supports ports, not IP addresses. > Is it possible to control which IPs the ser

Re: sssd and dovecot

2015-05-18 Thread Marcus Rueckert
On 2015-05-18 23:06:07 +0200, Günther J. Niederwimmer wrote: > I like to install dovecot on a centos 7.1 with freeIPA > > all information for dovecot is from sssd. > > but I found no way to configure this correct. > > Have any a link, or can help me please. just an assumption: If you want to u

Re: fts_lucene error

2015-05-18 Thread Marcus Rueckert
On 2015-05-17 18:46:33 +0200, Hanns Mattes wrote: > >On Sun, 17 May 2015 17:29:54 +0200 > >Hanns Mattes wrote: > >> [lucene-fts error] > >I asked Timo about it already on irc but no answer yet. could be > >related to enabling textcat support, which might have indirectly turn > >on some libstemmer

Re: fts_lucene error

2015-05-17 Thread Marcus Rueckert
On Sun, 17 May 2015 17:29:54 +0200 Hanns Mattes wrote: > lmtp(r...@bruecko.de): Error: Couldn't load required > plugin /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: > dlopen() > failed: /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: > undefined symbol: > _ZN6lucene8analysis8snowba

Re: fs_api_module_register

2015-05-16 Thread Marcus Rueckert
On 2015-05-15 21:51:21 -0600, Eric Broch wrote: > I'm trying to build a binary rpm from dovecot sources 2.2.18 and > pigeonhole.0.4.8. During the make portion I'm getting the following error: > > make[3]: Leaving directory > `/root/rpmbuild/BUILD/dovecot-2.2.18/src/lib-storage' > for bin in test-m

Re: How do I fix this: master: Warning: fd limit (ulimit -n) is lower than required

2015-05-16 Thread Marcus Rueckert
On 2015-05-16 10:10:08 +0100, Robert Chalmers wrote: > I get this when I reload dovecot after any changes. How can I fix it? I can’t > find any reference to it anywhere. > > > master: Warning: fd limit (ulimit -n) is lower than required under max. load > (256 < 1000), because of default_client_

Re: [BUG] imap-login segfault when running nmap -sV

2015-04-21 Thread Marcus Rueckert
On 2015-04-21 11:24:55 +0200, Florian Pritz wrote: > dovecot.conf > https://paste.xinu.at/PUsJ/ > > syslog: > > Apr 21 10:52:16 karif dovecot[7849]: imap-login: Disconnected (no auth > > attempts in 6 secs): user=<>, rip=81.217.47.122, lip=78.46.56.141, TLS > > handshaking: SSL_accept() failed:

Re: [Dovecot] sieve plugin does not autocreate folder

2010-12-09 Thread Marcus Rueckert
On 2010-12-09 13:20:21 -0500, Jerry wrote: > I have never had to use ":create" to create the location. This would be > on a FreeBSD-8.1 system. Perhaps it is system dependent. because you didnt use dovecot 2 so far? the default changed between 1.2 and 2.0 darix -- openSUSE - SUSE

Re: [Dovecot] sieve plugin does not autocreate folder

2010-12-09 Thread Marcus Rueckert
hi, look at the following settings: lda_mailbox_autocreate lda_mailbox_autosubscribe and sieve has fileinto :create for that purpose hth darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] questions of how to connect to pop3s

2010-11-12 Thread Marcus Rueckert
On 2010-11-12 11:09:35 -0600, Scott Berry wrote: > ssl_key_password: nerdie1tech next time you want to leave that out. ;) maybe dovecot -n should mask it. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Occasional fchown errors?

2010-11-10 Thread Marcus Rueckert
On 2010-11-10 13:48:13 -0500, David Ford wrote: > Use this patch, it fixes dovecot's ownership inheritance assumptions. [snip] 1. he is using 1.2.9 and your patch is for 2.0, would your patch work for 1.2.9 aswell. 2. you want to attach the patch and not paste it inline. your mail client ma

Re: [Dovecot] Estimación de horas del cambio a Dovec ot 2.0

2010-11-08 Thread Marcus Rueckert
and now in english please. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Authentication a la Postfix's Mynetworks

2010-11-05 Thread Marcus Rueckert
On 2010-11-05 08:27:30 -0400, Charles Marcus wrote: > On 2010-11-04 7:28 PM, Marcus Rueckert wrote: > > On 2010-11-04 15:57:31 -0700, Asai wrote: > >> Is it possible to automatically authenticate Dovecot users using > >> the same type of mechanism which makes Postfix abl

Re: [Dovecot] Authentication a la Postfix's Mynetworks

2010-11-04 Thread Marcus Rueckert
On 2010-11-04 15:57:31 -0700, Asai wrote: > Is it possible to automatically authenticate Dovecot users using > the same type of mechanism which makes Postfix able to simply check > SMTP users using the mynetworks variable? > > Basically I would like to be able to authenticate users on my > desig

Re: [Dovecot] pop3 TCP_CORK too late error

2010-10-10 Thread Marcus Rueckert
On 2010-10-09 21:33:11 -0700, Ryan Murray wrote: > epoll_wait(8, {{EPOLLOUT, {u32=37481984, u64=37481984}}}, 38, 207) = 1 > write(41, "iTxPBrNlaNFao+yQzLhuO4/+tQ5cuiKSe"..., 224) = 224 > epoll_ctl(8, EPOLL_CTL_MOD, 41, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, > {u32=37481984, u64=37481984}}) = 0 > prea

Re: [Dovecot] Visible temp files as Imap Folder in INBOX

2010-10-07 Thread Marcus Rueckert
On 2010-10-07 12:53:45 +0200, Antonio Perez-Aranda wrote: > I'm using dovecot-1.2.15 and NFS as storage of Maildir . When I try > over IMAP and Evolution to move a mail to another Imap Folder, a file > like .nfs0159816c245 is created and when move operation is > finished, the file is de

Re: [Dovecot] Problem installing latest dovecot w vpopmail

2010-09-21 Thread Marcus Rueckert
On 2010-09-21 10:26:49 +0200, mail...@securitylabs.it wrote: > Dovecot 1.2.14 + Vpopmail 5.4.30 it's fine here. and now try it with 5.5;) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Problem installing latest dovecot w vpopmail

2010-09-20 Thread Marcus Rueckert
On 2010-09-20 13:44:01 -0700, Joe @ Omniweb wrote: > I love everything I've seen about dovecot so far - is there a > particular frontend you'd suggest? i run with postfixadmin[1]+mysql+dovecot+postfix but it kinda depends how your vpopmail stuff is stored. darix [1] http://sourceforge.net/pro

Re: [Dovecot] v2.0.2 released

2010-09-13 Thread Marcus Rueckert
On 2010-09-13 11:32:53 +0100, Timo Sirainen wrote: > On Thu, 2010-09-09 at 09:10 +0200, Arkadiusz Miskiewicz wrote: > > On Wednesday 08 of September 2010, Timo Sirainen wrote: > > > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz > > > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz.sig >

Re: [Dovecot] Upgraded dovecot - now it insists on imap TLS

2010-09-13 Thread Marcus Rueckert
On 2010-09-13 11:23:10 +0100, Alan Brown wrote: > This is definitely an operator error issue, but I'm under a bit of pressure. > > I updated our 1.1.20 installation to 2.0.1 over the weekend and > discovered this morning that it's insisting on TLS imap on port 143 > as well as port 993 > > What a

Re: [Dovecot] v2.0.2 released

2010-09-08 Thread Marcus Rueckert
On 2010-09-08 17:41:42 +0100, Timo Sirainen wrote: > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz.sig > > Many small fixes and logging improvements, but most importantly fixes > LMTP with Maildir. update for suse package submitted. -

Re: [Dovecot] Best way to migrate from qmail-ldap's autoreply?

2010-09-03 Thread Marcus Rueckert
On 2010-09-03 15:32:31 +0100, Timo Sirainen wrote: > On Thu, 2010-09-02 at 18:12 +0200, Attila Nagy wrote: > > > qmail-ldap uses four LDAP attributes for handling autoreplies in > > qmail-local: > > - deliverymode (to see whether the autoreply should be send) > > - mailreplytext, which is a base6

Re: [Dovecot] Help needed with plugin - Read Only access to IMAP mailbox

2010-08-25 Thread Marcus Rueckert
On 2010-08-25 14:13:53 +0200, Chris Moules wrote: > >you can specify default ACLs in /etc/dovecot/acls? > > I did try this. Again, the issue being that they are not inherited to > sub-folders, so a ACL for the INBOX is not used for all folders. You > need a global ACL file named for each folder na

Re: [Dovecot] Help needed with plugin - Read Only access to IMAP mailbox

2010-08-25 Thread Marcus Rueckert
On 2010-08-25 12:54:40 +0200, Chris Moules wrote: > >my solution for a similar problem: > > > >[[[ > >namespace public { > > separator = / > > > > # Mailboxes are visible under "shared/u...@domain/" > > # %%n, %%d and %%u are expanded to the destination user. > > prefix = archive/ > > > >

Re: [Dovecot] Help needed with plugin - Read Only access to IMAP mailbox

2010-08-25 Thread Marcus Rueckert
On 2010-08-25 11:59:06 +0200, Chris Moules wrote: > System info: > # 1.2.13: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.32-5-686-bigmem i686 Debian squeeze/sid > .. > mail_plugins: readonly > .. > > I have a requirement to have read-only to a mailbox. I have been > researching through the wiki, t

Re: [Dovecot] Build failure building dbox and gnutls

2010-08-22 Thread Marcus Rueckert
On 2010-08-22 16:17:01 -0400, Elisamuel Resto wrote: > --with-storages=maildir,mbox,dbox,mdbox remove that, the default is to build all storage engines -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Mobile phone client - first access

2010-08-20 Thread Marcus Rueckert
On 2010-08-20 10:33:57 +0100, Ron Leach wrote: > Date: Fri, 20 Aug 2010 10:33:57 +0100 > From: Ron Leach > Subject: [Dovecot] Mobile phone client - first access > To: dovecot@dovecot.org > > Ladies and gentlemen, good morning! With my first post to the list, > may I begin by saying how impressed

Re: [Dovecot] pigeonhole

2010-08-16 Thread Marcus Rueckert
On 2010-08-16 13:02:37 -0400, Jerrale G wrote: > make sure you are using dovecot-2.0-rc6 you mean the final 2.0.0 right?:p darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] v2.0.0 released

2010-08-16 Thread Marcus Rueckert
> SUSE packages are already building and can be found at [1] in a few > minutes. forgot to mention: the package ships with latest pigeonhole aswell. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] v2.0.0 released

2010-08-16 Thread Marcus Rueckert
Congratulations Timo!:) SUSE packages are already building and can be found at [1] in a few minutes. though the package doesnt try to migrate the config yet. so users have to do that on their own. :) darix [1] http://download.opensuse.org/repositories/server:/mail/ dovecot20 dovecot20-backe

Re: [Dovecot] Upgrade to 2.0 - Not so smooth

2010-08-16 Thread Marcus Rueckert
On 2010-08-16 07:16:46 -0700, Marc Perkel wrote: > Maybe dovecot could use the "nobody" user if dovenull doesn't exist? you could just read the warning message, create the user and stop worrying? and no ... it shouldnt fallback to nobody. a broken set up is a broken setup and needs to be fixed.

Re: [Dovecot] pigeonhole

2010-08-16 Thread Marcus Rueckert
hi, what os/distro? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Address book for 2.0?

2010-08-15 Thread Marcus Rueckert
On 2010-08-15 18:07:07 -0400, Jerrale G wrote: > 2.0 could include a directory service, like MS Exchange, where > people's address books within IMAP clients could be stored on the > server and retrievable by the clients. Its a headache for users to > roam from pc to pc and not have someone's addres

Re: [Dovecot] Upgrade to 2.0 - Not so smooth

2010-08-15 Thread Marcus Rueckert
On 2010-08-15 14:01:25 -0700, Marc Perkel wrote: > Seems to me that it wouldn't take a lot of code to at lease find if > they have adduser or useradd. that is 2 out of many solutions. and depending of the admin he might create the user in an ldap tree or a nis server. also packager dont really li

Re: [Dovecot] Upgrade to 2.0 - Not so smooth

2010-08-15 Thread Marcus Rueckert
On 2010-08-15 09:44:49 -0700, Marc Perkel wrote: > might want to automatically add dovenull to the install script if > possible. Perhaps a better error message than the one above that > indicates the solution is to create the dovenull user. I dont think you can know all the different tools distros

Re: [Dovecot] dovecot-auth process crashed during pam login

2010-08-06 Thread Marcus Rueckert
On 2010-08-06 14:30:21 +0200, Elmar Rudigier wrote: > We experienced crashes of the dovecot-auth process during user > verification with pam_ssh. > > After a little debugging I saw that pam_ssh and dovecot both provide a > buffer_free() function. During cleanup of pam_ssh the buffer_free() from >

Re: [Dovecot] Write a c program to access a mailbox as a system user using dovecot version 2 includes/libs

2010-08-06 Thread Marcus Rueckert
On 2010-08-06 12:28:28 +0100, Timo Sirainen wrote: > On 6.8.2010, at 11.45, Jonathan Siegle wrote: > > > The first goal is to open these mailboxes(mdbox/dbox) with alpine version 2 > > and the mailboxes are on localhost. > > Why? Why not just let it use IMAP? Seems like a huge amount of work t

Re: [Dovecot] "listen=*, ::" broken?

2010-08-04 Thread Marcus Rueckert
On 2010-08-04 16:47:10 +0200, Peer Heinlein wrote: > listen = *, :: what os/distro? there is this ipv6-mapped-v4 stuff (:::), which might cause trouble here. > But it's working with "listen = *": > > r...@mail-archiv:/etc/dovecot# doveconf | grep ^listen > listen = * how does the netstat -

Re: [Dovecot] Dovecot and SSD

2010-07-29 Thread Marcus Rueckert
On 2010-07-28 21:32:18 -0400, Bryan Vyhmeister wrote: > On Wed, Jul 28, 2010 at 7:46 PM, Marcus Rueckert wrote: > > > > maybe dont put the whole FS on the SSD. > > > > we had great speed ups when we just moved the FS journal onto the SSD. > > You're referr

Re: [Dovecot] Dovecot and SSD

2010-07-28 Thread Marcus Rueckert
On 2010-07-28 19:05:25 -0400, Bryan Vyhmeister wrote: > I'm considering setting up my own mailserver with Dovecot 2.0 (as soon > as it's out) and SSD. I'm debating whether it's worth it or not. I > have been running a mailserver with the Dovecot 1.1 train for a couple > of years and it's been flawl

Re: [Dovecot] importing outlook express messages to dovecot imap server

2010-06-24 Thread Marcus Rueckert
On 2010-06-24 18:19:25 +0800, Angelo Chen wrote: > I have a local Dovecot 1.1.4 running. I have a big number of outlook > express messages that I like to put into Maildir so that I can use > Dovecot's imap to access. I can convert them into mbox format. any > available means for me to import outloo

Re: [Dovecot] manipulating mails

2010-04-15 Thread Marcus Rueckert
On 2010-04-15 19:01:39 +0200, Sven wrote: > Marcus Rueckert schrieb: > >my thought would be: > >make it like amavis ... > >1. your mta forwards you the mail via smtp. > >2. you munch the email (although i seriously wonder why) > >3. you send it back to your mta vi

Re: [Dovecot] manipulating mails

2010-04-15 Thread Marcus Rueckert
my thought would be: make it like amavis ... 1. your mta forwards you the mail via smtp. 2. you munch the email (although i seriously wonder why) 3. you send it back to your mta via smtp 4. mta calls dovecot to deliver the mail for better suggestions, it would be nice to know what kind of modifica

Re: [Dovecot] Limit login attempts per connection?

2010-03-10 Thread Marcus Rueckert
On 2010-03-09 21:07:42 -0800, Terry Barnum wrote: > > On Fri, 05.03.2010 at 09:44:35 +, Ed W wrote: > >> I would be all in favour of a setting like this because it's easier > >> to configure than fail2ban... > > There's also denyhosts. http://snowman.net/p

Re: [Dovecot] Using MySQL For Mailboxes?

2010-03-09 Thread Marcus Rueckert
On 2010-03-09 14:30:14 +0100, Robert Schetterer wrote: > sql storage would be a nice idea anyway for clustering loadbalancing > setups etc looked into drbd? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Mailing list's prefix

2010-03-04 Thread Marcus Rueckert
On 2010-03-04 22:59:59 +0200, Timo Sirainen wrote: > Do you think I'd break a lot of people's filters if I removed the > prefix? :) Anyone strongly for/against removing it? It seems kind of > annoying to me whenever I happen to think about it. personally i like the prefixes. especially to sort off

Re: [Dovecot] [dovecot]

2010-03-04 Thread Marcus Rueckert
On 2010-03-04 15:27:20 -0600, Rick Romero wrote: > I'm by no means a procmail expert, but this seems to work (though > [Dovecot] gets put before the Re:) > > :0 fhw > * ^List-Id:.*Dovecot Mailing List > { > :0 fhw > * ^Subject:\/.* > | formail -I "Subject: [dovecot] $MATCH" > } and with an

Re: [Dovecot] qmail-secretary plugin for dovecot deliver

2010-02-25 Thread Marcus Rueckert
hi, maybe look into mlmmj. (http://mlmmj.org/) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Conditionally use a sieve script with deliver?

2010-01-21 Thread Marcus Rueckert
On 2010-01-21 12:06:33 +, Kārlis Repsons wrote: > My silly and honest answer is: the fact, that I found maildrop first some > weeks > ago and it seemed very flexible (a feeling of security in a sense, that I > won't > have "any" impossible thing), but then I came across the mentioned proble

Re: [Dovecot] Conditionally use a sieve script with deliver?

2010-01-21 Thread Marcus Rueckert
On 2010-01-20 21:11:59 +, Kārlis Repsons wrote: > I found a post in this list [0], which says sieve scripts can be used to > deliver mail as read. However, can it be done somehow conditionally, I mean, > with a direct or indirect switch for deliver? > For a nonexistent example, it would be si

Re: [Dovecot] Spam filtering

2009-12-14 Thread Marcus Rueckert
On 2009-12-14 23:16:14 +0300, Dmitri V. Ivanov wrote: > On Sat, Dec 12, 2009 at 01:04:38AM -0500, Charles Marcus wrote: > > > And yes, it is *very* effective, especially after your ham/spam > > collections mature for your site... > > Now offtopic question, but anyway. Is there some plugin for del

Re: [Dovecot] Max IMAP fodlers

2009-12-07 Thread Marcus Rueckert
On 2009-12-07 11:24:20 -0800, Jeffrey Nikoletich wrote: > Is there a way to limit the amount of maildir folders a user can have? > > Also is there is hard limit on the amount of folders dovecot can > handle? I have a user who has over 3000 folder (including subfolders) > that is having issues wit

Re: [Dovecot] Light "bug" in authtest, sockets path

2009-12-02 Thread Marcus Rueckert
On 2009-12-02 18:17:39 +0100, Andre wrote: > I’ve changed position to client auth socket to enable postfix authentication. > The socket is now created in /var/spool/postfix/private/auth. > authtest do not catch up the change. Reading source I’ve seen that path to > auth sockets is written explici

Re: [Dovecot] init-script update for v2.0

2009-11-26 Thread Marcus Rueckert
On 2009-11-26 14:52:09 +0100, Pascal Volk wrote: > On 11/26/2009 02:19 PM Marcus Rueckert wrote: > > is /usr considered local_fs for you? i think most people install dovecot > > there. and atleast for my distro /usr counts under $remote_fs. > > Assumed I've understood

Re: [Dovecot] init-script update for v2.0

2009-11-26 Thread Marcus Rueckert
On 2009-11-26 06:33:07 +0100, Pascal Volk wrote: > After repeated reading about {Required,Should}-{Start,Stop} I've > refreshed the patch, it replaces my last patch. Sorry. is /usr considered local_fs for you? i think most people install dovecot there. and atleast for my distro /usr counts under $

Re: [Dovecot] [OT] preferred clients

2009-11-20 Thread Marcus Rueckert
screen+mutt -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] v2.0.tip master: service(auth): kill(pid, SIGINT) failed: Operation not permitted

2009-11-11 Thread Marcus Rueckert
On 2009-11-11 09:59:55 +0100, Pascal Volk wrote: > Nov 11 hh:mm:23 el-negro dovecot: master: service(auth): kill(10884, SIGINT) > failed: Operation not permitted you got any security hardening patches running on your machine? darix -- openSUSE - SUSE Linux is my linux

Re: [Dovecot] dovecot + dns srv registers

2009-11-04 Thread Marcus Rueckert
On 2009-11-04 14:39:58 -0200, maximatt wrote: > Dovecot support dns srv registers... for ldap service? what do you mean with it? resolving srv records? darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: [Dovecot] Post login script issue with pop3 protocol

2009-11-04 Thread Marcus Rueckert
On 2009-11-04 09:49:23 +0800, Zhang Huangbin wrote: [[[ > modifying entry > "mail=...@a.cn,ou=Users,domainName=a.cn,o=domains,dc=iredmail,dc=org" > ]]] that looks like some debug output from your script which shouldnt be sent to the client it also reappears in the error message from thunderbir

Re: [Dovecot] plugin devel

2009-07-21 Thread Marcus Rueckert
On 2009-07-21 10:13:23 -0300, ferna...@dfcom.com.br wrote: > I´m planning to change our maildrop lda to deliver, but I need to devel a > plugin in order to have some custom filtering. > > Are there any documentation regarding how to develop a dovecot plugin - > tips, tricks, etc ? you need anythi

Re: [Dovecot] keeping 2 dovcots in sync?

2009-07-02 Thread Marcus Rueckert
On 2009-07-02 11:39:22 +0200, joa...@verona.se wrote: > > I would like to have one master dovecot instance that gets email, and a > slave dovecot on my laptop. > > I use maildir, and I was thinking of doing this with unison, but I > suppose dovecots indexes would go out of sync whenever I used uni

Re: [Dovecot] Something weird happening...

2008-10-15 Thread Marcus Rueckert
On 2008-10-08 10:44:25 +0200, Claudio Prono wrote: > I use Dovecot dovecot11-1.1.3-5.1 from OpenSuSE 11, when i send a mail > from the logs i read: > > Oct 8 10:36:31 mail postfix/pipe[17934]: A360A851: > to=<[EMAIL PROTECTED]>, relay=dovecot, delay=0.22, > delays=0.18/0/0/0.04, dsn=4.3.0, status

Re: [Dovecot] create folder automatically

2008-10-01 Thread Marcus Rueckert
> Indeed, the folder is created with the sieve rule (cf precedent mail). I > see this line in my deliver log: > > Oct 1 10:48:42 trinite deliver([EMAIL PROTECTED]): > msgid=<[EMAIL PROTECTED]>: saved mail to Junk > > However, when we connect us in the webmail, or download mail with IMAP, > the f

  1   2   >