On Mon, 2008-09-08 at 16:45 -0500, Michael Sullivan wrote:
> On Mon, 2008-09-08 at 14:12 -0700, kashani wrote:
> > Michael Sullivan wrote:
> > > My MSOutlook 2007 and my Mozilla Thunderbird email clients on my laptop
> > > cannot connect to my exim mail server.  I can't seem to figure out
> > > why.  
> > 
> > > Can anybody help me fix this?
> > 
> > And the log files say what?
> > 
> > kashani
> > 
> 
> As far as I can tell, nothing, except for a bunch of errors about
> [EMAIL PROTECTED] messages being deferred (mailman's not even
> running!) and Spool files being locked...
> 
> 

The problem is with dovecot.  (port 110 is the IMAP port, isn't it?  I
can't telnet to it.)  

camille log # emerge -pv dovecot

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-mail/dovecot-1.1.1-r1  USE="doc ipv6 kerberos ldap
mysql pam ssl -debug -managesieve -mbox -pop3d -postgres -sieve -sqlite3
-suid -vpopmail" 2,221 kB 

Total: 1 package (1 reinstall), Size of downloads: 2,221 kB




Here's my dovecot.conf:

camille log # cat /etc/dovecot/dovecot.conf | sed /#/d





protocols = imap imaps


disable_plaintext_auth = no









ssl_disable = yes





















mail_location = maildir:~/.maildir 















































protocol imap {






}
  

protocol pop3 {









}


protocol lda {
  postmaster_address = [EMAIL PROTECTED]




}

















auth default {
  mechanisms = plain




  passdb pam {
    args = "*"
  }










  userdb passwd {
  }







  user = root





}




dict {
}


plugin {




}



Reply via email to