Re: 2FA for Dovecot

2020-01-07 Thread Luigi Rosa
https://wiki.dovecot.org/PasswordDatabase/oauth2 -- Ciao, luigi / +--[Luigi Rosa]-- \

Re: Dovecot and Letsencrypt certs

2017-09-13 Thread Luigi Rosa
ither idle out quickly or reach the re-use limit quickly, handling $max_use connections that are exactly $max_idle apart is rather unlikely By default that's 1 seconds or just under 3 hours. */ -- Ciao, luigi / +--[Luigi Rosa]-- \ Statistics: The only science that enables different ex

Re: MySQL issue

2017-05-29 Thread Luigi Rosa
Amaechi Janneh wrote on 29/05/2017 22:30: Yes it is. On Mon, May 29, 2017 at 12:28 AM, Luigi Rosa <mailto:li...@luigirosa.com>> wrote: Amaechi Janneh wrote on 29/05/2017 02:47: May 28 20:20:32 AmaechiJ dovecot[10516]: auth-worker(10892): Error: sql( a...@example

Re: MySQL issue

2017-05-28 Thread Luigi Rosa
ecot and do the same query Dovecot does. "mailserver" is the database name? -- Ciao, luigi / +--[Luigi Rosa]-- \ Never ascribe to malice that which is caused by greed and ignorance. --Cal Keegan

Re: Moving Maildir folders

2016-07-17 Thread Luigi Rosa
OX -- Ciao, luigi / +--[Luigi Rosa]-- \ That the automobile has practically reached the limit of its development is suggested by the fact that during the past year no improvements of a radical nature have been introduced. --Scientific American, 1909

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
aki.tu...@dovecot.fi wrote on 17/07/2016 13:27: We'll consider this. Thank you for the idea. Thanks! -- Ciao, luigi / +--[Luigi Rosa]-- \ The number of unlikely things that can happen is so large, you can be assured that unlikely things are likely. --Neil deGrasse Tyson @neil

Re: doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
oving Maildir folders" The problem is to prune and graft some branches of the [Maildir] folder structure between users. For instance, when a user leaves an organization, some of their mailboxes must ne copied/moved to varius coleagues in order to ensure business continuity -- Ciao, luigi /

doveadm feature request: move mailbox between users

2016-07-17 Thread Luigi Rosa
A feature request for doveadm: move (or copy) mailboxes between users Something like: doveadm movemailbox -s User1 -d User2 Old/Mail/Box Destin/Ation/Path (the same with copymailbox) Or something like that is already possible? -- Ciao, luigi / +--[Luigi Rosa]-- \ It's not enough

Re: Moving Maildir folders

2016-07-17 Thread Luigi Rosa
nly Somename and Baz contains messages, you must have the entire "path", that is tour mailbox directory must contain the directories: .Somename .Somename.Foo .Somename.Foo.Bar .Somename.Foo.Bar.Baz Of course each of the directories will contain cur, tmp, new and Dovecot files --

Re: Moving Maildir folders

2016-07-15 Thread Luigi Rosa
ust create each folder at the first level in the new user you must have something like: .olduser.INBOX .olduser.Sent .olduser.Trash .olduser.Drafts .olduser.whatever Each directory with tmp, newm cur subdirs only (ad dovecot files, of course) -- Ciao, luigi / +--[Luigi Rosa]-- \ Und

Re: Logging the TLS cipher suite

2016-03-11 Thread Luigi Rosa
Thank you very much! Gedalya wrote on 12/03/2016 06:30: Add %k to login_log_format_elements (in conf.d/10-logging.conf) for example login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k session=<%{session}> On 03/12/2016 12:20 AM, Luigi Rosa wrote: Hi,

Logging the TLS cipher suite

2016-03-11 Thread Luigi Rosa
established to mail.acmne.com[1.2.3.4]:25: TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits) -- Ciao, luigi / +--[Luigi Rosa]-- \ We're not surrounded, we're in a target-rich environment!

Recap: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
{ username = $user } } Ciao, luigi - -- / +--[Luigi Rosa]-- \ After things have gone from bad to worse, the cycle will repeat itself. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJUQp/PAAoJEO5WT/qgw4yKLscP/1ysmNOP23fQeqN2I7gxfhKp 4TF0Buf0rxKjxzjE5jcw4T

