Hi, we run Exim (4.69) with mail scanned at smtp time via acl. We put an external spamd server to work (works fine).
Now we want to extend that setup by permitting another mail server (Exim, same setup) to connect to the spamd server. However, that transport has to happen over the open internet, so we are a bit worried about security here. In exim.conf we'd sepcif the spamd server: spamd_address = 123.234.345.456 783 However, we can't find a way to tell exim to connect via SSL (basically the equivalent of 'spamc -S'). So, how do we enable SSL here? Is anyone running a similar setup? Are we just missing something? Other stories to tell... Thank you, -andre