Displaying 20 results from an estimated 5000 matches similar to: "Can't login in Dovecot, clues needed."
2008 Oct 05
1
How to configure POP3 access in Dovecot?
Hi,
I'am new to Dovecot and Postfix...
I have made a Postfix installation as "Internet with Smarthost".
I'am using a domain in Godaddy, I have point "A (Host) Record" to my IP and
the "MX Record" is also pointing to my IP. I have tested sending e-mail from
my gmail.com account to my server, the server receive e-mails from
gmail.comto my /home/andre/mbox
2008 Apr 18
1
Cannot connect to dovecot imap server -- nothing in log
Hello all,
I'm trying to connect to a dovecot server I've just installed, using evolution. And I'm not having any success:
starshine# tail -f /var/log/dovecot.log
dovecot: 2008-04-16 20:11:37 Info: Dovecot v1.0.10 starting up
dovecot: 2008-04-17 16:40:30 Warning: Killed with signal 15
dovecot: 2008-04-17 16:40:30 Info: Dovecot v1.0.10 starting up
starshine# man dovecot
starshine#
2012 Aug 04
4
DAtes
Hi all,
I´m trying to convert as a data frame (with format "date") this copied
excel column of dates (exposed below), I have tried to save them in a txt
file
tfr<-read.table("tfra.txt")
tfr<-data.frame(tfr)
I have tried several things, as date, so on, but always error.
And it makes
Error en as.Date.default(tfr, "%m/%d/%y") :
do not know how to convert
2008 Mar 05
2
assert() using plugins zlib and antispam together
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm running Dovecot v1.0.10 and downloaded the "HEAD snapshot" today.
If both plugins are enabled, I get:
: file zlib-plugin.c: line 64 (zlib_maildir_get_stream): assertion
failed: (fname != NULL)
: Raw backtrace: imap [0x80ad741] -> imap [0x80ad65c] ->
2008 Jan 23
2
PATCH: compile dovecot-1.1.beta14 with gcc 2.95
Hi,
I patched dovecot-1.1.beta14 to compile under gcc 2.95. __builtin_expect
and __attribute__((malloc)) are only available since gcc 3.0, and
__builtin_types_compatible_p since 3.1.
Also the flexible array members (char a[]) are not available for gcc
2.95. So I replaced them with zero-extent arrays (char a[0]), which
should also work, but that is gcc specific. A general pointer (char* a)
should
2008 Jan 08
3
Test Environment Question
I have my master IMAP server running DC V1.0.10. The homedir and
INBOXdir are physically resident there and NFS exported (no caching) to
3 other machines. I have installed V1.1beta13 on one of them (which
thus accesses the homedir/INBOXdir remotely) and plan to have a limited
community test-drive it there. Are there any hazards or drawbacks in
doing this? While the homedirs and INBOXdirs
2007 Dec 20
1
Security hole #4: Specific LDAP + auth cache configuration may mix up user logins
Somehow I doubt there are any Dovecot setups left that unknowingly have
this problem, but it still counts as a security hole. The possibility to
cause this problem exists in Dovecot v1.0.rc11 and later.
If you use:
1. passdb ldap with settings:
- auth_bind = yes
- auth_bind_userdn = no
- base containing %variables required for unique user identification,
e.g. base = dc=%d,dc=org
-
2007 Dec 20
1
Security hole #4: Specific LDAP + auth cache configuration may mix up user logins
Somehow I doubt there are any Dovecot setups left that unknowingly have
this problem, but it still counts as a security hole. The possibility to
cause this problem exists in Dovecot v1.0.rc11 and later.
If you use:
1. passdb ldap with settings:
- auth_bind = yes
- auth_bind_userdn = no
- base containing %variables required for unique user identification,
e.g. base = dc=%d,dc=org
-
2001 Apr 05
3
printing
Hello
As my subject already says, I want to print under wine.
Added printer=on to the conf-file, but it doesn't help.
I'am running an win311 routeplanner (my newerone doesn't work) but when I
try to print there is no printer availeble.
I tryed to find some good howto's about printing but didn't find any.
Why can't I sucseed and does corel-photopaint a perfect print-job?
--
2017 May 04
2
NV130 - gtx 1050 ti
This is probably the problem
May 3 16:44:45 kernel: [ 7.068336] nouveau E[ DEVICE][0000:08:00.0] unknown chipset, 0x137000a1
May 3 16:44:45 kernel: [ 7.068401] nouveau E[ DRM] failed to create 0x80000080, -22
May 3 16:44:45 kernel: [ 7.068723] nouveau: probe of 0000:08:00.0 failed with error -22
I can make this card available - if you can tell me an older card that can do the
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS.
/etc/dovecot.conf:
protocols = imaps
imaps_listen = *
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem
The problem is that Dovecot is not listening on 993 port, or there's
something listening on 993, but it does not introduce itself.
There's no problem if Dovecot listens on 143 (IMAP).
When
2008 Oct 30
3
Startup info message
Hi folks,
I'm using the latest Dovecot 1.16 with Postfix for my FreeBSD box. Since
v1.1.4
(if i remember correctly), the following message is displayed whenever
starting Dovecot.
"Info: If you have trouble with authentication failures, enable auth_debug
setting. See http://wiki.dovecot.org/WhyDoesItNotWork"
Besides that, Dovecot works great but I wonder what this message is all
2008 Oct 05
4
Improvements to "Authentication failed" error
Probably one of the most commonly asked question is "Why does Dovecot
just say authentication failed"? It would be nice to be able to get rid
of these questions by having Dovecot itself point out the
http://wiki.dovecot.org/WhyDoesItNotWork link. But how to do this? There
are two groups of people here:
1) People who look at logs after seeing the "Authentication failed" from
a
2007 Dec 29
2
v1.0.10 released
http://dovecot.org/releases/1.0/dovecot-1.0.10.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.10.tar.gz.sig
v1.0.8 and v1.0.9 were a bit bad releases. Hopefully one day I've
managed to have written a proper test suite which can be run before
doing any releases..
* Security hole with LDAP+auth cache: If base setting contained
%variables they weren't included in auth cache key,
2007 Dec 29
2
v1.0.10 released
http://dovecot.org/releases/1.0/dovecot-1.0.10.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.10.tar.gz.sig
v1.0.8 and v1.0.9 were a bit bad releases. Hopefully one day I've
managed to have written a proper test suite which can be run before
doing any releases..
* Security hole with LDAP+auth cache: If base setting contained
%variables they weren't included in auth cache key,
2008 Feb 15
2
quota doesn't work?
I'm using dovecot 1.0.rc15 with debian etch.
In dovecot.conf I have set
mail_plugins = quota imap_quota for imap
mail_plugins = quota for pop3
and quota = maildir:storage=10240.
I seems that it doesn't work 'cause I send messages over 10M and
it
doesn't block my maildir box.
I have to do something more?
2017 May 22
2
Configuration is not working with Thunderbird
So, I have this error now:
May 22 08:54:30 ********** dovecot: imap-login: Aborted login (no auth
attempts in 0 secs): user=<>, rip=***********, lip=***********,
session=<***********>
I found this: https://wiki2.dovecot.org/WhyDoesItNotWork
I have this set in my dovecot.conf: disable_plaintext_auth=yes
Same error, even when I try to connect port 143 instead of ssl (993).
Any
2007 Dec 12
2
MIME Decoding Problem
I am having a recurring problem with Dovecot 1.0.8 failing to MIME-decode
certain messages. The client is Mulberry 4.0.8. The messages causing the
problem seem to be MIME messages with "no parts". I.e. the message has
some MIME encoding, but is just included as the message body. The kind of
effect I will see is a proliferation of untranslated =xx codes, or in
some cases an untranslated
2008 Jan 07
2
do not lose mail when dovecot is dead
Hi!
Recently I've experienced problems with dovecot. Dovecot died silently,
what means is that there are no core files, nor any indication in the
log files, just the "kevent(): Invalid argument" messages. Dovecot just
died, so deliver could not connect to the auth-master socket, which
means that messages couldn't been delivered. The problem is that
postfix thought that the
2009 Jun 22
2
POP3 -ERR Authentication failed.
Hello guys
I am having problem of pop3 with my mail server I am using postfix-2.3.3
and Dovecot v1.0.7 when i telnet localhost or xyz.net i get following
output
[root at dalvis ~]# telnet mail.xyz.net 110
Trying 192.168.12.14...
Connected to mail.xyz.net (192.168.12.14).
Escape character is '^]'.
+OK Dovecot ready.
user johne at xyz.net
+OK
pass 768tidzx
-ERR Authentication failed.