Re: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
In fact the field has been correctly updated. Thank you Sven! Ciao, luigi - -- / +--[Luigi Rosa]-- \ Every government is a parliament of whores. The trouble is, in a democracy, the whores are us. --P. J. O'Rourke -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJUQpJBAAoJ

Re: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
647370' This is not very useful if I want a `lastlogin` field of the `mailbox` table updated on every login. Ciao, luigi - -- / +--[Luigi Rosa]-- \ For every human problem, there is a neat, simple solution; and it is always wrong. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJ

Re: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gedalya wrote on 18/10/2014 16:48: > service dict { unix_listener dict { mode = 0660 user = vmail #group = } } That solved the permission issue, thanks! Ciao, luigi - -- / +--[Luigi Rosa]-- \ Only one human captain has ever survived bat

Re: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
p-login: Login: user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=497913, secured, session=<6R0mYbMFFwB/AAAB> dovecot: dict: Error: sql dict set: Invalid/unmapped key: shared/last-login/username Ciao, luigi - -- / +--[Luigi Rosa]-- \ Don't tell me what you dreamed las

Re: last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luigi Rosa wrote on 18/10/2014 11:29: > Hi, I have a Dovecot test installation with MySQL userbase and > authentication where I am trying to setup last_login plugin with SQL > dictionary I figured out I have to use dovecot-dict-sql.conf.ex

last_login plugin with MySQL

2014-10-18 Thread Luigi Rosa
Hi, I have a Dovecot test installation with MySQL userbase and authentication where I am trying to setup last_login plugin with SQL dictionary I read http://wiki2.dovecot.org/Plugins/LastLogin and I addes this to my configuration plugin { last_login_dict = sql:/etc/dovecot/dovecot-sql.con

LastLogin

2014-10-16 Thread Luigi Rosa
MySQL as userbase backend what field(s) should be created to have this information recordered in the database? Ciao, luigi - -- / +--[Luigi Rosa]-- \ Afternoon: that part of the day we spend worrying about how we wasted the morning. -BEGIN PGP SIGNATURE- Version:

Re: [Dovecot] sieve mailbox in IMAP mailboxes

2014-03-31 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gedalya said the following on 26/03/2014 18:00: > On 03/26/2014 12:46 PM, Luigi Rosa wrote: >> mail_location = maildir:/var/spool/mail/%u/ > You didn't include your SQL files, so I don't now if you return userdb > fields there

[Dovecot] sieve mailbox in IMAP mailboxes

2014-03-26 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have installed latest pigeonhole-sieve Everything works as expected but in IMAP folders I have a "dovecot" folder with a "sieve" subfolder Mail storage is maildir. I remember a setting that tells dovecot to ignore directories and do not display th

Re: [Dovecot] v2.2.5 released

2013-08-06 Thread Luigi Rosa
on was: Is that the right one? ;) Works like a charm in my installations Ciao, luigi - -- / +--[Luigi Rosa]-- \ Computers make excellent and efficient servants, but I have no wish to serve under them. Captain, a starship also runs on loyalty to one man. And nothing can replace it or him. --

Re: [Dovecot] [Dovecot-news] v2.2.3 released

2013-06-16 Thread Luigi Rosa
>> /usr/local/lib/dovecot/settings/libmanagesieve_settings.so >> >> Can someone tell me how to fix this? > > you wait for pigenhole 2.2.3 I did a make/make install with pigeonhole 0.4.0 and everything works as expected Ciao, luigi - -- / +--[Luigi Rosa]-- \ I

[Dovecot] from ISC: Exim/Dovecot exploit making the rounds

2013-06-09 Thread Luigi Rosa
ion anyone that is using Dovecot to take a look at their configuration and make use they aren't using the "use_shell" parameter. Or if you are, make darn sure you know what you are doing, and how to defend yourself. https://isc.sans.edu/diary/EximDovecot+exploit+making+the+roun

Re: [Dovecot] Pigeonhole for 2.2?

2013-05-04 Thread Luigi Rosa
nl/dovecot-2.2-pigeonhole/ It works. More info on http://pigeonhole.dovecot.org/download.html Ciao, luigi - -- / +--[Luigi Rosa]-- \ Life begins when you can spend your spare time programming instead of watching television. --Cal Keegan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4

Re: [Dovecot] XFS vs EXT4 for mail storage

2013-05-02 Thread Luigi Rosa
default nowdays with SSD storage) is to mount the FS with noatime. But I think that is obvius as "do backups". Ciao, luigi - -- / +--[Luigi Rosa]-- \ If one morning I walked on top of the water across the Potomac River, the headline that afternoon would read "President Can'

