Re: Fetchmail + Sendmail for local users ??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arun Shrimali wrote:

> I am having one linux client also, I have tried your command which says
> dovecot is working perfectly as follows :
> arun@ITQS - Arun:~$ telnet 172.16.251.234 143
> Trying 172.16.251.234...
> Connected to 172.16.251.234.
> Escape character is '^]'.
> * OK Dovecot ready.
> 
> I have tried  to connect Dovecot through Evolution on that client which
> gives following error :
> 
> Unable to authenticate to IMAP server
> IMAP command failed. Authentication failed.

I should have said that I use SSL authentication on dovecot.
I didn't think this mattered, as No Authentication is one option
in kmail.

But my /etc/dovecot.conf (minus comments) reads:
---------------------------
protocols = imap imaps
info_log_path = /var/log/dovecot
ssl_listen = *:993
ssl_disable = no
ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem
ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
mail_location = maildir:~/Maildir
mailbox_idle_check_interval = 30
maildir_copy_with_hardlinks = yes
protocol imap {
     listen = *:143
     ssl_listen = *:993
}
protocol pop3 {
}
protocol lda {
  postmaster_address = gayleard@xxxxxxxxxx
}
auth default {
  mechanisms = plain
  passdb pam {
  }
  userdb passwd {
  }
  user = root
}
dict {
}
plugin {
}
---------------------------

I'm actually using IMAP rather than IMAPS,
but will ssl authentication.

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux