文件操作 - rmail.postfix
返回文件管理
返回主菜单
删除本文件
文件: /usr/bin/rmail.postfix
编辑文件内容
#!/bin/sh # Dummy UUCP rmail command for postfix/qmail systems SENDMAIL="/usr/sbin/sendmail" IFS=" " read junk from junk junk junk junk junk junk junk relay case "$from" in *[@!]*) ;; *) from="$from@$relay";; esac exec $SENDMAIL -i -f "$from" -- "$@"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件