https://bugs.exim.org/show_bug.cgi?id=1972

            Bug ID: 1972
           Summary: allow callouts for lmtp transport || allow socket for
                    smtp transport
           Product: Exim
           Version: N/A
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Transports
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Currently callouts to LMTP servers are not possible with the lmtp transport. A
workaround is the smtp transport, with protocol = lmtp.

lmtp:   # no callouts possible
  driver = lmtp
  socket = /...

lmtp_over_smtp:  # callouts possible
  driver = smtp
  protocol = lmtp
  host = localhost
  allow_localhost


Why not implementing a socket = ... for the smtp transport? And (additionally
implement callouts for the LMTP transport.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to