🌼 Spring Sale — Up to 60% discount for hosting and domains
TutorialsISPConfig

Setting up a Catchall filter for a domain in the ISPConfig control panel.

This tutorial will present the necessary steps to set up a Catchall filter that will redirect all messages sent to a nonexistent email inbox to another inbox.

1
Views 533Updated 1 anPublished on 29/11/2022by Alexandru Jurca

Introduction

  • Email Catchall is a feature that redirects messages sent to nonexistent addresses of a domain (for example, email addresses misspelled by the sender) to a specified inbox.
  • This ensures that messages are not lost and can be checked later.

Example:

Existing email box: test1@hostico.net
Incorrectly typed email box: tst@hostico.net
Automatically generated email box by robots: s87ybyu90u@hostico.net

  • The common part is the correctly written domain: hostico.net.
  • The messages will be received by the server and, according to the Catchall filter, will be redirected to a designated mailbox, for example: catchall@hostico.net.
  • The sender will not receive error notifications, and spam robots will continue to send messages that will be captured.

Requirements

  • The ISPConfig panel login credentials, received via email upon VPS activation.

Steps to follow

  • Log in to the ISPConfig panel using one of the following addresses:
    • https://SERVERNAME:10200
    • https://IP_SERVER:10200
    • https://DOMAIN.XX:10200
  • After logging in, click on Email in the navigation bar.
  • Select the green button Add new Catchall.

Add new Catchall

Setting up the Catchall filter

In the next window, fill in the fields as follows:

  • Source: The domain for which the filter is created.
  • Destination email: The email box where the messages will be redirected. This mailbox must be created in the Email Accounts -> Email Mailbox section.
  • Allow destination to send from email addresses in this domain: Check to allow messages to be sent from the destination mailbox.
  • Enable Greylisting: Check to pass messages through the Greylist filter, recommended for anti-spam protection.
  • Active: Leave checked to enable the filter.

Click on Save to save the settings.

Save Catchall Settings

Similar Articles

Configuring PHP directives in cPanel on VPS hosting packages using MultiPHP INI EditorTutorials /cPanel

This article describes the steps necessary to configure PHP directives on VPS hosting packages using MultiPHP INI Editor.

3
by Sebastian Szlivka
Views 1022
Updated 1 year ago
Published on 26/10/2017
Setting up mail forms via SMTP in OpencartTutorials /Apps

This tutorial explains how to set up a mail form using SMTP authentication in the Opencart application.

1
by Cătălin Adrian
Views 1190
Updated 11 months ago
Published on 13/06/2022
Adding a Website type domain in the ISPConfig control panel.Tutorials /ISPConfig

In this article, we will present the necessary steps to add a Website type domain (main domain) in the ISPConfig control panel.

1
by Eduard Konievic
Views 977
Updated 3 years ago
Published on 01/11/2022
Creating a Plesk mail accountTutorials /Plesk

Learn how to create and access an email box in Plesk, step by step, to efficiently manage your online communications.

1
by Alexandru Jurca
Views 485
Updated 10 months ago
Published on 16/07/2021
Blocking or password protecting a directory in ISPConfigTutorials /ISPConfig

Learn how to block or password protect a directory in ISPConfig, following the necessary steps to secure your data. Detailed tutorial available here.

1
by Ştefan Tracsek
Views 262
Updated 2 months ago
Published on 28/11/2022