Expunge Spam with Dovecot
Expunge spam mails older then 10 days for all accounts in domain domain.xx /usr/bin/doveadm -Dv expunge -u *@domain.xx mailbox Junk savedbefore 10d
WeiterlesenKnowledgebase von Gerald Allerstorfer
Expunge spam mails older then 10 days for all accounts in domain domain.xx /usr/bin/doveadm -Dv expunge -u *@domain.xx mailbox Junk savedbefore 10d
WeiterlesenThe plugin RCMCardDav for Roundcube is the connector to the Nextcloud contacts. To install it, log out of Roundcubemail first. This step is important because the plugin runs its database
WeiterlesenGrundsätzlich ist die heute verwendete Infrastruktur zum Versenden von E-Mails immer noch genauso unsicher wie im Jahr 1971, als die weltweit erste E-Mail verschickt wurde. Seit damals hat sich zwar
WeiterlesenUsually the dot is the separator for subfolders – here is the guide how to change it. Tested with Dovecot 2.2.33 with Sieve on Ubuntu 18.04. Enable Dovecot Listescape plugin
WeiterlesenThe file /etc/postfix/header_checks does the trick. main.cf It has to be included to main.cf first vi /etc/postfix/main.cf Add a line like smtp_header_checks = regexp:/etc/postfix/header_checks Save and exit the editor. header_checks
Weiterlesenapt update && apt -y upgrade && apt -y install opendmarc Modify opendmarc.service vi /lib/systemd/system/opendmarc.service systemctl daemon-reload Edit /etc/opendmarc.conf vi /etc/opendmarc.conf Adjust mail.domain.xx to your FQDN Create ignore.hosts mkdir -p
WeiterlesenA DMARC policy allows a sender to indicate that his emails are protected by SPF and/or DKIM, and gives instructions on how to proceed if none of these authentication methods
WeiterlesenManchmal können Nachrichten nicht zugestellt werden, die landen dann in der Mailqueue des Mailservers. Sie verbleiben so lange in der Queue, bis die Nachricht zugestellt werden kann oder bis eine
WeiterlesenDas SMTP Banner zeigt normalerweise die Version des installierten Mailservers an. Check SMTP Banner echo QUIT|nc mail.mydomain.xx 25 Fake SMTP Banner Postfix vi /etc/postfix/main.cf smtpd_banner = $myhostname Miggrosoft ESMTP MAIL
Weiterlesenremove sendmail netstat -putan | grep sendmail service sendmail stop apt-get purge sendmail* rm -rf /etc/mail install postfix & mailutils apt-get update && apt-get install postfix mailutils Paketlisten werden gelesen…
Weiterlesen