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

Added relaxed option for DKIM. #15

Merged
merged 3 commits into from
Dec 26, 2019
Merged

Conversation

Schueni1
Copy link

@Schueni1 Schueni1 commented Dec 17, 2019

  • Create user vmail, if not present.
  • Add 'login' option in dovecot to be able to send emails fro mutt.
    Although I just noticed, that it is possible to set smtp_authenticators to plain in muttrc. This way including login in dovecot.conf ist not necessary.
  • Add dovecot-sieve. Otherwise sievec would be missing.

Create user vmail, if not present.
Add 'login' option in dovecot to be able to send emails fro mutt.
emailwiz.sh Outdated
@@ -16,7 +16,7 @@
# On installation of Postfix, select "Internet Site" and put in TLD (without before it mail.)

echo "Installing programs..."
apt install postfix dovecot-imapd opendkim spamassassin spamc
apt install postfix dovecot-imapd dovecot-sieve opendkim spamassassin spamc
# Install another requirement for opendikm only if the above command didn't get it already
[ -e $(which opendkim-genkey) ] || apt install opendkim-tools
Copy link

@ghost ghost Dec 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

I've tested the script on a clean Debian Buster 10.2 machine and the opendkim-tools check failed.
Shouldn't line 21 be
[ -e $(which opendkim-genkey) ] | apt install opendkim-tools ? Or is there some POSIX shenanigans ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. It should work now!

@LukeSmithxyz LukeSmithxyz merged commit eb15bba into LukeSmithxyz:master Dec 26, 2019
@Schueni1
Copy link
Author

Schueni1 commented Dec 30, 2019

Ups. This patch also added cram-md5 password encryption. I am using it in neomutt as well as on my Android device (K9-Mail). So now it is encrypted via ssl as well as cram-md5. I don't think it hurts adding this additional layer as it also has a fallback to plain text password authentification over ssl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants