diff options
| author | Barry Warsaw | 2009-11-03 22:29:18 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-03 22:29:18 -0500 |
| commit | d93c9f447482e14e0385854b661200553db661a1 (patch) | |
| tree | ce84655ee4fe3d39af99f4e37b0ae7228d0bf5f6 /src/mailman/config | |
| parent | 83773bbce02e9083f3f427537b9e5bf135f52cd9 (diff) | |
| download | mailman-d93c9f447482e14e0385854b661200553db661a1.tar.gz mailman-d93c9f447482e14e0385854b661200553db661a1.tar.zst mailman-d93c9f447482e14e0385854b661200553db661a1.zip | |
smtp_direct.py is dead and gone.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index b0e7d52d9..163b61024 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -265,7 +265,7 @@ chain: hold incoming: mailman.mta.postfix.LMTP # The class defining the interface to the outgoing mail transport agent. -outgoing: mailman.mta.smtp_direct.process +outgoing: mailman.mta.deliver.deliver # How to connect to the outgoing MTA. smtp_host: localhost |
