Dear Dovecot Team
First of all, I always appreciated your contribution & effort.
Dovecot is very good tool for me for a while since my 2 years Linux start.
But,
3 days ago, I upgraded my ubuntu 15.04 to 15.10
Then, I realized that my dovecot mail sever didn't work. So I simply 
terminated all the packages and reinstall it.
It means I can't remeber what my previous setting was in my memory.
So, dovecot in run is ver 2.2.18 now.
Dovecot -n shows below and there is no "SSL" option. then all the port
143, 993 opens(It's not accesible somehow from clients but it's next
matter)
----------------------No SSL version------------------------
auth_mechanisms = plain login
mail_location = maildir:~/Maildir
namespace inbox {
   inbox = yes
   location    mailbox Drafts {
     special_use = \Drafts
   }
   mailbox Junk {
     special_use = \Junk
   }
   mailbox Sent {
     special_use = \Sent
   }
   mailbox "Sent Messages" {
     special_use = \Sent
   }
   mailbox Trash {
     special_use = \Trash
   }
   prefix }
passdb {
   driver = pam
}
protocols = " imap"
service auth {
   unix_listener /var/spool/postfix/private/auth {
     group = postfix
     mode = 0666
     user = postfix
   }
}
userdb {
   driver = passwd
}
-----------------------------------------------------------
But, If I turn on SSL option with encrypt key and certicate, all port 
143, 993 just disappeared.
I treaded this issue in ubuntu ASK but still no proper answer so far
http://askubuntu.com/questions/722072/dovecot-doesnt-listen-on-993imaps
--------------------------SSL option version----------------
auth_mechanisms = plain login
mail_location = maildir:~/Maildir
namespace inbox {
   inbox = yes
   location    mailbox Drafts {
     special_use = \Drafts
   }
   mailbox Junk {
     special_use = \Junk
   }
   mailbox Sent {
     special_use = \Sent
   }
   mailbox "Sent Messages" {
     special_use = \Sent
   }
   mailbox Trash {
     special_use = \Trash
   }
   prefix }
