[Dbmail-dev] [DBMail 0001065]: Mandatory to use TLS, no option to disable it

2015-03-18 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://dbmail.org/mantis/view.php?id=1065 
== 
Reported By:bajizs
Assigned To:
== 
Project:DBMail
Issue ID:   1065
Category:   Authentication layer
Reproducibility:always
Severity:   tweak
Priority:   normal
Status: new
target:  
== 
Date Submitted: 05-Jan-15 08:13 CET
Last Modified:  05-Jan-15 08:13 CET
== 
Summary:Mandatory to use TLS, no option to disable it
Description: 
On port 143 canát login if TLS is not used. This is a problem because
saslauhtd over RIMAP (for postfix authentification) can't  use TLS and it
is not necessary over the some server internally.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
05-Jan-15 08:13  bajizs New Issue
==

___
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


[Dbmail-dev] [DBMail 0001065]: Mandatory to use TLS, no option to disable it

2015-03-18 Thread Mantis Bug Tracker

A NOTE has been added to this issue. 
== 
http://dbmail.org/mantis/view.php?id=1065 
== 
Reported By:bajizs
Assigned To:
== 
Project:DBMail
Issue ID:   1065
Category:   Authentication layer
Reproducibility:always
Severity:   tweak
Priority:   normal
Status: new
target:  
== 
Date Submitted: 05-Jan-15 08:13 CET
Last Modified:  09-Mar-15 13:08 CET
== 
Summary:Mandatory to use TLS, no option to disable it
Description: 
On port 143 canát login if TLS is not used. This is a problem because
saslauhtd over RIMAP (for postfix authentification) can't  use TLS and it
is not necessary over the some server internally.
== 

-- 
 (0003690) bajizs (reporter) - 09-Mar-15 13:08
 http://dbmail.org/mantis/view.php?id=1065#c3690 
-- 
Config option for this:
login_disabled= no


Please close issue. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
05-Jan-15 08:13  bajizs New Issue
09-Mar-15 13:08  bajizs Note Added: 0003690  
==

___
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


[Dbmail-dev] [DBMail 0001065]: Mandatory to use TLS, no option to disable it

2015-03-18 Thread Mantis Bug Tracker

A NOTE has been added to this issue. 
== 
http://www.dbmail.org/mantis/view.php?id=1065 
== 
Reported By:bajizs
Assigned To:
== 
Project:DBMail
Issue ID:   1065
Category:   Authentication layer
Reproducibility:always
Severity:   tweak
Priority:   normal
Status: new
target:  
== 
Date Submitted: 05-Jan-15 08:13 CET
Last Modified:  13-Mar-15 15:39 CET
== 
Summary:Mandatory to use TLS, no option to disable it
Description: 
On port 143 canát login if TLS is not used. This is a problem because
saslauhtd over RIMAP (for postfix authentification) can't  use TLS and it
is not necessary over the some server internally.
== 

-- 
 (0003690) bajizs (reporter) - 09-Mar-15 13:08
 http://www.dbmail.org/mantis/view.php?id=1065#c3690 
-- 
Config option for this:
login_disabled= no


Please close issue. 

-- 
 (0003691) Emilio Gargiulo (reporter) - 13-Mar-15 15:39
 http://www.dbmail.org/mantis/view.php?id=1065#c3691 
-- 
also must change capability=IMAP4rev1 AUTH=LOGIN ACL RIGHTS=texk NAMESPACE
CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT IDLE STARTTLS ID UIDPLUS
WITHIN CONDSTORE LITERAL+ ENABLE QRESYNC because in default capability
strings there is LOGINDISABLED capability that break the login for some
IMAP client (sylpheed need this). 

Issue History 
Date ModifiedUsername   FieldChange   
== 
05-Jan-15 08:13  bajizs New Issue
09-Mar-15 13:08  bajizs Note Added: 0003690  
13-Mar-15 15:39  Emilio GargiuloNote Added: 0003691  
==

___
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


[Dbmail-dev] [DBMail 0001065]: Mandatory to use TLS, no option to disable it

2015-03-18 Thread Mantis Bug Tracker

A NOTE has been added to this issue. 
== 
http://www.dbmail.org/mantis/view.php?id=1065 
== 
Reported By:bajizs
Assigned To:
== 
Project:DBMail
Issue ID:   1065
Category:   Authentication layer
Reproducibility:always
Severity:   tweak
Priority:   normal
Status: new
target:  
== 
Date Submitted: 05-Jan-15 08:13 CET
Last Modified:  13-Mar-15 16:58 CET
== 
Summary:Mandatory to use TLS, no option to disable it
Description: 
On port 143 canát login if TLS is not used. This is a problem because
saslauhtd over RIMAP (for postfix authentification) can't  use TLS and it
is not necessary over the some server internally.
== 

