
20th November 2012, 17:57
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
Mail STARTTLS/SSL not working
Hi, I have installed ISPConfig 3.0.4.6 on debian squeeze by tutorial: How To Run Your Own DNS Servers (Primary And Secondary) With ISPConfig 3 (Debian Squeeze)
I just move some mailboxes from old server by creating new and IMAPtools sync.
But if some one have a setup email by STARTTLS or SSL on Thunderbird and etc. That dont work. By changing it to non secure connection I found that work. On old server works everything fine.
What I can do? Thunderbird dont show any message, its like he wonts to connect but nothing. In logs I dont see that email box from I trying to connect.
Thanks for help.
|

20th November 2012, 18:14
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
|
|
Check the postfix master.cf file and ensure that the smtps and submission lines are not commented out.
|

20th November 2012, 18:22
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by till
Check the postfix master.cf file and ensure that the smtps and submission lines are not commented out.
|
This is my master.cf and those lines. I have it same on old server where it works:
Code:
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_tls_security_level=encrypt
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#628 inet n - - - - qmqpd
You mean I must delete those # comments reload postfix and it will work?
|

20th November 2012, 18:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
|
|
Change it to:
Code:
smtp inet n - - - - smtpd
submission inet n - - - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
smtps inet n - - - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
# -o milter_macro_daemon_name=ORIGINATING
#628 inet n - - - - qmqpd
and restart postfix.
|

20th November 2012, 18:42
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by till
Change it to:
....
and restart postfix.
|
Nope, I do that... only one change was that say connected to server but still dont dowload messages.
Meaby you mean some thing else. If I set mailbox in TB to.
IMAP: mail.domain.tld
Port: 143
login with user and pass. Then it works.
If I set:
Port: 143 with STARTTLS than I cant connect to server.
any other Idea?
|

20th November 2012, 19:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
|
|
ah ok,you mean imap. I thought you mean smtp. Do you use dovecot or courier imap?
|

20th November 2012, 19:11
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by till
ah ok,you mean imap. I thought you mean smtp. Do you use dovecot or courier imap?
|
Courier, thanks
|

20th November 2012, 19:16
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
|
|
Imaps (imap over ssl) is on port 993 and not port 143
|

20th November 2012, 19:24
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
Quote:
Originally Posted by till
Imaps (imap over ssl) is on port 993 and not port 143
|
Till, know that. IMAP/SMTP on 143/25 works. IMAP/SMTP on 143/ with STARTTLS dont work, IMAP/SMTP on 993/465 dont work.
I think, main problem is with STARTTLS settings.
|

20th November 2012, 19:57
|
|
Member
|
|
Join Date: Oct 2011
Posts: 64
Thanks: 10
Thanked 1 Time in 1 Post
|
|
I fond in log this:
Code:
Nov 20 19:54:37 ns1 imapd-ssl: couriertls: /etc/courier/imapd.pem: error:0906D06C:PEM routines:PEM_read_bio:no start line
This is that problem...
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 03:05.
|
|
Recent comments
1 day 2 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 9 hours ago