发新话题
打印

postfix+cyrus-imap邮件系统,无法检查发件人,可冒用别人的地址发邮件

postfix+cyrus-imap邮件系统,无法检查发件人,可冒用别人的地址发邮件

  谁遇到到这样过的问题。postfix+cyrus-imap邮件系统,无法检查发件人,可冒用别人的地址发邮件,如假冒老板的邮件地址给其它员工发邮件。

TOP

http://www.cublog.cn/u/2389/showart.php?id=84233

这里有提到一些,希望对你有用

对于发给别的域,那就比较麻烦了,这个方法可以保证从你的服务器发出去的邮件是正确的。

TOP

多谢,outlook express里已经搞定,但在SquirrelMail 发送邮件时有报错:
Requested action not taken: mailbox name not allowed
Server replied: 553 <test@xxx.com>: Sender address rejected: not logged in

TOP

引用:
下面是引用langfeng79于2006-04-28 08:10发表的:
多谢,outlook express里已经搞定,但在SquirrelMail 发送邮件时有报错:
Requested action not taken: mailbox name not allowed
Server replied: 553 <test@xxx.com>: Sender address rejected: not logged in
用sender login maps 应该不能区分是否已smtp认证通过的情况,也不容易实现一些例外,例如

127.0.0.1的外发邮件则不应该进行这项检查。(当然可以通过配置postfix,增加一些exception

来实现)。 看来,找个时间做一个Spam Locker的插件来达到这个目的吧
欢迎使用下列开源软件: 高性能邮件系统- ExtMail Spam Locker反垃圾邮件系统

TOP

引用:
原帖由 langfeng79 于 2006-4-28 08:10 发表
多谢,outlook express里已经搞定,但在SquirrelMail 发送邮件时有报错:
Requested action not taken: mailbox name not allowed
Server replied: 553 : Sender address rejected: not logged in ...
搞定。修改squirrelmail的config目录下的config.php文件:
$smtp_auth_mech = 'login';

TOP

引用:
原帖由 langfeng79 于 2006-4-28 08:10 发表
多谢,outlook express里已经搞定,但在SquirrelMail 发送邮件时有报错:
Requested action not taken: mailbox name not allowed
Server replied: 553 : Sender address rejected: not logged in ...
这个是怎么解决的?

TOP

发新话题