From: Israel Garcia on 29 Apr 2010 03:33 I need to add this header to all outgoing email on my servers: X-SMTPAPI: {"category": "Forum Notifications"} How can I do that? main.cf file? thanks in advance, -- Regards; Israel Garcia
From: Wietse Venema on 29 Apr 2010 07:16 Israel Garcia: > I need to add this header to all outgoing email on my servers: > > X-SMTPAPI: {"category": "Forum Notifications"} > > How can I do that? main.cf file? > > thanks in advance, - A PREPEND action in an smtpd_sender/client_restrictions access map - A Milter program that prepends a header. - An external content filter. The first two are the low-cost options. Wietse
|
Pages: 1 Prev: content_filter post processing question Next: relayhost and transport_maps |