Hello,
is there a way to completely exclude a user from emailing over the ciphermail-gw with one klick? I would like a checkbox in the user settings to do this.
--
best regards
--------------------------------------------------------
Matthias
Hi,
for our setup of ciphermail it's not practicable to set keys (grabbed
from an attachment) to trusted manually.
The option "automatically trust imported keys" in the "PGP - Search
Keys" Dialogue is only for manually adding a key and doesn't help.
Knowing that not checking trust level manually is a security risk, due
to lack of authentication, I'd like ciphermail to either
automatically set keys from attachments as trusted or
make it use keys for encryption that have an undefined level of trust.
I haven't found a way to set that in the webinterface nor in any configfile.
Has someone a configfile key, a patch or another solution?
Ben
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