码迷,mamicode.com
首页 >  
搜索关键字:postfix 25 telnel    ( 782个结果
zabbix sendmail(python)
#!/usr/bin/python #coding:utf-8 importsmtplib fromemail.mime.textimportMIMEText importsys mail_host=‘smtp.163.com‘ mail_user=‘username‘ mail_pass=‘password‘ mail_postfix=‘163.com‘ defsend_mail(to_list,subject,content): me=mail_user+"<"+mail_user+"@"+mail..
分类:编程语言   时间:2014-10-01 00:25:10    阅读次数:252
Linux+postfix+extmail+dovecot打造基于web页面的邮件系统
Linux+postfix+extmail+dovecot打造基于web页面的邮件系统linuxwebmysqlapacheredhat数据库服务器Linux+postfix+extmail+dovecot打造基于web页面的邮件系统最终效果图:准备阶段:需要手动下载的软件包:postfix-2.6...
分类:Web程序   时间:2014-09-28 19:43:05    阅读次数:374
安装CentOS虚拟机 starting postfix failed 错误
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:其他好文   时间:2014-09-26 12:24:59    阅读次数:614
工作中一些文档
部署代理服务器安装过程:1测试环境找一台虚拟机10.101.120.147把D-代理安装说明的bin文件放到147上,执行bin文件remove以前的服务,然后进行修改配置文件2修改配置文件先停掉postfix和dovecot从131上的/var/podo/dovecot复制到147上面相同路径/var/podo/postfix也复制过来注意..
分类:其他好文   时间:2014-09-25 10:40:19    阅读次数:411
centos6上搭建postfix+dovecot+saslauthd邮件服务器
servicesendmailstopchkconfigsendmailoffgroupadd-g1200postdropgroupadd-g1000postfixuseradd-M-u1000-gpostfix-Gpostdrop-s/sbin/nologinpostfixusermod-g51-G48smmspyuminstalldb4-develcyrus-sasl-develpampam-develmysql-develdovecotcyrus-saslcyrus-sasl-libcyrus-sasl..
分类:其他好文   时间:2014-09-19 14:00:16    阅读次数:250
postfix 邮件备份方法
postfix 邮件备份方法:postfix的bcc(密送)功能可以根据条件,将所有经过postfix队列的邮件根据规则密送到指定的邮箱。postfix带有三个bcc参数:①、always_bcc:将所有的postfix 邮件都备份到指定邮箱;②、sender_bcc_maps:将收件人包含在map...
分类:其他好文   时间:2014-09-18 00:37:52    阅读次数:338
Linux -- 电子邮件服务器的配置与应用
一、概述电子邮件服务是Internet上最基本的服务之一,用户可以通过它与远程用户进行经济、方便、快捷且无需在线的信息交流。在Internet上,超过30%的业务量来自电子邮件,仅次于WWW服务。本章主要介绍以postfix服务为中心的电子邮件系统的安装、配置和使用。电子邮件服务的概述..
分类:系统相关   时间:2014-09-17 15:27:43    阅读次数:666
EMOS 如何停止反病毒和防垃圾邮件功能
1、修改main.cf配置文件,红色部分为需要注释的部分vim/etc/postfix/main.cf#smtpdrelatedconfigsmtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_non_fqdn_hostname,reject_non_fqdn_sender,reject_non_fqdn_recipient,reject_unauth_destin..
分类:其他好文   时间:2014-09-15 19:50:50    阅读次数:224
逆波兰式与表达式求解
/*************** 逆波兰式即后缀表示法 预处理 ———— 中序表达式->逆序表达式(infix to postfix) 算法: while(表达式非空) if (遇到操作数) 直接输出 else if (遇到操作符op) op是( 直接入栈s op是) s.push输出,直到( op是四则运算,则 if (s为空 || ...
分类:其他好文   时间:2014-09-13 21:32:25    阅读次数:238
动态分析maillog日志,把恶意链接直接用防火墙禁止
近期用 postfix + dovecot 搭建了一个邮件server, 被人当做垃圾邮件转发器,经过配置postfix 的黑白名单, postfix 提示成功的 REJECT 了垃圾邮件, 只是还是有无数的IP地址, 连接过来要进行发送邮件, 尽管垃圾邮件被拒绝了,可是未知连接太多,造成 mai....
分类:其他好文   时间:2014-09-09 11:32:18    阅读次数:312
782条   上一页 1 ... 72 73 74 75 76 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!