Re: [Dovecot] Help!

2012-10-12 Thread Robert Schetterer
Am 13.10.2012 02:45, schrieb Gedalya: > This has nothing to do with dovecot or with any server. > Thunderbird tries to guess settings such as your IMAP and SMTP server > addresses, ports, TLS, authentication scheme, etc. Sometimes none of the > guess attempts matches your settings. That's not an ac

Re: [Dovecot] Help!

2012-10-12 Thread Gedalya
This has nothing to do with dovecot or with any server. Thunderbird tries to guess settings such as your IMAP and SMTP server addresses, ports, TLS, authentication scheme, etc. Sometimes none of the guess attempts matches your settings. That's not an actual problem. Just enter the settings manu

[Dovecot] dsync ignores ssh-agent

2012-10-12 Thread Mark Hills
I use IMAP over SSH, in pre-auth. I wanted to use dsync to offline mail to my laptop. dsync v2.1.10 would always ask for my SSH key/passphrase, ignoring ssh-agent. The culprit is the env_clean() in the stack below. Reading the source, I saw DOVECOT_PRESERVE_ENVS. When used as follows in my scr

Re: [Dovecot] dovecot cores

2012-10-12 Thread Timo Sirainen
On 12.10.2012, at 11.10, dove...@freakout.de wrote: > MYSQL_LIBS=-lmysqlclient \ > LDFLAGS="-L/opt/zlib/lib -L/opt/ssl/lib -L/opt/mysql/lib" \ > ./configure --prefix=%{_prefix} \ >--sysconfdir=%{_etcdir} --mandir=%{_mandir} --docdir=%{_docdir} > --libexecdir=%{_sbindir} --datadir=%{_prefi

Re: [Dovecot] Help!

2012-10-12 Thread Tobias Hachmer
Am 12.10.2012 19:09, schrieb Justin Vore: I have installed sendmail, dovecot, and squirrel mail. The squirrel mail portion of it works just fine, but I would like to have Mozilla Thunderbird as a client. Whenever I try and connect to the server it says "Thunderbird failed to find the settings fo

Re: [Dovecot] Help!

2012-10-12 Thread Arne K. Haaje
Den 12.10.2012 19:09, skrev Justin Vore: HELP! I have installed sendmail, dovecot, and squirrel mail. The squirrel mail portion of it works just fine, but I would like to have Mozilla Thunderbird as a client. Whenever I try and connect to the server it says "Thunderbird failed to find the setti

Re: [Dovecot] Help!

2012-10-12 Thread Ben Johnson
On 10/12/2012 1:09 PM, Justin Vore wrote: > HELP! > > I have installed sendmail, dovecot, and squirrel mail. The squirrel > mail portion of it works just fine, but I would like to have Mozilla > Thunderbird as a client. Whenever I try and connect to the server it > says "Thunderbird failed to f

[Dovecot] Help!

2012-10-12 Thread Justin Vore
HELP! I have installed sendmail, dovecot, and squirrel mail. The squirrel mail portion of it works just fine, but I would like to have Mozilla Thunderbird as a client. Whenever I try and connect to the server it says "Thunderbird failed to find the settings for your email account." We do ha

[Dovecot] /var/run/dovecot/auth-userdb failed

2012-10-12 Thread thefantaman
Hi, I work on test server and if I send an email on log i read lda: Error: userdb lookup: connect(/var/run/dovecot/auth-userdb) failed: Permission denied (euid=8135(vmail) egid=8135(vmail) missing +r perm: /var/run/dovecot/auth-userdb, euid is not dir owner) This is my dovecot.conf: auth_mechan

[Dovecot] INBOX.INBOX.Sent causes problems in 2.0

2012-10-12 Thread Christoph Bußenius
Hi, we have our namespace rooted at "INBOX.". Sometimes, users have folders like "INBOX.INBOX.Sent" or "INBOX.INBOX.INBOX.Sent". I do not know why these folders are created; I suspect it is due to buggy MUAs. If a mailbox like INBOX.INBOX.Sent exists, then in some cases Dovecot counts all

[Dovecot] [sieve] - counting headers

2012-10-12 Thread Kamil Jońca
In some of my maildrop filters I have rules with weighted scoring[1], but only to count headers (for example to count "Received:" header) ie. all these rules are of form "/pattern/:h,1" Can dovecot sieve do this? KJ [1] http://www.courier-mta.org/maildrop/maildropfilter.html -- http://blogdeb

Re: [Dovecot] dovecot cores

2012-10-12 Thread dovecot
According to Tamsy: > Timo Sirainen wrote the following on 12.10.2012 14:34: > > On 12.10.2012, at 10.02, dove...@freakout.de wrote: > > > >> According to Timo Sirainen: > >>> Simply specifying -I or -L paths doesn't link with libmysql. What exactly > >>> did you use for CPPFLAGS/LDFLAGS/configure

Re: [Dovecot] dovecot cores

2012-10-12 Thread Tamsy
Timo Sirainen wrote the following on 12.10.2012 14:50: On 12.10.2012, at 10.45, Tamsy wrote: Axel, please let us know whether one of these works: "SQL_LIBS=-lmysqlclient or AUTH_LIBS=-lmysqlclient or MYSQL_LIBS=-lmysqlclient". Since Dovecot 1.x all the way up to 2.1.10 I had trouble with this

Re: [Dovecot] dovecot cores

2012-10-12 Thread Timo Sirainen
On 12.10.2012, at 10.45, Tamsy wrote: > Axel, please let us know whether one of these works: "SQL_LIBS=-lmysqlclient > or AUTH_LIBS=-lmysqlclient or MYSQL_LIBS=-lmysqlclient". > > Since Dovecot 1.x all the way up to 2.1.10 I had trouble with this and only > by putting -lmysqlclient in LDFLAGS a

Re: [Dovecot] dovecot cores

2012-10-12 Thread Tamsy
Timo Sirainen wrote the following on 12.10.2012 14:34: On 12.10.2012, at 10.02, dove...@freakout.de wrote: According to Timo Sirainen: Simply specifying -I or -L paths doesn't link with libmysql. What exactly did you use for CPPFLAGS/LDFLAGS/configure? ok - i specified: CFLAGS="-I/opt/zlib/

Re: [Dovecot] [PATCH] dovadm plugins underlinking

2012-10-12 Thread Timo Sirainen
On 10.10.2012, at 15.17, Natanael Copa wrote: > On Wed, Oct 10, 2012 at 12:22 PM, Timo Sirainen wrote: >> On 10.10.2012, at 13.00, Natanael Copa wrote: >> >>> Running doveadm on Alpine Linux will show various underlinking errors: > >> With doveadm the similar behavior is done for pretty much th

Re: [Dovecot] lmtp proxy logging

2012-10-12 Thread Timo Sirainen
On 10.10.2012, at 17.37, Jack Bates wrote: > The logging on lmtp and lmtp proxy is pretty limited from what I can see. It > seems to handle errors, Connect, Disconnect, and in the case of lmtp > delivery, it logs where an email is saved to. The lmtp may be enough, > "connect, saved user, saved

Re: [Dovecot] imap proxy setup - "killed with signal 11"

2012-10-12 Thread Timo Sirainen
On 11.10.2012, at 20.35, btb wrote: > i'm setting up an imap proxy in front of a novell groupwise server. it seems > to so far be partially working, but dovecot is having trouble in certain > cases. i expect that it's ultimately due to what i believe is a very poor > implementation of imap pr

Re: [Dovecot] dovecot cores

2012-10-12 Thread Timo Sirainen
On 12.10.2012, at 10.02, dove...@freakout.de wrote: > According to Timo Sirainen: >> Simply specifying -I or -L paths doesn't link with libmysql. What exactly >> did you use for CPPFLAGS/LDFLAGS/configure? >> > > ok - i specified: CFLAGS="-I/opt/zlib/include -I/opt/ssl/include > -I/opt/mysql/i

Re: [Dovecot] dovecot cores

2012-10-12 Thread Tamsy
dove...@freakout.de wrote the following on 12.10.2012 13:50: According to Timo Sirainen: On 11.10.2012, at 9.43, dove...@freakout.de wrote: Dovecot code is calling str_to_time() from libmysqlclient, instead of from Dovecot's internal code. Not the first time mysql conflicted with Dovecot code