我有一个后缀服务器,可以用Maildir格式传送本地电子邮件。在我的家庭用户
cat /home/$USER/.muttrc
set from="user1@example.com"
set realname="user1"
set mbox_type=Maildir
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"
set timeout=30狗狗支持通过外壳通知新电子邮件吗?比如:“你有X封新邮件”。因为不跑。
发布于 2014-11-21 12:23:46
您可以使用:
maildir-notification:https://github.com/varogami/maildir-notification/tree/master/scripts
轻量级bash脚本,在桌面GUI上通知来自多个maildir的新邮件,包括通知、shell、远程和jabber即时消息或在conky系统监视器上显示
https://serverfault.com/questions/645837
复制相似问题