Skip to content

Commit

Permalink
mod: drop CRAM-MD5 and looking forward to SMTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFreudenberg committed Aug 1, 2015
1 parent 082595f commit d2debd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/midi-smtp-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,10 @@ def process_line(line)
end

when (/CRAM-MD5/i)
# not yet supported
# not supported in case of also unencrypted data delivery
# instead of supporting password encryption only, we will
# provide optional SMTPS service instead
# read discussion on https://github.com/4commerce-technologies-AG/midi-smtp-server/issues/3#issuecomment-126898711
raise Smtpd500Exception

else
Expand Down

0 comments on commit d2debd5

Please sign in to comment.