Commit cff1291
committed
Remove LS support when dropping mails
Note that TLS is still used for the connection to the external SMTP server.
Removal of TLS is particularly useful for Go programs that refuse to connect
without TLS if TLS is available, making copying the snakeoil certificate into
the Go program’s container. This is awkward, and brakes once the certificate
changes.
Besides, the hard-coded DNS name “postfix” has been the source of trouble
because sometimes, you have to contact the container under a different name.
If this turns out to be a bad idea, I have to do it completely differently,
e.g. by allowing to mount a certificate into the container.1 parent 3bccb70 commit cff1291
2 files changed
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 67 | | |
74 | 68 | | |
75 | 69 | | |
76 | 70 | | |
77 | | - | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
| 75 | + | |
82 | 76 | | |
83 | 77 | | |
84 | 78 | | |
| |||
This file was deleted.
0 commit comments