-- 
 (0003690) bajizs (reporter) - 09-Mar-15 13:08
 http://www.dbmail.org/mantis/view.php?id=1065#c3690 
-- 
Config option for this:
login_disabled= no


Please close issue. 

-- 
 (0003691) Emilio Gargiulo (reporter) - 13-Mar-15 15:39
 http://www.dbmail.org/mantis/view.php?id=1065#c3691 
-- 
also must change capability=IMAP4rev1 AUTH=LOGIN ACL RIGHTS=texk NAMESPACE
CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT IDLE STARTTLS ID UIDPLUS
WITHIN CONDSTORE LITERAL+ ENABLE QRESYNC because in default capability
strings there is LOGINDISABLED capability that break the login for some
IMAP client (sylpheed need this). 

-- 
 (0003692) Emilio Gargiulo (reporter) - 13-Mar-15 15:55
 http://www.dbmail.org/mantis/view.php?id=1065#c3692 
-- 
perhaps sometings goes wrong in src/dm_imapsession.c
http://www.dbmail.org/mantis/view.php?id=143 (dbmail 3.2.3) 

-- 
 (0003693) Emilio Gargiulo (reporter) - 13-Mar-15 16:58
 http://www.dbmail.org/mantis/view.php?id=1065#c3693 
-- 
with login_disabled=no ant tls enabled in dbmail.conf 

$ telnet 192.168.8.1 143
Trying 192.168.8.1...
Connected to 192.168.8.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 AUTH=LOGIN STARTTLS ID LITERAL+] dbmail 3.2.3
ready.
.. capability
* capability IMAP4rev1 AUTH=LOGIN ACL RIGHTS=texk NAMESPACE CHILDREN SORT
QUOTA THREAD=ORDEREDSUBJECT UNSELECT IDLE STARTTLS ID UIDPLUS WITHIN
LOGINDISABLED CONDSTORE LITERAL+ ENABLE QRESYNC
.. OK capability completed
.. logout
* BYE
.. OK LOGOUT completed
Connection closed by foreign host.


the capability LOGINDISABLED must be cleared, but it does not work. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
05-Jan-15 08:13  bajizs New Issue
09-Mar-15 13:08  bajizs Note Added: 0003690  
13-Mar-15 15:39  Emilio GargiuloNote Added: 0003691  
13-Mar-15 15:55  Emilio GargiuloNote Added: 0003692  
13-Mar-15 16:58  Emilio GargiuloNote Added: 0003693  
==

___
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


[Dbmail-dev] [DBMail 0001065]: Mandatory to use TLS, no option to disable it

2015-03-18 Thread Mantis Bug Tracker

A NOTE has been added to this issue. 
== 
http://www.dbmail.org/mantis/view.php?id=1065 
== 
Reported By:bajizs
Assigned To:
== 
Project:DBMail
Issue ID:   1065
Category:   Authentication layer
Reproducibility:always
Severity:   tweak
Priority:   normal
Status: new
target:  
== 
Date Submitted: 05-Jan-15 08:13 CET
Last Modified:  13-Mar-15 15:55 CET
== 
Summary:Mandatory to use TLS, no option to disable it
Description: 
On port 143 canát login if TLS is not used. This is a problem because
saslauhtd over RIMAP (for postfix authentification) can't  use TLS and it
is not necessary over the some server internally.
== 

-- 
 (0003690) bajizs (reporter) - 09-Mar-15 13:08
 http://www.dbmail.org/mantis/view.php?id=1065#c3690 
-- 
Config option for this:
login_disabled= no


Please close issue. 

-- 
 (0003691) Emilio Gargiulo (reporter) - 13-Mar-15 15:39
 http://www.dbmail.org/mantis/view.php?id=1065#c3691 
-- 
also must change capability=IMAP4rev1 AUTH=LOGIN ACL RIGHTS=texk NAMESPACE
CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT IDLE STARTTLS ID UIDPLUS
WITHIN CONDSTORE LITERAL+ ENABLE QRESYNC because in default capability
strings there is LOGINDISABLED capability that break the login for some
IMAP client (sylpheed need this). 

-- 
 (0003692) Emilio Gargiulo (reporter) - 13-Mar-15 15:55
 http://www.dbmail.org/mantis/view.php?id=1065#c3692 
-- 
perhaps sometings goes wrong in src/dm_imapsession.c
http://www.dbmail.org/mantis/view.php?id=143 (dbmail 3.2.3) 

Issue History 
Date ModifiedUsername   FieldChange   
== 
05-Jan-15 08:13  bajizs New Issue
09-Mar-15 13:08  bajizs Note Added: 0003690  
13-Mar-15 15:39  Emilio GargiuloNote Added: 0003691  
13-Mar-15 15:55  Emilio GargiuloNote Added: 0003692  
==

___
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev