can't login to Dovecot solved

2018-06-13 Thread Walter Ulmke



solved. It was doen to not being able to log in in "plain"
--
 --
Best Regards, Walter Ulmke

Ulmke Machine Tools,   48496 Hopsten,   Germany
Tel. ++49/5458/93345-0  Fax. ++49/5458/93345-45
Mobile: ++49/172/5357999   eMail: u...@ulmke.com
Dipl.-Ing. Walter Ulmke e.K. AG Steinfurt HRA 4384


Re: can't login to Dovecot

2018-06-13 Thread Aki Tuomi


> On 13 June 2018 at 18:31 Walter Ulmke  wrote:
> 
> 
> 
> I've managed to turn on "plain" and now it seems I can logon.
> 
> Jun 13 17:24:20 ulmke2 dovecot[1973]: imap(ulw)<2474><+kyqk4du5M7AqGQd>: 
> Namespace '': Mail storage autodetection failed with home=/u/ulw in=0 
> out=373 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 
> body_count=0 body_bytes=0
> Jun 13 17:24:20 ulmke2 dovecot[1973]: imap-login: Login: user=, 
> method=PLAIN, rip=192.168.100.29, lip=192.168.100.2, mpid=2476, 
> session=
> Jun 13 17:24:20 ulmke2 dovecot[1973]: imap(ulw)<2476>: 
> Error: Namespace '': Mail storage autodetection failed with home=/u/ulw
> 
> 
> All users mailboxes are $HOME/Mail
> 
> How do I tell Dovecot this?
> 
> -- 

mail_location = maildir:~/Mail # or whatever driver you use

Aki


can't login to Dovecot

2018-06-13 Thread Walter Ulmke



I've managed to turn on "plain" and now it seems I can logon.

Jun 13 17:24:20 ulmke2 dovecot[1973]: imap(ulw)<2474><+kyqk4du5M7AqGQd>: 
Namespace '': Mail storage autodetection failed with home=/u/ulw in=0 
out=373 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 
body_count=0 body_bytes=0
Jun 13 17:24:20 ulmke2 dovecot[1973]: imap-login: Login: user=, 
method=PLAIN, rip=192.168.100.29, lip=192.168.100.2, mpid=2476, 
session=
Jun 13 17:24:20 ulmke2 dovecot[1973]: imap(ulw)<2476>: 
Error: Namespace '': Mail storage autodetection failed with home=/u/ulw



All users mailboxes are $HOME/Mail

How do I tell Dovecot this?

--
 --
Best Regards, Walter Ulmke

Ulmke Machine Tools,   48496 Hopsten,   Germany
Tel. ++49/5458/93345-0  Fax. ++49/5458/93345-45
Mobile: ++49/172/5357999   eMail: u...@ulmke.com
Dipl.-Ing. Walter Ulmke e.K. AG Steinfurt HRA 4384


can't login to Dovecot

2018-06-13 Thread Walter Ulmke

I have now deleted EVERYTHING and installed fresh.
Now at least it starts

doveconf -n:

managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope 
encoded-character vacation subaddress comparator-i;ascii-numeric 
relational regex imap4flags copy include variables body enotify 
environment mailbox date index ihave duplicate mime foreverypart 
extracttext

namespace inbox {
  inbox = yes
  location =

passdb {
  driver = pam
}
plugin {
  sieve = file:~/sieve;active=~/.dovecot.sieve
}
ssl_cipher_list = 
ALL:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH

ssl_options = no_compression
ssl_prefer_server_ciphers = yes
userdb {
  driver = passwd
}
---

looks like PAM is already configured.

I CAN'T LOKIN USING PLAIN TEXT. HOW DO i TURN THIS OFF??

--
 --
Best Regards, Walter Ulmke

Ulmke Machine Tools,   48496 Hopsten,   Germany
Tel. ++49/5458/93345-0  Fax. ++49/5458/93345-45
Mobile: ++49/172/5357999   eMail: u...@ulmke.com
Dipl.-Ing. Walter Ulmke e.K. AG Steinfurt HRA 4384


[Dovecot] Can't login in Dovecot, clues needed.

2008-10-05 Thread Andre Lopes
Hi,

I'am using Ubuntu Server, and I can't get Dovecot working. Please give me a
clue if you can.

Ok, my gide to configuration was https://help.ubuntu.com/community/Dovecot

I tryed to telnet mydomain.com 110, but the authentication fails, give
this error:

-ERR Authentication failed.


Besides this, I can't telnet mydomain.com 110 outside my localhost


My mail.log tells this:

Oct  5 19:25:29 mydomain dovecot: Killed with signal 15
Oct  5 19:25:29 mydomain dovecot: Dovecot v1.0.10 starting up
Oct  5 19:29:33 mydomain dovecot: pop3-login: Disconnected: Inactivity:
user=[EMAIL PROTECTED], method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured


What's wrong in here?


Best regards, Andre.


Re: [Dovecot] Can't login in Dovecot, clues needed.

2008-10-05 Thread Seth Mattinen
Andre Lopes wrote:
 Hi,
 
 I'am using Ubuntu Server, and I can't get Dovecot working. Please give me a
 clue if you can.
 
 Ok, my gide to configuration was https://help.ubuntu.com/community/Dovecot
 
 I tryed to telnet mydomain.com 110, but the authentication fails, give
 this error:
 
 -ERR Authentication failed.
 
 
 Besides this, I can't telnet mydomain.com 110 outside my localhost
 
 
 My mail.log tells this:
 
 Oct  5 19:25:29 mydomain dovecot: Killed with signal 15
 Oct  5 19:25:29 mydomain dovecot: Dovecot v1.0.10 starting up
 Oct  5 19:29:33 mydomain dovecot: pop3-login: Disconnected: Inactivity:
 user=[EMAIL PROTECTED], method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
 secured
 
 
 What's wrong in here?
 

You really need to start here:

http://wiki.dovecot.org/WhyDoesItNotWork

~Seth


Re: [Dovecot] Can't login in Dovecot, clues needed.

2008-10-05 Thread Timo Sirainen
On Sun, 2008-10-05 at 19:54 +0100, Andre Lopes wrote:
 Hi,
 
 I'am using Ubuntu Server, and I can't get Dovecot working. Please give me a
 clue if you can.
 
 Ok, my gide to configuration was https://help.ubuntu.com/community/Dovecot
 
 I tryed to telnet mydomain.com 110, but the authentication fails, give
 this error:
 
 -ERR Authentication failed.

http://wiki.dovecot.org/WhyDoesItNotWork

 Besides this, I can't telnet mydomain.com 110 outside my localhost

You've a firewall in the middle (Ubuntu may have installed it by
default).



signature.asc
Description: This is a digitally signed message part