MH+QMAIL设计方案(5)_Mail服务器教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!

5.exmh

这是我选择的mailer。我很喜欢它。

只存在一个麻烦----大多数的高级汇编TCL/TK包裹编译了安全条款。而随着SuSE的出现,xserverrc在确保安全的前提下解决了这个麻烦。

#!/bin/sh

#

# move this file to ~/.xserverrc, if you don want to allow everybody to

# get access to your X-Server

#

if [ -x /usr/bin/keygen ]; then

if [ ! -x /usr/bin/hostname -a ! -x /bin/hostname

-a ! -x /usr/bsd/hostname ];

then

echo "startx: can get my hostname - exiting"

exit 1

else

host=`hostname`

fi

xauth add $host:0 . `/usr/bin/keygen`

sleep 2

xauth add $host/"unix":0 . `/usr/bin/keygen`

exec X :0 -auth .Xauthority $*

else

exec X :0 $*

fi

来源:网络搜集//所属分类:Mail服务器教程/更新时间:2012-06-29
相关Mail服务器教程