Re: [Dovecot] rsync migration issue [solved]

2013-04-15 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luigi Rosa said the following on 15/04/2013 20:25: > I mounted the NFS on the new server with -o nolock > > This is not the first time I use this method and it always worked. Until > now. > > If I try to rsync the current maildi

[Dovecot] rsync migration issue

2013-04-15 Thread Luigi Rosa
e result is the same. Suggestions? I don't want to tgz every mailbox, but I wuold like to do a rsync during the night and a final rsync bevore switching IP addresses to minimize downtime. Ciao, luigi - -- / +--[Luigi Rosa]-- \ It has just been discovered that research causes cancer in rats.

Re: [Dovecot] 2.2.0 lmtp runtime error

2013-04-14 Thread Luigi Rosa
Timo Sirainen said the following on 14/04/2013 20:30: Looks like mailbox_list_index=yes is broken in v2.2.0 release. Strange that I didn't notice it. This fixes it: http://hg.dovecot.org/dovecot-2.2/rev/fc9ef7d2251a Tha patch did the trick, it works! Ciao, luigi -- / +--[Luigi

Re: [Dovecot] 2.2.0 lmtp runtime error

2013-04-14 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Sirainen said the following on 14/04/2013 17:29: Packing it along with the log and sending to your email account right now Ciao, luigi - -- / +--[Luigi Rosa]-- \ Massachusetts patient tested for mad cow disease. So, be sure not to eat

Re: [Dovecot] 2.2.0 lmtp runtime error

2013-04-13 Thread Luigi Rosa
.2.rc3 Ciao, luigi - -- / +--[Luigi Rosa]-- \ Procrastinators do it tomorrow. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlFpaRwACgkQ3kWu7Tfl6ZQqzQCffKrMZ5jjSgIDt+mHuOwDfTkZ pV4AmwdlKUzAsNHZ

[Dovecot] 2.2.0 lmtp runtime error

2013-04-13 Thread Luigi Rosa
/.com/lrosa: mode=0700 gid=default Apr 13 13:18:02 mail dovecot: lmtp(12348, lr...@.com): Fatal: master: service(lmtp): child 12348 killed with signal 11 (core dumps disabled) Ciao, luigi - -- / +--[Luigi Rosa]-- \ God runs electromagnetics by wave theory on Monday, Wednesday, and

Re: [Dovecot] Dovecot 2.2.beta1

2013-02-10 Thread Luigi Rosa
> clone http://hg.rename-it.nl/dovecot-2.2-pigeonhole/ Sorry, I didn't notice the second half of the download page Both Dovecot 2.2b and Pigeonhole are working as expected right now on my home server with a few mail accounts. Ciao, luigi - -- / +--[Luigi Rosa]-- \ The number of unlik

Re: [Dovecot] Dovecot 2.2.beta1

2013-02-10 Thread Luigi Rosa
sr/src/dovecot-2.1-pigeonhole-0.3.3/src/lib-sieve' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/src/dovecot-2.1-pigeonhole-0.3.3/src' make: *** [install-recursive] Error 1 Ciao, luigi - -- / +--[Luigi Rosa]-- \ Your mouse has moved. Please wait while Win

Re: [Dovecot] IPv6 & SSL

2012-10-06 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Westenberg said the following on 06/10/12 09:29: > Can you provide the output of doveconf -n? Sure, here it is: # 2.1.10: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-308.1.1.el5.centos.plus x86_64 CentOS release 5.8 (Final) auth_cache_nega

Re: [Dovecot] IPv6 & SSL

