文章标签 ‘maildrop’
日志报错如下:
(temporary failure. Command output: sh: mailbot: command not found maildrop: error writing to mailbox. /opt/maildrop/bin/maildrop: Unable to deliver to mailbox.)
提示找不到maildrop,但文件确定是存在的,安装也没有问题。唯独路径没有在PATH中。将/opt/maildrop/bin加入PATH
123 vi /etc/profile
PATH=$PATH:/opt/maildrop/bin
source /etc/profile
加入后可以收邮件了,但自动回复好像还不不行,
以下是更新部分(解决办法):
将maildrop和mailbot权限调整为vmail(按各自系统定)
将maildrop和mailbot做软链接
12ln -s /opt/maildrop/bin/maildrop /usr/bin/maildrop
ln -s /opt/maildrop/bin/mailbot /usr/bin/mailbot
问题解决。。。
分享收藏
因为要用到maildrop的过滤功能,所以用maildrop作为LDA(本地投递代理)
如果是用的虚拟用户需要配置为VDA(虚拟投递代理)
客户的系统直接是用的系统用户作为邮件用户,就不需要mysql的支持了,也省去很多麻烦
使用maildrop投递邮件,结果maillog中出现Unable to open mailbox
Feb 19 11:57:36 mail postfix/local[26333]: C96C64E463: to=, orig_to=, relay=local, delay=280472, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Unable to open mailbox. )
分享收藏
错误信息:Jul 8 11:33:14 mail postfix/pipe[23644]: 9B2051F2C4:
to=<test1@linuxnotes.cn>, relay=maildrop, delay=236800,
delays=236800/0.07/0/0.08, dsn=4.3.0, status=deferred (temporary
failure. Command output: /usr/local/bin/maildrop: Unable to create log
file. )
分享收藏
Jul 5 12:20:08 pengming postfix/pipe[24708]: 21AA91F39F:
to=<test@tingting.com>, relay=maildrop, delay=250674,
delays=250673/0.2/0/0.08, dsn=4.3.0, status=deferred (temporary
failure. Command output: ERR: authdaemon: s_connect() failed:
Connection refused /usr/local/bin/maildrop: Temporary authentication
failure. )
分享收藏
