Displaying 20 results from an estimated 38 matches for "smtpd_tls_cafil".
Did you mean:
smtpd_tls_cafile
2008 May 04
2
Dovecot SASL doesn't seem to be working with Postfix
...t_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 1
smtpd_tls_session_cache_timeout = 3600s
unknown_local_recipient_reject_code = 550
virtual_mailbox_domains = $myhostname
virtual_transport = dovecot...
2009 Feb 19
1
LDA dovecot with Postfix not workin :-(
...orks,
reject_non_fqdn_recipient, reject_unknown_recipient_domain,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated,
reject_non_fqdn_sender, reject_unknown_sender_domain
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_tls_session_...
2017 Jul 19
1
Cron sending to root after changing MAILTO
...7.0.0.1:8891
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = cyrus
smtpd_timeout = 10s
smtpd_tls_CAfile = /etc/pki/tls/certs/mailcampaign_csusb_edu_interm.cer
smtpd_tls_cert_file = /etc/pki/tls/certs/mailcampaign_csusb_edu_cert.cer
smtpd_tls_key_file = /etc/pki/tls/private/mailcampaign_csusb_edu.key
smtpd_tls_loglevel = 0
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls...
2007 Jun 07
1
User unknown in local recipient table? Dovecot LDA/Postfix
...it_mynetworks,
permit_sasl_authenticated, permit_tls_clientcerts,
reject_unauth_destination, check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /usr/share/ssl/certs/ca-bundle.crt
smtpd_tls_cert_file = /usr/share/ssl/certs/postfix.pem
smtpd_tls_key_file = /usr/share/ssl/certs/postfix.pem
smtpd_tls_loglevel = 2
smtpd_tls_session_cache_database =
btree:/var/spool/postfix/smtpd_tls_session_cache
tls_random_source = dev:/dev/urandom
unknown...
2006 Dec 11
2
Problem in Postfix
...uthenticated,check_recipient_access mysql:/etc/postfix/mysql-recipient.cf,reject_unauth_destination,permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-sender.cf
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = my...
2023 Jan 27
0
[REVISIONS] How to install SSL Certificate on Dovecot and Postfix
...ter2023.crt
# nano /etc/dovecot/dovecot.conf
protocols = imap pop3
!include conf.d/*.conf
SECTION ON POSTFIX
===================
# nano /etc/postfix/main.cf
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/2023.key
smtpd_tls_cert_file = /etc/postfix/chain2023.crt
smtpd_tls_CAfile = /etc/postfix/inter2023.crt
Note: chain2023.crt is made by combining 2023.crt and inter2023.crt
# nano /etc/postfix/master.cf
submission inet n - n - - smtpd
smtps inet n - n - - smtpd
tlsmgr unix - - n 1000? 1 tlsmgr
That's all.
Regards,
Mr. Turritopsis Dohrnii Teo En Ming
Targeted Ind...
2004 Aug 24
0
Unknown setting: ssl_ca_file
...using 0.99.10.7-1 on Debian, and I'm having some trouble with SSL. I
purchased a certificate from Thawte and I can't figure out how to tell
dovecot about the CA cert. Adding ssl_ca_file to my configuration produces
"Unknown setting: ssl_ca_file" on dovecot startup.
Postfix has a smtpd_tls_CAfile argument and that part is working fine.
Is this a Debian-specific problem or is ssl_ca_file newer than 0.99.10.7?
--
Jacob Elder
2004 Aug 24
0
Re: ssl_ca_file
...bian, and I'm having some trouble with SSL. I
> purchased a certificate from Thawte and I can't figure out how to tell
> dovecot about the CA cert. Adding ssl_ca_file to my configuration produces
> "Unknown setting: ssl_ca_file" on dovecot startup.
>
> Postfix has a smtpd_tls_CAfile argument and that part is working fine.
>
> Is this a Debian-specific problem or is ssl_ca_file newer than 0.99.10.7?
I guess ssl_ca_file is newer than 0.99. I have the same settings (debian
-sarge) and i am using ssl_cert_file and ssl_key_file to get the
certificate working. I checked ssl_c...
2012 Feb 08
1
TLS support on postfix
Hi List,
I have a postfix server based on CentOS 5 in which I have been trying to add TLS encryption support for SMTP.
From the localhost when I do an EHLO, following is the output
[root at xxxxxxx ~]# nc localhost 25
220 xxxxxxx.xxxx.xxx.xx ESMTP Postfix
EHLO localhost
250-xxxxxxx.xxxx.xxx.xx
250-PIPELINING
250-SIZE 41943040
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN
2015 Feb 17
0
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
...nts multiple certificates specified by different .cf entries (it appears to not support CRLs--at least they aren't mentioned in documentation):
smtpd_tls_cert_file
smtpd_tls_key_file
smtpd_tls_dcert_file
smtpd_tls_dkey_file
smtpd_tls_eccert_file
smptd_tls_eckey_file
smtpd_tls_CAfile
Apache2.4 wants
SSLCertificateFile
SSLCertificateKeyFile
repeated multiple times for different cert types. Making it worse, Apache2.4.8 wants the whole cert chain in the above, but earlier versions wanted SSLCertificateChainFile to have the non-leaf chain.
Courier IMAP SSL wants
T...
2004 Jan 16
2
Certificate Authority-signed certs in dovecot?
...I am using a self-signed certificate.
Now, I'm also using postfix, and it allows for me creating my own CA
certificate, and using it to sign my own certificates. The
/etc/postfix/main.cf entries are:
smtpd_tls_key_file = /etc/postfix/newreq.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
but while I see the following two lines in /etc/dovecot.conf:
ssl_cert_file = /usr/share/ssl/certs/dovecot.pem
ssl_key_file = /usr/share/ssl/private/dovecot.pem
I don't see how to specify my CA cert.
I'm pretty much a noob when it comes to openssl, but I'v...
2012 May 11
1
..::MBOX ISSUE::..
...= yes
smtpd_sasl_path = inet:127.0.0.1:12345
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = pcre:/etc/postfix/sender_login.pcre
smtpd_sender_restrictions =
reject_authenticated_sender_login_mismatch,check_client_access
hash:/etc/postfix/client_access
smtpd_tls_CAfile = /etc/postfix/cert/cacert.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/cert/smtpd.crt
smtpd_tls_key_file = /etc/postfix/cert/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls =...
2008 May 04
1
Client can't connect to SMTP
...t_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 1
smtpd_tls_session_cache_timeout = 3600s
unknown_local_recipient_reject_code = 550
virtual_mailbox_domains = mixermixer3.com
virtual_transport = dovec...
2008 May 04
1
Can't receive mail for virtual user
...t_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 1
smtpd_tls_session_cache_timeout = 3600s
unknown_local_recipient_reject_code = 550
virtual_mailbox_domains = mixermixer3.com
virtual_transport = dovec...
2010 Apr 04
1
sasl problem
...t sbl-xbl.spamhaus.org
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
smtpd_tls_CAfile = /etc/ssl/postfix/smtpd.pem
smtpd_tls_cert_file = /etc/ssl/postfix/smtpd.pem
smtpd_tls_key_file = /etc/ssl/postfix/smtpd.pem
smtpd_tls_loglevel = 0
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
soft_bounce = no
tls_random_source = dev:/dev/urandom
unk...
2011 Jul 04
2
virtual users
...= reject_unknown_sender_domain
smtpd_sasl_local_domain =
smtpd_sasl_authenticated_header = yes
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
#Hide the login banner
smtpd_banner = $myhostname ESMTP
#D...
2010 Nov 16
2
Postfix - message queue filling with Host or name not found - try again
...hange_name = /var/spool/postfix/prng_exch
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_use_tls = yes
smtpd_tls_security_level = may
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/pki/tls/private/ssl.key.private.decrypted
smtpd_tls_cert_file = /etc/pki/tls/certs/<mumble>
smtpd_tls_CAfile = /etc/pki/tls/certs/sub.class2.server.ca.pem
smptd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_sasl_tls_security_options = noanonymous
smtpd_sasl_security_options = noanonymous
mailbox_size_limit = 102400000
message_size_limit = 40960000
in_flow_delay = 1s
alias_maps = hash:/etc/aliase...
2010 May 26
0
with dovecot deliver amavisd not work
...cess
cidr:/etc/postfix/asian-ip.cidr reject_rbl_client relays.orbs.org
reject_rbl_client in.dnsbl.org
smtpd_reject_unlisted_sender = no
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/pki/tls/certs/class3.crt
smtpd_tls_ask_ccert = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/pki/tls/certs/r13151.ovh.net.crt
smtpd_tls_key_file = /etc/pki/tls/private/r13151.ovh.net.key
smtpd_tls_received_header = yes
smtpd_tls_req_ccert = no
smtpd_tls_session_cache_database =
b...
2010 May 26
1
with dovecot deliver amavisd not work
...cess
cidr:/etc/postfix/asian-ip.cidr reject_rbl_client relays.orbs.org
reject_rbl_client in.dnsbl.org
smtpd_reject_unlisted_sender = no
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/pki/tls/certs/class3.crt
smtpd_tls_ask_ccert = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/pki/tls/certs/r13151.ovh.net.crt
smtpd_tls_key_file = /etc/pki/tls/private/r13151.ovh.net.key
smtpd_tls_received_header = yes
smtpd_tls_req_ccert = no
smtpd_tls_session_cache_database =
b...
2013 May 26
1
mixing virtual and system users
...ermit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
smtpd_tls_cert_file = /etc/ssl/certs/postfix.pem
smtpd_tls_key_file = /etc/ssl/private/postfix.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3...