2012-10-05 Thread Luigi Rosa
for 10.0.0.254? No, no PTR o other DNS entry for that address. No entry of that address in /etc/hosts on the Linux with Thunderbird or on the Linux with Dovecot. Ciao, luigi - -- / +--[Luigi Rosa]-- \ The past was erased, the erasure was forgotten, the lie became truth. --George Orwel

Re: [Dovecot] IPv6 & SSL

2012-10-05 Thread Luigi Rosa
7812, TLS, session= >> Configure your DNS so your hostname points to both the IPv6 and IPv4 >> address. Your client will take take whichever protocol is preferred (IPv4 >> or IPv6). Thunderbird uses IPv4 as mail protocol, I wanted to test IPv6... Thank you for your help Ciao

[Dovecot] IPv6 & SSL

2012-10-05 Thread Luigi Rosa
ovecot: imap-login: Disconnected (no auth attempts in 1 secs): user=<>, rip=2001:470:1f09:203:fdbf:508e:4a29:56c5, lip=2001:470:1f09:203::badd:ecaf, TLS: SSL_read() failed: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca: SSL alert number 48, session= Ciao, luigi - --

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-23 Thread Luigi Rosa
subnet of 192.168.0.0 for DMZ I use it more than 192.168 when I create networks. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Walk softly and carry a megawatt laser. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.m

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread Luigi Rosa
nt on Android for one year with push, but I had to remove it and go back to integrated email client because it drained the battery. Ciao, luigi -- / +--[Luigi Rosa]-- \ Why do we want intelligent terminals when there are so many stupid users?

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Adrian Minta said the following on 09/08/2012 19:46: (~) is the account maildir, not the homedir of linux user. Ok, thanks! Ciao, luigi -- / +--[Luigi Rosa]-- \ I went to the airport, with my ticket to Los Angeles. I brought three bags and told the Skycap "I want this on to go to Se

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
ildir structure? Virtual users do not have their own home (~) directory. If the sieve file is store in the 'root' maildir of each user, Dovecot uses the same single virtual (linux) user to access the maildir? Ciao, luigi -- / +--[Luigi Rosa]-- \ To define recursion, we must first define recursion.

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Luigi Rosa said the following on 09/08/2012 18:16: Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? :) And the webpage/wikipage with documentation about this is

[Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? Thanks Ciao, luigi -- / +--[Luigi Rosa]-- \ A generation which ignores history has no past... and no future.

Re: [Dovecot] mount

2012-04-09 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Sirainen said the following on 09/04/12 15:57: >> Is there a way toi tell Dovecot to ignore /mnt ? > doveadm mount add /mnt ignore Thanks, next time I will RTFM first. Ciao, luigi - -- / +--[Luigi Rosa]-- \ [UNIX] n. A random qu

[Dovecot] mount

2012-04-09 Thread Luigi Rosa
tell Dovecot to ignore /mnt ? Ciao, luigi - -- / +--[Luigi Rosa]-- \ $100 invested at 7% interest for 100 years will become $100,000, at which time it will be worth absolutely nothing. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Dovecot] Folder name migration when moving from 2.0.x to 2.1.x?

2012-02-18 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Hildebrandt said the following on 18/02/12 20:15: >>> I'm not sure which program insists on creating "Entwürfe" >> Outlook?;) > Isn't it always? I hate this shit. Giulty by suspicion.

Re: [Dovecot] Folder name migration when moving from 2.0.x to 2.1.x?

2012-02-18 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Hildebrandt said the following on 18/02/12 20:04: > I'm not sure which program insists on creating "Entwürfe" Outlook?;) Ciao, luigi - -- / +--[Luigi Rosa]-- \ It is apparent to me that the possibilities of the ae

Re: [Dovecot] v2.1.rc2 released

2012-01-06 Thread Luigi Rosa
fact the file doveadm-dsync.h is not in the tarball Ciao, luigi - -- / +--[Luigi Rosa]-- \ Non cercare di vincere mai un gatto in testardaggine. --Robert A. Heinlein -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Moz

Re: [Dovecot] Backing Up To Windows File Server

