Mail Forwarding
Steps to apply mail forwarding¶
-
Go to mail.frostbyte.is
-
Navigate to
settings->forwarding -
Set email to forward to & status to
on -
Save and you are good to go
WIP
Full tutorial:
https://www.linuxbabe.com/mail-server/ubuntu-22-04-iredmail-email-server
How to setup mail forwarding:
use vmail;
INSERT INTO forwardings (address, forwarding, domain, dest_domain, is_maillist, is_list, is_forwarding, is_alias, active)
VALUES
('frostbyte@frostbyte.is', 'milan24@ru.is', 'frostbyte.is', 'ru.is', 0, 0, 1, 0, 1),
('frostbyte@frostbyte.is', 'hansr@ru.is', 'frostbyte.is', 'ru.is', 0, 0, 1, 0, 1),
('frostbyte@frostbyte.is', 'jacky@ru.is', 'frostbyte.is', 'ru.is', 0, 0, 1, 0, 1);