将 mail2news 脚本放置在一个合适的位置。我推荐 /usr/local/bin,但具体位置取决于你。
你需要按如下方式编辑脚本:-
#!/usr/bin/perl # point at the correct location of perl
# $inews = "/usr/bin/inews"; # $iopts = "-h -o \"mail2news gateway\""; $inews = "/usr/bin/rnews"; $iopts = ""; $postinghost = "your.news.server"; # points at your news server
chmod 755 /usr/local/bin/mail2news