2011-12-14 Thread Luigi Rosa
;/' -f 6` tar cvzf /tmp/$DOMAIN-$USER.tgz $USERPATH > /dev/null cp -f /tmp/$DOMAIN-$USER.tgz $TARGET/mail rm -f /tmp/$DOMAIN-$USER.tgz done fi done Ciao, luigi - -- / +--[Luigi Rosa

Re: [Dovecot] Backing Up To Windows File Server

2011-12-13 Thread Luigi Rosa
and, of course, windows share. My solution is to tar.gz before copying to Windows. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Ask ten different scientists about the environment, population control, genetics, and you'll get ten different answers, but there's one thing every scien

Re: [Dovecot] v2.1.rc1 released

2011-11-24 Thread Luigi Rosa
t linux systems (1024). > > However, in your case with just a dozen of mailboxes I don't think you'll > need to change it. Thank you for the explaination. Ciao, luigi - -- / +--[Luigi Rosa]-- \ A woman was in love with fourteen soldiers. It was clearly platoonic. -BEG

Re: [Dovecot] v2.1.rc1 released

2011-11-24 Thread Luigi Rosa
; 4096), because of service auth { client_limit } What does exactly means? The server we are talking about is my home server, a CentOS/64 with a dozen of mailboxes. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Computers make excellent and efficient servants, but I have no wish to serve under them. Capt

Re: [Dovecot] v2.1.alpha1 released

2011-09-04 Thread Luigi Rosa
Timo Sirainen said the following on 04/09/11 17:33: Sep 2 11:03:11 mail dovecot: stats: Error: Mail server input error: UPDATE-SESSION: stats shrank: ucpu 0.5999< 0.9000 http://hg.dovecot.org/dovecot-2.1/rev/9434093229aa should fix this. Confirmed! Ciao, luigi -- / +--[Luigi R

Re: [Dovecot] v2.1.alpha1 released

2011-09-02 Thread Luigi Rosa
11:43:52 mail dovecot: stats: Error: Mail server input error: UPDATE-SESSION: stats shrank: diskout 140735698723992 < 167507184 Ciao, luigi -- / +--[Luigi Rosa]-- \ A beer delayed is a beer denied.

Re: [Dovecot] v2.1.alpha1 released

2011-09-02 Thread Luigi Rosa
hrank: ucpu 0.6998 < 0.6999 Ciao, luigi -- / +--[Luigi Rosa]-- \ I don't think we have the right or the wisdom to interfere, however a planet is evolving. --James Kirk, "The Omega Glory"

Re: [Dovecot] v2.1.alpha1 released

2011-09-01 Thread Luigi Rosa
back this evening. Will do further checks later Ciao, luigi - -- / +--[Luigi Rosa]-- \ You know you've landed gear-up when it takes full power to taxi. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG wi

Re: [Dovecot] v2.1.alpha1 released

2011-09-01 Thread Luigi Rosa
shrank Sep 1 16:40:01 mail dovecot: stats: Error: Mail server input error: UPDATE-SESSION: stats shrank Ciao, luigi - -- / +--[Luigi Rosa]-- \ A species that enslaves other beings is hardly superior, mentally or otherwise. --James Kirk, "The Gamesters of Triskelion" -BEGIN P

Re: [Dovecot] v2.1.alpha1 released

2011-09-01 Thread Luigi Rosa
1 rootroot6 Sep 1 16:25 master.pid srw--- 1 rootroot0 Sep 1 16:25 stats prw--- 1 dovecot dovecot 0 Sep 1 16:25 stats-mail Ciao, luigi - -- / +--[Luigi Rosa]-- \ Zipple grelbnot horbnofg asirvnig fzouple! Or something like that. -BEGIN PGP SIG

Re: [Dovecot] ntp revisited (so what to do ?)

2011-05-08 Thread Luigi Rosa
set to 1/1/2000 how much does it take to get the real date? I'm asking for curiosity, never tried this scenario. Ciao, luigi - -- / +--[Luigi Rosa]-- \ All in all it's just another brick in the wall... -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment

Re: [Dovecot] Outlook 2010 IMAP disconnected

