help, permissions issues

josh schooler mindlessghost at live.com
Mon Jul 27 21:21:31 UTC 2015


Hey everyone I've tried changing the permissions with the file it is telling me is giving me the issue, restarted exim and the computer, but still can't get dovecot to start.

2.2.13
> dovecot -F
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 14: ssl_cert: Can't open file /etc/exim/openssl/exim.crt: Permission denied
> dovecot -n 
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.16.7-21-desktop x86_64 openSUSE 13.2 (x86_64) 
auth_verbose = yes
base_dir = /var/run/dovecot/
debug_log_path = /var/log/dovecot/debug
doveadm_worker_count = 10
first_valid_uid = 1000
info_log_path = /var/log/dovecot/dovecot.info
login_trusted_networks = 127.0.0.1 192.168.1.0/24 174.75.35.100 174.75.35.98
mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
namespace inbox {
  inbox = yes
  location = 
  prefix = 
}
passdb {
  driver = pam
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
pop3_uidl_format = %v-%u
protocols = pop3
service pop3-login {
  inet_listener pop3s {
    port = 995
    ssl = yes
  }
}
ssl_cert = </etc/exim/openssl/exim.crt
ssl_key = </etc/exim/openssl/exim.key
userdb {
  driver = passwd
}
protocol pop3 {
  mail_max_userip_connections = 30
} 		 	   		  


More information about the dovecot mailing list