Ciphermail filter makes Postfix to give error: status=deferred (mail transport unavailable)

Hello,

when i comment the Ciphermail content filter in the main.cf , Postfix
works well.

When filter is active , it cannot receive emails. From /var/log/maillog:

/status/=/deferred/ (/mail transport unavailable/)

And also:

warning: connect to transport private/djigzo: No such file or directory

What is a possible cause for this?

Here is the last part of my main.cf:

attachment.htm (5.52 KB)

···

------------

...

content_filter = djigzo:[127.0.0.1]:10025

# postfix main config for CipherMail

# setting starting with djigzo_ will be overwritten when applying the
MTA settings
djigzo_myhostname = mail.savebybooking.co.uk
djigzo_mydestination =
djigzo_mynetworks =
djigzo_relayhost =
djigzo_relayhost_mx_lookup =
djigzo_relayhost_port = 25
djigzo_relay_domains =
djigzo_before_filter_message_size_limit = 10240000
djigzo_after_filter_message_size_limit = 512000000
djigzo_mailbox_size_limit = 512000000
djigzo_smtp_helo_name =
djigzo_relay_transport_host =
djigzo_relay_transport_host_mx_lookup =
djigzo_relay_transport_host_port = 25
djigzo_reject_unverified_recipient =
djigzo_unverified_recipient_reject_code = 450
djigzo_parent_domain_matches_subdomains =
djigzo_rbl_clients =

# The maximal size in bytes of a message, including envelope information.
message_size_limit = ${djigzo_after_filter_message_size_limit}

# The maximal size of any local(8) individual mailbox or maildir file
mailbox_size_limit = ${djigzo_mailbox_size_limit}

# The minimal amount of free space in bytes in the queue file system
that is needed to receive mail (set to 1.5 *
djigzo_after_filter_message_size_limit)
queue_minfree = 768000000

Hi,

status=deferred (mail transport unavailable)

Can you also post /etc/postfix/master.cf?

Kind regards,

Martijn Brinkers

···

--
CipherMail email encryption
Email encryption with support for S/MIME,
OpenPGP, PDF Messenger and Webmail Messenger

On Sun, 2020-09-20 at 02:36 +0300, it_support via Users wrote:

Hello,
when i comment the Ciphermail content filter in the main.cf , Postfix
works well.
When filter is active , it cannot receive emails. From
/var/log/maillog:
status=deferred (mail transport unavailable)
And also:
warning: connect to transport private/djigzo: No such file or
directory
What is a possible cause for this?

Here is the last part of my main.cf:
------------
...
content_filter = djigzo:[127.0.0.1]:10025

# postfix main config for CipherMail

# setting starting with djigzo_ will be overwritten when applying the
MTA settings
djigzo_myhostname = mail.savebybooking.co.uk
djigzo_mydestination =
djigzo_mynetworks =
djigzo_relayhost =
djigzo_relayhost_mx_lookup =
djigzo_relayhost_port = 25
djigzo_relay_domains =
djigzo_before_filter_message_size_limit = 10240000
djigzo_after_filter_message_size_limit = 512000000
djigzo_mailbox_size_limit = 512000000
djigzo_smtp_helo_name =
djigzo_relay_transport_host =
djigzo_relay_transport_host_mx_lookup =
djigzo_relay_transport_host_port = 25
djigzo_reject_unverified_recipient =
djigzo_unverified_recipient_reject_code = 450
djigzo_parent_domain_matches_subdomains =
djigzo_rbl_clients =

# The maximal size in bytes of a message, including envelope
information.
message_size_limit = ${djigzo_after_filter_message_size_limit}

# The maximal size of any local(8) individual mailbox or maildir file
mailbox_size_limit = ${djigzo_mailbox_size_limit}

# The minimal amount of free space in bytes in the queue file system
that is needed to receive mail (set to 1.5 *
djigzo_after_filter_message_size_limit)
queue_minfree = 768000000

_______________________________________________
Users mailing list -- users(a)lists.ciphermail.com
To unsubscribe send an email to users-leave(a)lists.ciphermail.com