目的使由Exmail+Postfix搭建的邮件系统能上传8M的附件。1.修改/etc/php.inimax_execution_time=30#改为60(增加处理脚本的时间限制)
memory_limit=8M#改为8M(这样才能发8M的附件)
post_max_size=8M#改为8M
upload_max_filesize=8M#改为8M2.修改/etc/postfix/main.cf,添加如下语..
分类:
其他好文 时间:
2014-10-24 19:07:10
阅读次数:
216
iredmail配置好后,尝试从一客户端的OE中发送邮件,结果报错,在mail主机中查看tail /var/log/maillog,发现如下错误信息:Oct 24 12:50:49 mail2 postfix/smtpd[9280]: connect from unknown[192.168.5.2...
分类:
其他好文 时间:
2014-10-24 14:25:15
阅读次数:
1355
dovecot-1.0.rc14安装 注:我的系统是RHEL4一、RPM格式1。安装RPM包;2。编辑/etc/dovecot.conf其中,修改protocols = imap pop3 passdb passwd { } passdb shadow { } 3。启动#service dovec....
分类:
其他好文 时间:
2014-10-14 22:14:29
阅读次数:
208
#!/bin/bashsetup_select(){clearcat<<menu++++++++++++++LINUXNetworkserviceINSTALLMENU++++++++++++++++++++++ note:alloftheneedsoftmustbelocatedinrootdirectory!!!! 1.InstallApache 2.InstallMysql 3.InstallPHP 4.Installpostfix 5.Installdovecot 6.Inst..
分类:
其他好文 时间:
2014-10-13 14:59:20
阅读次数:
293
Do you know reverse Polish notation (RPN)? It is a known notation in the area of mathematics and computer science. It is also known as postfix notation since every operator in an expression
follows ...
分类:
其他好文 时间:
2014-10-12 22:58:58
阅读次数:
263
十、安装Courierauthenticationlibrary1、courier简介courier-authlib是Courier组件中的认证库,它是courier组件中一个独立的子项目,用于为Courier的其它组件提供认证服务。其认证功能通常包括验正登录时的帐号和密码、获取一个帐号相关的家目录或邮件目录等信息、改变帐号的..
分类:
数据库 时间:
2014-10-10 01:51:44
阅读次数:
409
编译安装postfix在之前的文章我增提到过,目前linux常用的MTA软件有sendmail,qmail,exim,postfix。虽然目前使用最多的MTA是sendmail,但是sendmail实现的功能远没有postfix功能强大,而且postfix兼容sendmail,执行效率比sendmail更高,也更安全,postfix采用模块化设计。因..
分类:
其他好文 时间:
2014-10-05 12:16:08
阅读次数:
306
#!/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页面的邮件系统linuxwebmysqlapacheredhat数据库服务器Linux+postfix+extmail+dovecot打造基于web页面的邮件系统最终效果图:准备阶段:需要手动下载的软件包:postfix-2.6...
分类:
Web程序 时间:
2014-09-28 19:43:05
阅读次数:
374
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