Tagging-Archive: ISPConfig

ispconfig


autoconfig und autodiscover with ISPConfig Automail 5

Email clients like Outlook or Thunderbird can be automatically configured to connect to the mail server on the correct ports and the settings for the encryption can be adjusted (especially with Outlook you can easily slip). There is a new plugin for ISPConfig: ISPConfig Automail This allows a central website […]


Spammail understand header and move mails 1

I wrote a small post about how the mail header is to be understood for spam-mails, when the additional lines are written to the header and how the mails with Dovecot / ISPConfig end up not in the inbox, but in the junk folder. The article can be found here: […]


CAA-Records with ISPConfig 2

Requirements: ISPConfig >= 3.1 and Bind DNS-Server Installation: cd /tmp wget https://www.schaal-it.com/downloads/caa-patch.tgz tar xfz caa-patch.tgz cd caa-patch php -q install.php Install this patch on all servers in a multiserver-setup. What is a CAA-Record? CAA can be used to determine which certification authority is allowed to issue certificates for the domain. […]


Dovecot Antispam-Plugin

With the Antispam plugin from Dovecot, new spam mails can be pushed by hand into their own IMAP folder. Mails that are moved to this folder, spamassassin learns as spam mails. If a mail is moved from this folder (for example to the INBOX because it is not spam), spamassassin […]


ISPConfig: replace apache with nginx 11

In this tutorial i show you how to replace apache with nginx using ISPConfig 3.0.5.4. I performed the migration for serveral sites running Joomla 2.x, Joomla 3.x, WordPress and some static / self-written pages. The server runs ISPConfig 3.0.5.4.p6 installed using the Perfect Server Howto from howtoforge.com. There are some […]


sync mails with dovecot over tcp 7

I use on my servers ISPConfig, for IMAP and POP3 Dovecot is used. With Dovecot 2.x, the mails can also keep in sync between two servers. The replication is done via the Dovecot index files. So neither an error in the file system nor an accidentally deleted Maildir have a […]