Community

Closed How to setup plus addressing/sub addressing in CyberPanel?

Alper Şal #1

On Google Mail or other services there is an option for having sub mail addresses. For example mails being sent to name+something@example.com being forwarded to name@example.com. Is it possible to have this on CyberPanel and if so how can I do it?

Al
Alex #2

Edit /etc/postfix/main.cf

recipient_delimiter = +
propagate_unmatched_extensions =

Restart postfix

systemctl reload postfix
Alper Şal #3

Thank you so much.

This topic is closed to new replies.