|
| |
Linux邮件服务器软件的分析评测 |
| 几年以前,Linux环境下可以选择的可以免费邮件服务器软件只有Sendmail,但是由于Sendmail的缺陷,一些开发者先后开发了若干种其他的邮件服务器软件。当前,运行在Linux环境下免费的邮件服务器,或者称为MTA(Mail Transfer Agent)有若干种选择,比较常见的有Sendmail、Q |
| |
日期:2007-07-24 12:53:31 来源:Mail1.com.cn 编辑:Mail1 点击:12 评论:0 |
|
| |
Red Hat 企业版4.1 antivir-mailgate-prof 安装笔记 |
| cbbc@163.com QQ:332018422 建立日期:2005年10月13日,最后修改日期:2005年10月16日 版权说明:本文章的内容归作者版权所有,同时也接受大家的转贴,但一定要保存作者信息和出处,多谢! 提起现在Linux下的邮件查病毒的软件可能有许多,通常是要收费的软件。但也有一 |
| |
日期:2007-04-30 21:48:55 来源:Mail1.com.cn 编辑:Mail1 点击:22 评论:0 |
|
| |
Postfix SMTP身份验证完整方案解析 |
| ------------------------------------------------------------------------------------------------ 来源 目的 条件 ------------------------------------------------------------------------------------------------ From: 本地域 To: 任何地址 必须认证且验证 |
| |
日期:2007-04-30 21:43:25 来源:Mail1.com.cn 编辑:Mail1 点击:57 评论:0 |
|
| |
postfix中限制认证用户使用的sender address |
| postfix中限制认证用户使用的sender address 前言:默认情况下,杂postfix中,a用户主要通过了smtp认证,当a发送邮件时候,发送人地址可以随便写 现在我们想设置限制a用户的发送人地址 达到的要求 (1)a用户只能使用a-email地址发送邮件 (2)外面的用户可以发送邮件给 |
| |
日期:2007-04-30 21:42:39 来源:Mail1.com.cn 编辑:Mail1 点击:27 评论:0 |
|
| |
debian31r2 postfix automatic setup script |
| #!/bin/bash ################################################################################################ # Somthing to say # # Author:sosogh # # Date:2007.2.10 # # The script will ask you some questions(it is the software asking you question in |
| |
日期:2007-04-30 21:40:33 来源:Mail1.com.cn 编辑:Mail1 点击:15 评论:0 |
|
| |
使用nfs使得mx邮件服务器跟mail storage 分开 |
| 现在我们假设邮件储存的目录是/vmail一般来说,mail storage就在mx服务器上,也就是邮件就储存在在mx服务器的硬盘上现在我们使用nfs使得mx邮件服务器跟mail storage 分开,使得邮件储存在nfs服务器的硬盘中我们假定mx服务器的ip为:192.168.1.2 nfs服务器的ip为:192.16 |
| |
日期:2007-04-30 21:40:01 来源:Mail1.com.cn 编辑:Mail1 点击:34 评论:0 |
|
| |
postfix中如何获得一个邮件的信封信息(envelop header) |
| postfix中如何获得一个邮件的信封信息(envelop header) 有些时候,我们需要邮件的信封信息(envelop header),(一个邮件的信体信息很容易获得,这里不叙述)下面简单的说说怎么通过postfix的pipe来获得一个邮件的信头信息 大概实现过程如下: 设置content_filter, |
| |
日期:2007-04-30 21:37:11 来源:Mail1.com.cn 编辑:Mail1 点击:32 评论:0 |
|
| |
postfix限制特定用户收发邮件的高级访问控制方法 |
| 某销售A只能收到来自163.com及sina.com的邮件某技术员B只能给内部用户发邮件,不允许向外网发邮件,但可以收到外网邮件某主管可以收发内、外网邮件...... Hello! I have the same problem: 1. I need to permit some internal users (not all) to send mail to any ext |
| |
日期:2007-04-30 21:34:37 来源:Mail1.com.cn 编辑:Mail1 点击:36 评论:0 |
|
| |
基於FreeBSD6.1功能完善的mail system |
| Email System Install Manual ver1.1 說明 : 測試域名:test.com ; hostname=mail.test.com 系統環境 : Postfix PostfixAdmin MySQL Apache22 PHP4 PHP4-Session Cyrus-sasl Courier-imap Maildrop Squirrelmail ClamAV Amavisd-new SpamAssassin 1 OS:FreeBSD 6.1 Rel |
| |
日期:2007-04-30 21:30:48 来源:Mail1.com.cn 编辑:Mail1 点击:23 评论:0 |
|
| |
Postfix 日志脚本 |
| # statistic recipient echo "Part one : - Top 10 Recipient domain " fgrep to= /var/log/maillog | cut -d -f1 | cut -d@ -f2 | sort | uniq -c | sort -nr |head # statistic sender echo "Part two: - Top 10 Sender domain " fgrep from= /var/log/maillog | cu |
| |
日期:2007-04-30 21:30:27 来源:Mail1.com.cn 编辑:Mail1 点击:23 评论:0 |
|
| |
邮件帐号管理的shell script |
| 还没有最终完成,比如在部分出错处理时,采用简单忽略的处理方式,数据库的备份和恢复也没加进去呢,删除帐号时也没有提供是否要删除邮件内容的的选择,现在是不删,测试嘛,省的删了又建,麻烦,嘻嘻!有时间再来改吧! 真要酬谢我的兄弟p4s2wd啊,前些日子,他发了个 |
| |
日期:2007-04-30 21:27:53 来源:Mail1.com.cn 编辑:Mail1 点击:19 评论:0 |
|
| |
postfix邮件系统解决方案(源代码安装) |
| 以前做的一个邮服的记录,从源代码编译安装的,从源代码编译安装适合所有的linux系统,而且安装到哪都很清楚,备份和愎复起来也容易,tar起来,再tar开就好了,嘻嘻嘻!还可以了解这些包之前的相互关联,利于深刻掌握!不过,还是觉得apt-get方式安装方便. 1、系统目标 Maildir邮 |
| |
日期:2007-04-30 21:23:11 来源:Mail1.com.cn 编辑:Mail1 点击:37 评论:0 |
|
| |
debian 3.0(sarge)下postfix邮件系统解决方案--deb包安装法 |
| 邮件地址和系统帐号分开 多域支持 web管理帐号、别名、域等资料 pop3/imap支持 webmail支持 集成mysql数据库 集成垃圾邮件过滤 集成防病毒 1.2、TODO 1.3、系统架构 --------------------------------------------------- | | | 25/25 25/25 110/993 143/995 80/443 | |
| |
日期:2007-04-30 21:10:28 来源:Mail1.com.cn 编辑:Mail1 点击:79 评论:0 |
|
| |
SPF在Postfix上的实现 |
| SPF(Sender Policy FrameWork),SPF目前已经是互联网标准,是对抗垃圾邮件的一项手段 hotmail.com/gmail.com/sohu.com/tom.com/sina.com等都支持这个协议,Postfix从2.3起,支持Sendmail的Milter协议,这使得Postfix能轻松的支持SPF(Sender ID |
| |
日期:2007-04-30 21:05:29 来源:Mail1.com.cn 编辑:Mail1 点击:33 评论:0 |
|
| |
Postfix的TLS安装与设定 |
| http://www.postfix.org OpenSSL: http://www.openssl.org Configure: make -f Makefile.init makefiles AUXLIBS="-L/usr/lib/mysql -lmysqlclient -lz -lm -L/home/postfix/sasl/lib -lsasl2 -L/usr/lib -lssl -lcrypto" CCARGS='-DRECEIVED_ENVELOPE_FROM -DUSE_SASL_ |
| |
日期:2007-04-30 21:01:41 来源:Mail1.com.cn 编辑:Mail1 点击:39 评论:0 |
|
|
|
|