diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-09 14:52:36 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-09 14:52:36 -0400 | 
| commit | 037439d367f052b97852fcd8d6f4d685bd05921e (patch) | |
| tree | 90f5eaa6061bc5328c7b436c5af94ab54738a18e /emailwiz.sh | |
| parent | dfb28af5e797288cbe137a2debf9717a73d4701e (diff) | |
ubuntu usable, cram rm'd
Diffstat (limited to 'emailwiz.sh')
| -rwxr-xr-x | emailwiz.sh | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 3dc0e02..a032d41 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -125,7 +125,7 @@ ssl = required  ssl_cert = <$certdir/fullchain.pem  ssl_key = <$certdir/privkey.pem  # Plaintext login. This is safe and easy thanks to SSL. -auth_mechanisms = plain login cram-md5 +auth_mechanisms = plain login  protocols = \$protocols imap @@ -133,11 +133,6 @@ protocols = \$protocols imap  userdb {  	driver = passwd  } -# Use file with cram-md5 hashed passwords to find user passwords -passdb { -	driver = passwd-file -	args = scheme=cram-md5 /etc/cram-md5.pwd -}  #Fallback: Use plain old PAM to find user passwords  passdb {  	driver = pam  | 
