ฉันสร้างเมลเซิร์ฟเวอร์โดยใช้สิ่งนี้
มันใช้งานได้ แต่ฉันได้รับอีเมลจำนวนมากมายพร้อมกับ spamassassin ที่เหมาะสมฉันได้รับคำนำหน้าหัวเรื่องอีเมลเช่น
***** SPAM ***** 2.9 ***** Do not miss,the fullyQtum Main Network Launches September 13th, 2017
แต่ฉันไม่มีความคิดที่จะใช้ Sieve เพื่อย้ายอีเมลขยะไปยังโฟลเดอร์สแปม
นี่คือการกำหนดค่า dovecot ของฉัน:
auth_mechanisms = plain login
mail_location = maildir:/var/mail/vhosts/%d/%n
mail_privileged_group = mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext
namespace inbox {
inbox = yes
location =
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
sieve = /etc/dovecot/sieve.conf
}
protocols = imap lmtp pop3
service auth-worker {
user = vmail
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0666
user = postfix
}
unix_listener auth-userdb {
mode = 0666
user = vmail
}
user = dovecot
}
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
port = 993
ssl = yes
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}
service pop3-login {
inet_listener pop3 {
port = 0
}
inet_listener pop3s {
port = 995
ssl = yes
}
}
ssl = required
ssl_ca = </etc/ssl/acme/patrikx3.com/ca.cer
ssl_cert = </etc/ssl/acme/patrikx3.com/fullchain.cer
ssl_key = # hidden, use -P to show it
userdb {
args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n
driver = static
}
protocol lmtp {
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = " sieve"
}
ขอบคุณมากที่ช่วยฉันเพิ่มการตั้งค่าในคำถาม
—
Patrik Laszlo
doveconf -n
) และส่วนหัวดั้งเดิมของจดหมายขยะ