Re: [Dovecot] Dovecot Failover

2013-04-19 Thread Noel Butler
speaking of failover, recall about two years ago when I and (IIRC two others, forget who, dont have copy of messages anymore) asked about mysql failover (where it only talked to the second host when the first failed to respond - like postfix does) you mentioned it would go on your "to do list" for

Re: [Dovecot] listen directive changed?

2013-04-19 Thread Noel Butler
On Fri, 2013-04-19 at 01:56 +0300, Timo Sirainen wrote: > On 19.4.2013, at 1.53, Nick Edwards wrote: > > > So what is the point of the global? > > I commented out the address in inet_listener, assuming it then will > > use global, but no, cant connect at all then. > > If you comment out the add

Re: [Dovecot] Moving mail servers, moving mailboxes

2013-04-19 Thread /dev/rob0
On Wed, Apr 17, 2013 at 07:18:54AM -0700, Gregory Sloop wrote: > As long as I'm asking about mailbox formats, is it possible to use > DBox with postfix - it appears on the Wiki that it's not, but then > I find posts on the web that appear to indicate it *is* possible. Postfix has native support

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread HL
On 19/04/2013 02:12 μμ, Charles Marcus wrote: On 2013-04-19 5:36 AM, HL wrote: On 19/04/2013 11:17 πμ, Timo Sirainen wrote: On 19.4.2013, at 8.39, HL wrote: Yes 4 people are using all 4 shared accounts. ( No Shared or Public Namespaces for them ) They all login from their client to these 4

Re: [Dovecot] LDAP authentication

2013-04-19 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 19 Apr 2013, val john wrote: uris = ldap://ldap.example.com:389 dn = cn=admin,dc=example,dc=com dnpass = abc tls = no ldap_version = 3 base = ou=users,dc=example,dc=com scope = subtree user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=

Re: [Dovecot] Make install error

2013-04-19 Thread Ben Morrow
At 11AM +0800 on 19/04/13 you (kengheng) wrote: > Hi, I'm recompiling dovecot 2.2.0/2.2.1 with error below during make > install: > > test -z "/usr/local/dovecot/lib/dovecot/auth" || /usr/bin/mkdir -p > "/usr/local/dovecot/lib/dovecot/auth" > /usr/bin/mkdir: cannot create directory > ‘/usr/loca

[Dovecot] LDAP authentication

2013-04-19 Thread val john
Hi guys im new to dovecot , and im trying to authenticate dovecot to LDAP this my configuration dovecot --version 1.2.15 dovecot -n # 1.2.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.5 log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap pop3 login_dir: /var/run/dove

Re: [Dovecot] Dovecot and port forwarding

2013-04-19 Thread Marcin Mirosław
W dniu 19.04.2013 13:44, Slawomir Wawak pisze: > Hello! > I try to configure POP3s with Dovecot. My mail server is behind router and > I forward 995 port from router to mail server. POP3s works ok when I log > directly to 995 on server. Unfortunately, it shows nothing when I log from > outside. It

[Dovecot] Dovecot and port forwarding

2013-04-19 Thread Slawomir Wawak
Hello! I try to configure POP3s with Dovecot. My mail server is behind router and I forward 995 port from router to mail server. POP3s works ok when I log directly to 995 on server. Unfortunately, it shows nothing when I log from outside. It happens also when the firewall is off. All I can see in l

Re: [Dovecot] Make install error