passdb {
   driver = pam
}
protocols = " imap"
service auth {
   unix_listener /var/spool/postfix/private/auth {
     group = postfix
     mode = 0666
     user = postfix
   }
}
*ssl_cert = </etc/dovecot/dovecot.csr>**
**ssl_key = </etc/dovecot/private/dovecot.key>*
userdb {
   driver = passwd
}
--------------------------------------------------------------
Looing forward your reply
Thanks in advance
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 18 Jan 2016, ?? wrote:> Then, I realized that my dovecot mail sever didn't work. So I simply > terminated all the packages and reinstall it. > It means I can't remeber what my previous setting was in my memory. > > So, dovecot in run is ver 2.2.18 now.What does doveconf -n output? What does Dovecot log?> > Dovecot -n shows below and there is no "SSL" option. then all the port 143, > 993 opens(It's not accesible somehow from clients but it's next matter) > ----------------------No SSL version------------------------ > auth_mechanisms = plain login > mail_location = maildir:~/Maildir > namespace inbox { > inbox = yes > location > mailbox Drafts { > special_use = \Drafts > } > mailbox Junk { > special_use = \Junk > } > mailbox Sent { > special_use = \Sent > } > mailbox "Sent Messages" { > special_use = \Sent > } > mailbox Trash { > special_use = \Trash > } > prefix > } > passdb { > driver = pam > } > protocols = " imap" > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > } > userdb { > driver = passwd > } > ----------------------------------------------------------- > But, If I turn on SSL option with encrypt key and certicate, all port 143, > 993 just disappeared. > I treaded this issue in ubuntu ASK but still no proper answer so far > http://askubuntu.com/questions/722072/dovecot-doesnt-listen-on-993imaps > > --------------------------SSL option version---------------- > auth_mechanisms = plain login > mail_location = maildir:~/Maildir > namespace inbox { > inbox = yes > location > mailbox Drafts { > special_use = \Drafts > } > mailbox Junk { > special_use = \Junk > } > mailbox Sent { > special_use = \Sent > } > mailbox "Sent Messages" { > special_use = \Sent > } > mailbox Trash { > special_use = \Trash > } > prefix > } > passdb { > driver = pam > } > protocols = " imap" > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > } > *ssl_cert = </etc/dovecot/dovecot.csr>** > **ssl_key = </etc/dovecot/private/dovecot.key>* > userdb { > driver = passwd > } > -------------------------------------------------------------- > Looing forward your reply > > Thanks in advance >- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBVp0Dw3z1H7kL/d9rAQLZegf+Ko3jPrIBqBSPmbcaobvoGD6OrI1CfKbW t/nhLqpLaxvS3UsdIAXzkqmiuso4NvkyEGdDtWcoB+FyfQEItjcdl3iW4L5Hmmxe ycmJ7iUkyHrK9RSRuynHsp7HXonO61NcfOQ6InZYFG5MHe4f8NyhrlQ6xmtjw511 UQssoaO66lzt22hEeQ1ae87QymTd+9dp726KYeqMkrHLK0mGHIZQo4hETdklCAaN 7yuZ8nDJn6/4glJxNJSk2m/0wKTAj6gLt6Bk6Dz5Iw705RiiHBiyVw7gJHYhRBaO Z7B/uf4K6BN0mTFUnoISVDrZekmslTAIstmqZlIzd6Yjr5Xehby5GQ==n567 -----END PGP SIGNATURE-----
I closed ">" for the SSL key and crt in syntax. Now it's work. issue solved.I got hint from syslog.? Thanks? Outlook Mobile?? ?? On Mon, Jan 18, 2016 at 7:25 AM -0800, "Steffen Kaiser" <skdovecot at smail.inf.fh-brs.de> wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 18 Jan 2016, ?? wrote:> Then, I realized that my dovecot mail sever didn't work. So I simply > terminated all the packages and reinstall it. > It means I can't remeber what my previous setting was in my memory. > > So, dovecot in run is ver 2.2.18 now.What does doveconf -n output? What does Dovecot log?> > Dovecot -n shows below and there is no "SSL" option. then all the port 143, > 993 opens(It's not accesible somehow from clients but it's next matter) > ----------------------No SSL version------------------------ > auth_mechanisms = plain login > mail_location = maildir:~/Maildir > namespace inbox { > inbox = yes > location > mailbox Drafts { > special_use = \Drafts > } > mailbox Junk { > special_use = \Junk > } > mailbox Sent { > special_use = \Sent > } > mailbox "Sent Messages" { > special_use = \Sent > } > mailbox Trash { > special_use = \Trash > } > prefix > } > passdb { > driver = pam > } > protocols = " imap" > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > } > userdb { > driver = passwd > } > ----------------------------------------------------------- > But, If I turn on SSL option with encrypt key and certicate, all port 143, > 993 just disappeared. > I treaded this issue in ubuntu ASK but still no proper answer so far > http://askubuntu.com/questions/722072/dovecot-doesnt-listen-on-993imaps > > --------------------------SSL option version---------------- > auth_mechanisms = plain login > mail_location = maildir:~/Maildir > namespace inbox { > inbox = yes > location > mailbox Drafts { > special_use = \Drafts > } > mailbox Junk { > special_use = \Junk > } > mailbox Sent { > special_use = \Sent > } > mailbox "Sent Messages" { > special_use = \Sent > } > mailbox Trash { > special_use = \Trash > } > prefix > } > passdb { > driver = pam > } > protocols = " imap" > service auth { > unix_listener /var/spool/postfix/private/auth { > group = postfix > mode = 0666 > user = postfix > } > } > *ssl_cert = ** > **ssl_key = * > userdb { > driver = passwd > } > -------------------------------------------------------------- > Looing forward your reply > > Thanks in advance >- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBVp0Dw3z1H7kL/d9rAQLZegf+Ko3jPrIBqBSPmbcaobvoGD6OrI1CfKbW t/nhLqpLaxvS3UsdIAXzkqmiuso4NvkyEGdDtWcoB+FyfQEItjcdl3iW4L5Hmmxe ycmJ7iUkyHrK9RSRuynHsp7HXonO61NcfOQ6InZYFG5MHe4f8NyhrlQ6xmtjw511 UQssoaO66lzt22hEeQ1ae87QymTd+9dp726KYeqMkrHLK0mGHIZQo4hETdklCAaN 7yuZ8nDJn6/4glJxNJSk2m/0wKTAj6gLt6Bk6Dz5Iw705RiiHBiyVw7gJHYhRBaO Z7B/uf4K6BN0mTFUnoISVDrZekmslTAIstmqZlIzd6Yjr5Xehby5GQ==n567 -----END PGP SIGNATURE-----