2011-02-04 Thread Luigi Rosa
problem seems to be solved by telling Outlook to download only the message headers during the scan and the entire message only if the user opens it. Thank you everyone fot the hints about this issue. Ciao, luigi -- / +--[Luigi Rosa]-- \ To err is human; to really screw things up requires the

Re: [Dovecot] Outlook 2010 IMAP disconnected

2011-02-03 Thread Luigi Rosa
ot; message to 1 minute and told the user to lower the amount of messages in inbox (now are 5400). I don't' think this can be helpful because he is on a 1 Gbit LAN connection with the server. If I find something useful I will post here. Ciao, luigi - -- / +--[Luigi Rosa]-- \ At a p

[Dovecot] Outlook 2010 IMAP disconnected

2011-02-03 Thread Luigi Rosa
solve this issue? Ciao, luigi - -- / +--[Luigi Rosa]-- \ I'd be a vegetarian if bacon grew on trees. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1KZj8ACgkQ3kWu7Tfl6ZQtHwCfTZPpFC5

Re: [Dovecot] dsync and active-active fault tolerance mail servers

2010-08-21 Thread Luigi Rosa
-- / +--[Luigi Rosa]-- \ I'm glad I was not born before tea. --Sidney Smith (1771-1845)

[Dovecot] dsync and active-active fault tolerance mail servers

2010-08-21 Thread Luigi Rosa
there a trick to do for every user with a single command? 4) How often is good to run the synchronization? 5 minutes? 10? 15? 5) What is the correct command line to invoke dsync in this scenario? 6) Does anyone else tried this? :) Thank you. Ciao, luigi -- / +--[Luigi Rosa]-- \ (

Re: [Dovecot] Linux should be as easy as Windows

2010-08-18 Thread Luigi Rosa
to the right is "hard". In the continentale Europer is the opposite. "easy" is more a point of view than a fact. Ciao, luigi - -- / +--[Luigi Rosa]-- \ A professor is one who talks in someone else's sleep. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/L

Re: [Dovecot] Delete user data from Dovecot server

2010-08-17 Thread Luigi Rosa
ly (from the Dovecot point of view). For instance, postfixadmin tool can run a script after you remove a user. You can do the same in the procedure you use to delete the user record. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Utility is when you have one telephone, luxury is when you have two,

Re: [Dovecot] 2.0 not starting

2010-08-17 Thread Luigi Rosa
protocols)? Change listen = *, :: to listen = * So Dovecot will not (try to) use non-existing (or non-configured) protocols. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Sed modo senectus morbus est, carmen vitae immoderatae hic est. -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: [Dovecot] v2.0.0 released

2010-08-16 Thread Luigi Rosa
ot of testing and fixing going on in the > RC stage. Congratulations Timo and thank you!!! Ciao, luigi - -- / +--[Luigi Rosa]-- \ Biggest Black Hole ever Found in Nearby Galaxy. EVERYBODY PAN..IC --fark.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/

[Dovecot] [2.0] Experience in production environment

2010-07-26 Thread Luigi Rosa
iosity: it happens only to me and why this happens? Ciao, luigi - -- / +--[Luigi Rosa]-- \ We believe that no race can be truly intelligent without laughter. --Delenn, "A Race Through Dark Places", Babylon 5 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comme

Re: [Dovecot] [2.0] Auth Cache

2010-07-22 Thread Luigi Rosa
in doveadm. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Eli and Bessie went to sleep. In the middle of the night, Bessie nudged Eli. "Please be so kindly and close the window. It's cold outside!" Half asleep, Eli murmured, "Nu ... so if I'll close the window, will it be war

[Dovecot] [2.0] Auth Cache

2010-07-22 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there a way to trace the auth cache? Something like how many items are in the chache, how many bytes of the cache are used Thank you. Ciao, luigi - -- / +--[Luigi Rosa]-- \ In a dark time the eye begins to see. --Theodore

Re: [Dovecot] v2.0.rc3 released

2010-07-21 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Sirainen said the following on 20/07/10 22:57: Don't really know if it is a bug, probably not. Even setting "ssl = no" Dovecot tries to open ssl_cert and ssl_key files. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Caution: b

Re: [Dovecot] Strange doveadm behaviour

