iT邦幫忙

1

exim mail 設定問題

  • 分享至 

  • xImage

請問exim 有什麼方式可以讓某個郵件帳號寄、收送郵件轉一份到其它郵件帳號。

如:
test@test.com
寄送與收到郵件都另行備份至abc@test.com帳號一份。

謝謝!

You will need to use a redirect router. Read the Exim Router specification, as it can do many things and thus can get quite complex.
莫爺 iT邦研究生 5 級 ‧ 2024-06-18 11:22:34 檢舉
自己回:

if ("$h_to:, $h_cc:, $h_bcc" contains "test.com")

then
unseen deliver "backup@yourdomain.com"
endif

if $sender_address: contains "test.com"
then
unseen deliver "backup@yourdomain.com"
endif

test.com可改成完整信箱,若不動是整個網域收發都備份!
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答