[DirectAdmin] Hướng dẫn tạo rule copy mail ra vào trên DirectAdmin
Directadmin cũng sẽ tạo file /etc/virtual/domain.com/filter với cú pháp tương tự và file sẽ bị ghi đè bởi Directadmin. File quản lý tập trung sẽ nằm trong /etc/system_filter.exim.
1. Mở file /etc/system_filter.exim
vi /etc/system_filter.exim
2. Thêm nội dung cần filter
Nội dung Filter copy email gửi từ một domain
if $sender_address contains example.com
then
unseen deliver email@example.com
endif
then
unseen deliver email@example.com
endif
Nội dung Filter copy email gửi vào một domain
if $recipients contains example.com
then
unseen deliver email@example.com
endif
then
unseen deliver email@example.com
endif
3. Lưu và thoát
:wq
Chúc các bạn thành công.
Bình luận
Gửi