/etc/postfix下 main.cf 配置文件详解

转自:https://www.cnblogs.com/qianyuliang/p/6501531.html

postconf -n

#别名数据库(postalias/newaliases 命令生成) 
alias_database = hash:/etc/postfix/aliases

#别名表,列出local mda 所使用的别名数据库 
alias_maps = hash:/etc/postfix/aliases

#退回的邮件重新投递的最长时间 
bounce_queue_lifetime = 1d

#支持非标准验证规定的行为 
broken_sasl_auth_clients = yes

#postfix命令目录 
command_directory = /usr/sbin

#postfix配置文档目录 
config_directory = /etc/postfix

#配置内容过滤 amavis 
content_filter = smtp-amavis:[127.0.0.1]:10024

#postfix 的各个服务器程序目录 
daemon_directory = /usr/libexec/postfix 

data_directory = /var/lib/postfix 

debug_peer_level = 2

#重复邮件 
enable_original_recipient = no 

html_directory = /usr/share/doc/postfix-2.6.2-documentation/html 

mail_name = Postfix – welcome mail.xmall.com

#以此参数指定的系统账户,作为队列文件的拥有者以及postfix daemon 进程的运行身份 
mail_owner = postfix

#单封邮件大小限制,单位字节 
mailbox_size_limit = 150242880


mailq_path = /usr/bin/mailq.postfi

#manpage 目录 
manpage_directory = /usr/share/man

#postfix在放弃投递而返回不可投递信息前,被延迟邮件再deferred邮件队列中的生存时间 
maximal_queue_lifetime = 1d

#限制单封邮件的最大长度,单位字节 
message_size_limit = 150242880

#设置”本地网域” 
mydestination = $mynetworks $myhostname

#完整主机名称(主机名称+网域名称) 
myhostname = mail.xmall.com

#邮件系统的网域名称 
mydomain = xmall.com

#附加到只含人名部分的,不完整邮件地址的网域名称 
myorigin

#列出可通过本邮件系统寄出邮件的网络地址或ip地址 
mynetworks = 127.0.0.1

#兼容sendmail,用于重建别名数据库的newaliases程序路径 
newaliases_path = /usr/bin/newaliases.postfix

#postfix 队列的主目录 
queue_directory = /var/spool/postfix 

readme_directory = /usr/share/doc/postfix-2.6.2-documentation/readme 

receive_override_options = no_address_mappings

#样本配置文件目录 
sample_directory = /etc/postfix

#供脚本或命令行用来寄送邮件 
sendmail_path = /usr/sbin/sendmail.postfix

#用来提交邮件或管理队列的组标识符 
setgid_group = postdrop


show_user_unknown_table_name = no

#smtp 问候信息 
smtpd_banner = $myhostname ESMTP $mail_name

#当客户端引发错误时,postfix 的初始等待时间 
smtpd_error_sleep_time = 0s

#收件人限制条件 
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_destination, reject_unauth_pipelining, reject_invalid_hostname, check_policy_service inet:127.0.0.1:10030

#启动sasl 验证 
smtpd_sasl_auth_enable = yes


smtpd_sasl_local_domain = $myhostname

#指定密码验证机制(除noanonymous) 所有可用机制 
smtpd_sasl_security_options = noanonymous

#设定寄件地址与sasl登录身份的对应关系,只能使用本域地址避免使用其他寄件地址! 
smtpd_sender_login_maps = mysql:/etc/postfix/mysql_virtual_sender_maps.cf, mysql:/etc/postfix/mysql_virtual_alias_maps.cf

#发件人限制条件 
smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, reject_authenticated_sender_login_mismatch, reject_unauthenticated_sender_login_mismatch


unknown_local_recipient_reject_code = 550

#指向含有“虚拟别名地址”与“实际收件地址”对应关系的查询表 
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf

#虚拟网域查询表 
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf

#虚拟邮箱查询表 
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf

#用于投递邮件到虚拟邮箱地址的默认传输服务(虚拟mda) 
virtual_transport = maildrop:


维护 postfix 的命令

newaliases (重建别名数据库) 
postalias /etc/postfix/aliases (创建或查询别名数据库) 
postconf (修改 main.cf 配置文档 ) 
postqueue (査看postfix队列) 
postsuper (管理员管理 postfix 队列)

postfix的main.cf配置文件一般不直接编辑,而多使用postconf命令来配置‘

postconf -d:查看默认配置;

postconf -n:查看当前配置(即当前生效的配置);

postconf -e mydomain=mail.baidu.com:配置某一参数

------------------------------------

postconf -m:查询出 postfix 支持哪些类型的查询表

原文地址:https://www.cnblogs.com/feiquan/p/9286450.html

时间: 2024-10-31 02:13:55

/etc/postfix下 main.cf 配置文件详解的相关文章