2013-04-19 Thread Christian Wiese
Hi, I already compiled/installed dovecot 2.2.0 as you did without any problems. Also compiling dovecot 2.2.1 and installing it on top of the previous 2.2.0 install works. So it seems to me that this is an issue related to your system environment. Did you checked how your Suse installation behaves

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread Timo Sirainen
On 19.4.2013, at 12.36, HL wrote: >> If there were different accounts accessing the same shared mailbox, I could >> see why it might sometimes not notice all the latest changes (because they'd >> be using different index files then and might miss changes in maildir - >> although even that shou

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread Charles Marcus
On 2013-04-19 5:36 AM, HL wrote: On 19/04/2013 11:17 πμ, Timo Sirainen wrote: On 19.4.2013, at 8.39, HL wrote: Yes 4 people are using all 4 shared accounts. ( No Shared or Public Namespaces for them ) They all login from their client to these 4 accounts, with 4 distinct userNames and passwo

Re: [Dovecot] IMAP monitoring

2013-04-19 Thread voytek
Have a look also at Glen's cacti/dovecot stats http://www.pitt-pladdy.com/blog/_20110625-12_0100_Dovecot_stats_on_Cacti_via_SNMP_/ -- Sent from Kaiten Mail. Please excuse my brevity.

Re: [Dovecot] Dovecot Failover

2013-04-19 Thread Robert Schetterer
Am 19.04.2013 08:59, schrieb Nikolaos Milas: > Hello, > > Assuming we have two (low traffic) servers (on different data centers) > replicated using dsync, what is the best way to automatically direct > users to the main server when it is up and to the redundant one when the > main server is down?

Re: [Dovecot] IMAP monitoring

2013-04-19 Thread Robert Schetterer
Am 19.04.2013 08:11, schrieb Joseph Tam: >> From: pvsuja >> >> I want to get some statistics of dovecot IMAP server like the number of >> current IMAP connections, who is logged in to the Dovecot server, > > doveadm who > >> bandwidth usage. > > You can sort of get that from the logs. For

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread HL
On 19/04/2013 11:17 πμ, Timo Sirainen wrote: On 19.4.2013, at 8.39, HL wrote: Changes from PC (A) and vice-versa like marks,deletes, or moves mails around will randomly get propagated to PC (B) Sometimes they do sometimes they don't. This never occured with previous version 1.2.xx Do you m

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

2013-04-19 Thread Christian Wiese
Hi, inspecting the config.log file created by the configure script might be more useful to analyze the issue, than what you pasted. Cheers Chris Am Fri, 19 Apr 2013 11:17:24 +0200 schrieb LEVAI Daniel : > On p, ápr 19, 2013 at 11:06:22 +0200, LEVAI Daniel wrote: > > On p, ápr 19, 2013 at 00:41

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

2013-04-19 Thread LEVAI Daniel
On p, ápr 19, 2013 at 11:06:22 +0200, LEVAI Daniel wrote: > On p, ápr 19, 2013 at 00:41:26 +0300, Timo Sirainen wrote: > > http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz > > http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz.sig > [...] > > On OpenBSD 5.2-stable: .. and -current. > $ ./c

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

2013-04-19 Thread LEVAI Daniel
On p, ápr 19, 2013 at 00:41:26 +0300, Timo Sirainen wrote: > http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.1.tar.gz.sig [...] On OpenBSD 5.2-stable: $ ./configure --disable-static --with-statedir=/var/dovecot --sysconfdir=/etc --localstatedir=

Re: [Dovecot] ot: moving files/dirs from terminal ?

2013-04-19 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 19 Apr 2013, voy...@sbt.net.au wrote: I want to re-arrange, rename & create some sub directories below INBOX in my own mailbox; if I use 'mc' from terminal to do so, can that cause me grief...? Yes, you need to know the internals of your

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread Timo Sirainen
On 19.4.2013, at 8.39, HL wrote: >>> Changes from PC (A) and vice-versa like marks,deletes, or moves mails >>> around will randomly get propagated to PC (B) >>> Sometimes they do sometimes they don't. >>> This never occured with previous version 1.2.xx >> Do you mean that the 4 people are usin

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 18 Apr 2013, HL wrote: There are 4 accounts in my setup that need to be accessed simultaneously by 5-6 PCs on a local lan. The thing is if a user A updates, deletes, flags mail messages in the imap folders the changes don't get propagated

Re: [Dovecot] Multiple Logins on same accounts from different stations, RE-POSTING

2013-04-19 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 19 Apr 2013, Daniel Reinhardt wrote: In all honesty with this setup, I would recommend that you setup a sales@domain alias account and put these 4 accounts within that alias. Each user would then get a single copy of the message, and would p

Re: [Dovecot] Slooow imap copy to "Sent" folders

2013-04-19 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 18 Apr 2013, Charles Marcus wrote: We deal with a lot of large attachments, so I can't wait for the new 'Submission' agent in dovecot, which will allow someone to write a plugin that will leverage it to automatically save a copy of all sent

Re: [Dovecot] Dovecot Failover

2013-04-19 Thread Timo Sirainen
On 19.4.2013, at 10.43, Timo Sirainen wrote: > On 19.4.2013, at 9.59, Nikolaos Milas wrote: > >> Assuming we have two (low traffic) servers (on different data centers) >> replicated using dsync, what is the best way to automatically direct users >> to the main server when it is up and to the

Re: [Dovecot] Dovecot Failover

2013-04-19 Thread Timo Sirainen
On 19.4.2013, at 9.59, Nikolaos Milas wrote: > Assuming we have two (low traffic) servers (on different data centers) > replicated using dsync, what is the best way to automatically direct users to > the main server when it is up and to the redundant one when the main server > is down? > > Us