2010-07-03 Thread Luigi Rosa
false bug report. Ciao, luigi - -- / +--[Luigi Rosa]-- \ How many Vulcans does it take to change a light bulb? Approximately 1.000 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://eni

[Dovecot] Strange doveadm behaviour (was: v2.0.rc1 released)

2010-07-03 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Sirainen said the following on 02/07/10 22:22: > http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc1.tar.gz > http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc1.tar.gz.sig I compiled and installed the latest version on a CentOS x64 server and I st

Re: [Dovecot] Dovecot 2.0

2010-06-14 Thread Luigi Rosa
quot; :) Ciao, luigi - -- / +--[Luigi Rosa]-- \ Complex problems have simple, easy to understand, wrong answers. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwWfPUACgkQ3kWu7Tfl6ZS7FwCffVq4AjLt

Re: [Dovecot] v2.0.beta5 released - Proctitle

2010-05-10 Thread Luigi Rosa
TLS)] 27780 ?S 0:00 dovecot/imap [...@c 10.x.x.1 IDLE] Isn't there a way to see if a "dovecot/imap [...@c 10.x.x.1 IDLE]" connection is ssl other that looking at the parent process? Ciao, luigi - -- / +--[Luigi Rosa]-- \ Luke: I don't believe it. Yoda: That is why

[Dovecot] Dovecot+Postfix+Maildir with ActiveDirectory userbase

2010-02-13 Thread Luigi Rosa
- -- / +--[Luigi Rosa]-- \ This morning at breakfast, I noticed that Kellogg's have put a helpline number on their cornflake packets. When you need a helpline for breakfast cereals, it's time to start thinking about tearing down civilisation and giving the ants a go. --Chris King

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-02-01 Thread Luigi Rosa
I think that Dovecot sees the directory change and updates the quota data, but it's just a guess. Ciao, luigi - -- / +--[Luigi Rosa]-- \ A cynic is a man who, when he smells flowers, looks around for a coffin. --H.L. Mencken -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux)

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-02-01 Thread Luigi Rosa
e restore process ?? Based on some experience, if you remove dovecot-uidlist AND the user uses POP3 AND the user leaves mail on server, the mail client could download the messages again because it sees them as "unread". Ciao, luigi - -- / +--[Luigi Rosa]-- \ Computers don't actu

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-01-28 Thread Luigi Rosa
der to be restored cur, tmp, new. Some email clients need to shutdown and restart to be aware of the new mail folder. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Moneypenny: In the conference room. Something pretty big. Every double-o man in Europe has been rushed in. And the home secretary too! J

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-01-28 Thread Luigi Rosa
w mailbox, a new mail folder (maildir directory) of the actual account. I am assuming you are using IMAP ad maildir, of course. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Scott me up, Beamie! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozil

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-01-28 Thread Luigi Rosa
sure not to restore duplicates. Using a different dedicated directory for restored messages could lead to the same problem? Ciao, luigi - -- / +--[Luigi Rosa]-- \ Dr. Frederick Frankenstein: What a filthy job. Igor: Could be worse. Dr. Frederick Frankenstein: How? Igor: Could be rain

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-01-28 Thread Luigi Rosa
issues associated > with it ? With a standard configuration there are no issues at all. Check that the permissions and user/group of restored files are ok. Ciao, luigi - -- / +--[Luigi Rosa]-- \ A government big enough to give you everything you want is big enough to take from you ev

Re: [Dovecot] Anyone successfully setup Continous Backup of mailboxes using rsync ?

2010-01-28 Thread Luigi Rosa
ht. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Oo-ta goo-ta, Solo? --Greedo, "Star Wars" -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktidI8ACgkQ3kWu7Tfl6ZRfEACfRfJR4z99TIEgylKSywVAa4px

Re: [Dovecot] Dovecot 1.2 & Thunderbird 3.0

2010-01-23 Thread Luigi Rosa
st fix is to turn > off CONDSTOR either server side or in TB itself. There is also a TB > 3.0.2pre nightly available that seems to be working for most people. I was thinking that this was a problem of *my* TB installation. Thank you for poiting out the solution: it works. Ciao, luigi - --

