#!/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
GG链路过多端口不足导致的报错OGG-01223...
分类:
其他好文 时间:
2014-10-12 11:49:07
阅读次数:
175
十、安装Courierauthenticationlibrary1、courier简介courier-authlib是Courier组件中的认证库,它是courier组件中一个独立的子项目,用于为Courier的其它组件提供认证服务。其认证功能通常包括验正登录时的帐号和密码、获取一个帐号相关的家目录或邮件目录等信息、改变帐号的..
分类:
数据库 时间:
2014-10-10 01:51:44
阅读次数:
409
一、Tomcat 安装后本身提供了一个server,端口配置默认是8080,对应目录为:..\Tomcat 6.0\webapps二、Tomcat 6.0 配置多个端口,其实也就是给Tomcat增加几个server,并设置对应目录。下面以增加两个端口号为例第一步、修改server.xml[..\To...
分类:
其他好文 时间:
2014-10-09 19:03:17
阅读次数:
175
编译安装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
一 什么是端口? 如果把IP地址比作一间房子 ,端口就是出入这间房子的门。端口号就是打开门的钥匙。真正的房子只有几个门,但是一个IP地址的端口 可以有65536个之多!端口是通过端口号来标记的,端口号只有整数,范围是从0 到65535。二 端口有什么作用? 主机是怎样区分不同的网络服务呢?显然不.....
分类:
其他好文 时间:
2014-09-30 21:06:10
阅读次数:
135
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