Tomcat 下4个配置文件详解

Tomcat 的配置文件由4个 xml 文件构成,context.xml.web.xml.server.xml.tomcat-users.xml 这4个文件.每个文件都有自己的功能与配置方法,下列将逐一介绍这几个文件的配置: 一.context.xml 文件 Context.xml 是 Tomcat 公用的环境配置,tomcat 服务器会定时去扫描这个文件.一旦发现文件被修改(时间戳改变了),就会自动重新加载这个文件,而不需要重启服务器.推荐在 $CATALINA_BASEconf/contex

linux下的apache配置文件详解

.Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改. 站点的配置(基本配置) (1) 基本配置: ServerRoot "/mnt/software/apache2" #你的apache软件安装的位置.其它指定的目录如果没有指定绝对路径,则目录是相对于该目录. PidFile logs/httpd.pid #第一个httpd进程(所有其他进程的父进程)的进程号文件位置. Listen 80 #服务器监听的端口号. ServerNa

RHEL7下Nginx配置文件详解(二)

RHEL7下Nginx配置文件详解 全局配置 #user  nobody nobody;//指定Nginx进程运行用户以及用户组. worker_processes  1;//开启的进程数. #error_log  logs/error.log;//定义全局错误日志 #error_log  logs/error.log  notice; //定义全局错误日志 #error_log  logs/error.log  info; //定义全局错误日志 #pid        logs/nginx.p

Nagios服务器端配置文件详解(2)

上一步骤: http://blog.csdn.net/mchdba/article/details/25654889 6 配置nagios Nagios 主要用于监控一台或者多台本地主机及远程的各种信息,包括本机资源及对外的服务等.默认的Nagios 配置没有任何监控内容,仅是一些模板文件.若要让Nagios 提供服务,就必须修改配置文件,增加要监控的主机和服务,下面将详细介绍. 6.1 默认配置文件介绍 Nagios 安装完毕后,默认的配置文件在/usr/local/nagios/etc目录下

Nginx 配置文件详解

Nginx 配置文件详解 user nginx ; #用户 worker_processes 8; #工作进程,根据硬件调整,大于等于cpu核数 error_log logs/nginx_error.log crit; #错误日志 pid logs/nginx.pid; #pid放置的位置 worker_rlimit_nofile 204800; #指定进程可以打开的最大描述符 这个指令是指当一个nginx进程打开的最多文件描述符数目,理论值应该是最多打开文 件数(ulimit -n)与ngin

Java学习-007-Log4J 日志记录配置文件详解及实例源代码

此文主要讲述在初学 Java 时,常用的 Log4J 日志记录配置文件详解及实例源代码整理.希望能对初学 Java 编程的亲们有所帮助.若有不足之处,敬请大神指正,不胜感激!源代码测试通过日期为:2015-1-30 13:54:02,请知悉. 所需的 jar 包下载链接为:http://yunpan.cn/cKE56sxqtQCfP  访问密码 63d8 有关 Log4J 日志文件中日志级别及文件配置的详细情况,在 Log4J 的配置文件(xml.properties)中有详细的介绍,敬请参阅!

【JAVAEE学习笔记】hibernate01:简介、搭建、配置文件详解、API详解和CRM练习:保存客户

今日学习:hibernate是什么 一.hibernate是什么 框架是什么: 1.框架是用来提高开发效率的 2.封装了好了一些功能.我们需要使用这些功能时,调用即可.不需要再手动实现. 3.所以框架可以理解成是一个半成品的项目.只要懂得如何驾驭这些功能即可. hibernate框架是什么: hibernate的好处: 操作数据库的时候,可以以面向对象的方式来完成.不需要书写SQL语句 hibernate是一款orm框架: orm:object relationg mapping. 对象关系映射

Redis for Windows(C#缓存)配置文件详解

Redis for Windows(C#缓存)配置文件详解 前言 在上一篇文章中主要介绍了Redis在Windows平台下的下载安装和简单使用http://www.cnblogs.com/aehyok/p/3478282.html.当然我也在上一篇中指定过配置文件,并且修改其中的端口port.本文将主要来探讨redis强大的配置文件. 我现在使用的redis版本为2.6.首先奉上配置文件的源文件. # Redis configuration file example # Note on unit

spring boot 1.5.4 配置文件详解(八)

上一篇:spring boot 1.5.4 集成spring-Data-JPA(七) 1      Spring Boot配置文件详解 相信很多人选择Spring Boot主要是考虑到它既能兼顾Spring的强大功能,还能实现快速开发的便捷.我们在Spring Boot使用过程中,最直观的感受就是没有了原来自己整合Spring应用时繁多的XML配置内容,替代它的是在pom.xml中引入模块化的Starter POMs,其中各个模块都有自己的默认配置,所以如果不是特殊应用场景,就只需要在appli