Re: [Dovecot] Moving

2010-01-03 Thread Luigi Rosa
elopment. You can check http://jobs.joelonsoftware.com/ Joel Spolsky is a software developer in NY area. Ciao, luigi - -- / +--[Luigi Rosa]-- \ The Force will be with you. Always. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigm

Re: [Dovecot] configure optimization

2009-12-30 Thread Luigi Rosa
t;optimize" what cannot be optimized in this way. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Xerox never comes up with anything original. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozil

[Dovecot] configure optimization

2009-12-30 Thread Luigi Rosa
- --without-passwd-file --without-shadow --without-pam --without-ssl Thank you. Ciao, luigi - -- / +--[Luigi Rosa]-- \ I told the doctor I broke my leg in two places. He told me to quit going to those places. --Henny Youngman -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

Re: [Dovecot] Log rotation?

2009-12-27 Thread Luigi Rosa
ovecot logfile to the list of /etc/logrotate.d/syslog It works since Dovecot 0.6x :) Ciao, luigi - -- / +--[Luigi Rosa]-- \ If you always postpone pleasure you will never have it. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [Dovecot] Core dumped

2009-11-23 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timo Sirainen said the following on 23/11/09 23:16: > I guess you compiled SQL support as plugins. That's fixed in hg. You guessed right. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Of course you can't flap your arms and fly to the

Re: [Dovecot] v2.0.alpha3 released

2009-11-23 Thread Luigi Rosa
ile like "configuration files go here" or something like that, or just no action at all. Or maybe a message at the end of make install procedure. Maybe it's me, but if I find an empty directory in /etc after an installation, the first think I think is that something went wrong. Cia

Re: [Dovecot] [OT] preferred clients

2009-11-22 Thread Luigi Rosa
s for > a long time and never gotten bit. A pair of customers do this for at least 10 years with no problem. Ciao, luigi - -- / +--[Luigi Rosa]-- \ God isn't dead, he just couldn't find a parking place. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Us

Re: [Dovecot] [OT] preferred clients

2009-11-22 Thread Luigi Rosa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 vus...@test123.ru said the following on 22/11/09 18:19: > Maildir just for FTS? OSX changed its local mail storage to simil-maildir when has been added Exposé. Ciao, luigi - -- / +--[Luigi Rosa]-- \ And on the eighth day, we bulldozed

Re: [Dovecot] [OT] preferred clients

2009-11-22 Thread Luigi Rosa
ithin mail and easily identify the message in the result list of the search. Ciao, luigi - -- / +--[Luigi Rosa]-- \ It is by will alone I set my mind in motion. It is by the juice of Sapho that thoughts acquire speed, the lips acquire stains. The stains become a warning. It is by will

Re: [Dovecot] [OT] preferred clients

2009-11-22 Thread Luigi Rosa
age is pointless. Ciao, luigi - -- / +--[Luigi Rosa]-- \ The prejudices people feel about each other disappear when they get to know each other. --James Kirk, "Elaan of Troyius" -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG wit

Re: [Dovecot] [OT] preferred clients

2009-11-22 Thread Luigi Rosa
has still a size limit (20 gigs). But you have to take in account that Outlook is mainly a client of Exchange that incidentally does POP3 and IMAP. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Morpheus: How did I beat you? Neo: You... you're too fast. Morpheus: Do you believe that my being str

Re: [Dovecot] v2.0.alpha3 released

2009-11-14 Thread Luigi Rosa
ext `make install` command. My point if is that if the directory does not exist, it is quite useless to create it empty. Either you don't create it and leave the task to sysadmin, or if you create it, at least put some examples into it. Ciao, luigi - -- / +--[Luigi Rosa]-- \ Q: And this, I&#

[Dovecot] Core dumped (was: v2.0.alpha3 released

2009-11-14 Thread Luigi Rosa
12669 killed with signal 11 (core dumped) Nov 14 09:05:29 mail dovecot: master: service(auth-worker): child 12672 killed with signal 11 (core dumped) Nov 14 09:05:30 mail dovecot: master: service(auth-worker): child 12667 killed with signal 11 (core dumped) Cores are here: http://luigi ros

  1   2   >