Blacklist and Whitelist with Amavisd
การทำ Blacklist และ Whitelist โดยการใช้ Amavisd ในระบบ ZIMBRA แทนการทำ Postfix Blacklist/Whitelist ขั้นตอนการ configure มีดังนี้ 1. ทำการแก้ไขไฟล์ /opt/zimbra/conf/amavis.conf.in และเพิ่มข้อความด้านล่างเข้าไป read_hash(\%whitelist_sender, ‘/etc/zimbra/whitelist’); read_hash(\%blacklist_sender, ‘/etc/zimbra/blacklist’); 2. สร้างไฟล์ whitelist, blacklist และ spamlovers ด้วยคำสั่ง # touch /etc/zimbra/whitelist # touch /etc/zimbra/blacklist 3. ใส่ email หรือ domain ไปยังไฟล์ที่ต้องการ block หรือ bypass ดังตัวอย่าง 3.1 Blacklist: เพิ่ม email หรือ domain ที่ต้องการ Block ไปยังไฟล์ […]
Bypass spam checking for internal messages in Zimbra 8.x
โดยปรกติระบบ scan spam ของ Zimbra มีการ scan ทั้ง email ที่ส่งกันภายในระบบ (local account) และภายนอกระบบ ซึ่งทำให้ในบางครั้งจะพบปัญหาว่ามีบาง email ถูกแจ้งว่าเป็น spam ทั้งทีเป็นการส่ง email หากันภายในระบบ (local account) การแก้ไขปัญหาดังกล่าวสามารถทำได้โดยการ bypass การ scan spam ไม่ให้ scan email ที่ส่งหากันภายในระบบ (local account) ซึ่งสามารถทำได้โดยรันคำสั่งดังนี้
Recent Comments