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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
20 matches
Mail list logo