-
邮件系统是Linux网络应用的重要组成,一个完整的邮件系统包括三个部分:底层操作系统(Linux Operation),邮件传送代理(Mail Transpor...
邮件系统是Linux网络应用的重要组成,一个完整的邮件系统包括三个部分:底层操作系统(Linux Operation),邮件传送代理(Mail Transport Agent,MTA),邮件分发代理(Mail Delivery Agent,MDA),邮件用户代理(Mail User Agent,MUA)。
Postfix是一个非常优秀的MTA,她素以高效、安全的特点而著称。Postfix是作者在UNIX上所见过的MTA中在反垃圾邮件(Anti- Spam或Anti-UCE)方面做得最好的一个,甚至有很多公司在Postfix代码的基础上进行二次开发而推出反垃圾邮件网关产品。MTA的反垃圾邮件功能,实际上就是在MTA处理过程中对会话进行过滤。这个过滤不但过滤了发往自身的垃圾邮件,而且还防止了自身被恶意利用发送垃圾邮件。Postfix 实现了目前所有主要的MTA过滤技术。postfix是Wietse Venema在IBM的GPL协议之下开发的MTA(邮件传输代理)软件。和Sendmail相比Postfix更快、更容易管理、更灵活、更安全。
- 2022-01-22 04:11:22下载
- 积分:1
-
linux C聊天室代码,包括server端和client端。
linux C聊天室代码,包括server端和client端。-chat rooms linux C code, including server-side and client side.
- 2023-03-31 16:50:04下载
- 积分:1
-
gdsl
gdsl-1.0.2
通用数据类型
包括list,btree等常用的数据结构-gdsl-1.0.2 Common data types include the list, btree and other commonly used data structure
- 2022-03-11 00:10:29下载
- 积分:1
-
ez811和程序包括文件、应用程序、Windows驱动程序、固件…
包括EZ811和SL811的文档,应用程序,Windows驱动程序代码,firmware,原理图.更有sl811在linux下作为host的驱动程序源代码及说明文档-EZ811 and SL811 including documents, applications, Windows driver code, firmware, schematics. Sl811 more as a host in linux driver source code and documentation
- 2022-01-25 18:11:40下载
- 积分:1
-
它是为独立的平台执行的刻录功能,它支持的光盘+ / +…
用于独立平台执行DVD刻录功能,支持DVD+R/+RW光盘。
- 2022-01-26 05:29:18下载
- 积分:1
-
linux下的gui图形界面编程应用程序
linux下的gui图形界面编程应用程序-the gui graphics application programming interface
- 2022-03-15 02:26:21下载
- 积分:1
-
Linux 基本操作指令
Linux 基本操作指令-3-basic Linux operating instructions-3
- 2022-02-15 13:52:22下载
- 积分:1
-
lan91c111 Linux driver
lan91c111 Linux driver
- 2022-01-22 08:07:20下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. W
- 2022-11-16 15:05:04下载
- 积分:1
-
linux下使用c语言编写的flash烧写程序。使用jtag边界扫描链控制flash,并将数据写入flash中。...
linux下使用c语言编写的flash烧写程序。使用jtag边界扫描链控制flash,并将数据写入flash中。-linux using c language program written in flash Shaoxie. Jtag boundary scan chain to control the use of flash, and the data is written to flash.
- 2022-03-24 16:48:34下载
- 积分:1