Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mail group to ssl files #1221

Closed
wants to merge 2 commits into from
Closed

Add mail group to ssl files #1221

wants to merge 2 commits into from

Commits on Jul 3, 2017

  1. Add mail group to ssl files

    ssl files in user home dir are set to root:root, this causes the error when yo try to use them with exim4 or dovecot:
    
    unable to open private key file for reading: /home/USER/conf/...
    
    for exim4 and dovecot you only need *.pem and *.key file. so im changing this file owners from root:root to root:mail.
    huloza committed Jul 3, 2017
    Copy the full SHA
    c46496e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. group mistake

    mail instead of $user. my mistake.
    huloza committed Jul 5, 2017
    Copy the full SHA
    ed5212f View commit details
    Browse the repository at this point in the history