我的脚本有777权限(用于测试),当我通过电子邮件发送到测试帐户时,我看到后缀尝试运行脚本.这是maillog的相关内容:
2月16日15:08:40 lserver2 postfix / local [19675]:F4045103000:to =,orig_to =,relay = local,delay = 1737,延迟= 1737 / 0.01 / 0 / 0.01,dsn = 4.3.0,status = deferred (临时故障.命令输出:local:致命:execvp / data / scripts / testscript:权限被拒绝)*
这看起来像权限问题.当我尝试以“postfix”或“nobody”运行我的脚本时,我收到错误:此帐户目前无法使用.
我不知道从哪里开始….我已经阅读了几篇没有明确下一步的帖子. (我不想将所有邮件重定向到脚本,并且一个答案看起来很复杂,因为这么简单)
>创建/home/foo/.aliases并将管道线从/ etc / aliases移动到它.
>运行postalias /home/foo/.aliases.
>将/home/foo/.aliases添加到/etc/postfix/main.cf的alias_maps中.
>重新启动后缀.
请注意/home/foo/.aliases和/home/foo/.aliases.db的所有者必须是foo.
见http://www.postfix.org/ADDRESS_REWRITING_README.html#aliases.它说:
For security reasons,deliveries to command and file destinations are performed with the rights of the alias database owner.