Mailserver Anleitung
Hier die beste Mailserver Anleitung. Es gibt zig Anleitungen, aber nichts funktioniert. Mit dieser Lösung fahre ich seit Jahren sehr gut. https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql/
Hier die beste Mailserver Anleitung. Es gibt zig Anleitungen, aber nichts funktioniert. Mit dieser Lösung fahre ich seit Jahren sehr gut. https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql/
Konfigurationsdatei für das Webmail Programm Roundcube. Definition der IMAP und SMTP Einstellungen.
Here you can find my Postfix – SSL/TLS Configuration file for ssl-tools.net. With this postfix main.cf config file every point is green under the website ssl-tools. Just add the following lines of code to the file: vim /etc/postfix/main.cf ##### TLS
I had some errors while sending a email to my postfix linux server: Helo command rejected Host not found <server.mydomain.lan>: Helo command rejected: Host not found; from=<fail2ban@server.mydomain.lan> The problem is that lan and local Domains don’t have a correct HELO command.
You can hide the client/sender ip and the user agent in the postfix main.cf Thats the way you do it nano /etc/postfix/main.cf smtp_header_checks = pcre:/etc/postfix/smtp_header_checks nano /etc/postfix/smtp_header_checks /^Received:.*with ESMTPSA/ IGNORE /etc/init.d/postfix restart Before The whole client ip was displayed. Received:
Wie Ihr in Postfix eine bestimmte eMail in der Postfix Queue anzeigen könnt: postcat -vq 7BEF550462E
Eines Tages hatte ich keine Lust mehr die Einstellungen meines Mailservers manuell einzutragen und habe mir eine autoconfig eingerichtet: nano /var/www/mattionline.de/vhosts/autoconfig/mail/config-v1.1.xml <?xml version=“1.0″ encoding=“UTF-8″?> <clientConfig version=“1.1″> <emailProvider id=“mattionline.de“> <domain>mattionline.de</domain> <displayName>mattionline.de</displayName> <displayShortName>mattionline.de</displayShortName> <incomingServer type=“imap“> <hostname>mail.mattionline.de</hostname>
So könnt Ihr den Postfix Port 587 deaktivieren: nano /etc/postfix/master.conf Diesen Abschnitt kommentieren #submission inet n – – – – smtpd # -o syslog_name=postfix/submission # -o smtpd_tls_security_level=encrypt # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
Durch diesen Befehl könnt Ihr alle eMails aus der Queue löschen: postsuper -d ALL