1

Topic: How do i remove a catchall for a domain?

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): v0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Ubuntu server 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Nope
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I set up a catchall according to the directions here: https://docs.iredmail.org/sql.create.catch-all.html

For the life of me I can't figure out how to remove the catchall setting. How can I remove the catchall setting?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How do i remove a catchall for a domain?

Just remove that SQL record with SQL command like below:

USE vmail;
DELETE FROM forwardings WHERE address='domain.com';