Hello everybody, as a completely postfix noob, I need your help. I have a Ciphermail / Djigzo Appliance, which encrypts and decrypts mails. INTERNET <---> SMTP/25 Ciphermail <--> SMTP/25 Mailserver this works.
I also have a Kaspersky Secure Mail Gateway as Antivirus and Spam protection, running as a milter. So Ciphermail does a pre-qeueue Check of the mails via Milter. This also works fine. However, I would like to scan the mail a second time, after queue, because if Ciphermail did decrypt an encrypted mail, I would like to look into the contents again. The Milter before-queue is called with # MILTER smtpd_milters = inet:172.25.255.153:10025 Ciphermail is implemented as a contet filter: # forward incoming email to the Mail Processing Agent (MPA) content_filter = djigzo:[127.0.0.1]:10025 I tried to add the Kaspersky Milter again, after Djgzo as content filter content_filter = inet:172.25.255.153:25 The problem I have, when trying to access the milter as content filter, I get: May 7 12:26:52 CiphermailVirtualAppliance postfix/qmgr[6510]: warning: connect to transport private/inet: No such file or directory I think I have to set something in master.cf for this to work, but do not know what. Greetings ITLogger -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html