通过 Squirrelmail 禁用 Postfix 中的发件箱

通过 Squirrelmail 禁用 Postfix 中的发件箱

我已经安装后缀SquirrelmailCentOS Linux 上......

我运行过的服务有:

service httpd
service ssl
service mysql
service postfix
service saslauthd
service dovecot

我已经在 centOS 服务器上安装了 POSTFIX。我想知道如何在发送电子邮件时禁用 postfix 上的所有日志...日志存在于服务器上,甚至在我的发件箱SquirrelMail

我怎样才能发送邮件但发件箱中没有任何内容?

谢谢

答案1

只是你应该知道一个技巧......

你可以做:

cd /home/bobby/Maildir && chmod -w .Sent/

这样可行!!!

相关内容