- Mitglied seit
- 04. Mrz 2010
- Beiträge
- 473
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hi,
ich würde gerne meine Mails verschlüsselt versenden und auch empfangen können, zumindest bis zu meinem Relayhost.
Dazu folgendes:
- Versenden tue ich von Zarafa Webaccess, Outlook 2010 auf Win7 und meinem Nexus Galaxy
- Empfang läuft bei den angeschlossenen Clients (Outlook und Galaxy) immer über Zarafa
- Zarafa holt die Mails per fetchmail bei meinem Relayhost GMX ab
- Zusätzlich habe ich Push Mail aktiviert
Momentan habe ich Zarafa bzw. Postfix bzgl. smtp und smtpd wie folgt konfiguriert:
# SMTP Server (smtpd) Optionen
broken_sasl_auth_clients = yes
cyrus_sasl_config_path = /usr/syno/mailstation/etc
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destinati
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_sasl_authenticated_header = yes
smtpd_tls_cert_file = /usr/syno/etc/ssl/ssl.crt/server.crt
smtpd_tls_key_file = /usr/syno/etc/ssl/ssl.key/server.key
#Setze TLS Option STARTTLS optional
smtpd_tls_security_level = may
#AUTH nur per TLS - ds
smtpd_tls_auth_only = yes
#Zarafa Konfiguration
default_privs = guest
#Change SMARTHOST to the mailserver of your provider (the [] are important, do not remove them!)
#Example: smtp.mail.yahoo.de
relayhost = [mail.gmx.net]
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_security_level = may
#This file contains the username and password of your provider
smtp_sasl_password_maps = hash:/usr/syno/mailstation/etc/saslpasswd
#Uncomment the following line to get debug output in case of problems with the smarthost
#debug_peer_list = SMARTHOST
smtpd_sasl_type=cyrus
myhostname = mydsnet.eu
smtpd_sasl_auth_enable = yes
message_size_limit = 20971520
So wie jetzt konfiguriert funktioniert sowohl der Mailempfang als auch der Mailversand.
Aber ich bin mir eben nicht sicher, dass Mails auch wirklich verschlüsselt werden per TLS bzw. die Authentisierungsdaten verschlüsselt übertragen werden, da smtp_tls_security_level=may
Lässt sich meine Konfiguration noch optimieren?
Habe schon mit encrypt statt may rumprobiert, bekomme dann aber immer den Fehler "Response: 5.7.0 Must issue a STARTTLS command first"
Was kann ich tun????
ich würde gerne meine Mails verschlüsselt versenden und auch empfangen können, zumindest bis zu meinem Relayhost.
Dazu folgendes:
- Versenden tue ich von Zarafa Webaccess, Outlook 2010 auf Win7 und meinem Nexus Galaxy
- Empfang läuft bei den angeschlossenen Clients (Outlook und Galaxy) immer über Zarafa
- Zarafa holt die Mails per fetchmail bei meinem Relayhost GMX ab
- Zusätzlich habe ich Push Mail aktiviert
Momentan habe ich Zarafa bzw. Postfix bzgl. smtp und smtpd wie folgt konfiguriert:
# SMTP Server (smtpd) Optionen
broken_sasl_auth_clients = yes
cyrus_sasl_config_path = /usr/syno/mailstation/etc
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destinati
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_sasl_authenticated_header = yes
smtpd_tls_cert_file = /usr/syno/etc/ssl/ssl.crt/server.crt
smtpd_tls_key_file = /usr/syno/etc/ssl/ssl.key/server.key
#Setze TLS Option STARTTLS optional
smtpd_tls_security_level = may
#AUTH nur per TLS - ds
smtpd_tls_auth_only = yes
#Zarafa Konfiguration
default_privs = guest
#Change SMARTHOST to the mailserver of your provider (the [] are important, do not remove them!)
#Example: smtp.mail.yahoo.de
relayhost = [mail.gmx.net]
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_security_level = may
#This file contains the username and password of your provider
smtp_sasl_password_maps = hash:/usr/syno/mailstation/etc/saslpasswd
#Uncomment the following line to get debug output in case of problems with the smarthost
#debug_peer_list = SMARTHOST
smtpd_sasl_type=cyrus
myhostname = mydsnet.eu
smtpd_sasl_auth_enable = yes
message_size_limit = 20971520
So wie jetzt konfiguriert funktioniert sowohl der Mailempfang als auch der Mailversand.
Aber ich bin mir eben nicht sicher, dass Mails auch wirklich verschlüsselt werden per TLS bzw. die Authentisierungsdaten verschlüsselt übertragen werden, da smtp_tls_security_level=may
Lässt sich meine Konfiguration noch optimieren?
Habe schon mit encrypt statt may rumprobiert, bekomme dann aber immer den Fehler "Response: 5.7.0 Must issue a STARTTLS command first"
Was kann ich tun????