Put the mail2news script in a suitable location. I favour /usr/local/bin, but the location is up to you.
You will need to edit script as follows:-
#!/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
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |