03-03-06 11:00 PM
In testing news2remail, I got it going, but it's managing to create
messages that do not have a 'Newsgroups:' line!
This results in all messages getting created, processed by mixmaster and
sent by smtp. Because they don't have a 'Newsgroups:' line, they evaporate
when they hit the M2N.
output of debug:
"*,*,*,*; copies=3"
To: mail2news@dizum.com,mail2news@nym.alias.net,mail2news@anon.lcs.mit.edu
Subject: test subject
From: None <none@none.invalid>
Message-ID: <gdlwcco0mne.1141274672@anonymous>
test message body
Here's the mix.cfg I'm using:
ERRLOG errlog
REMAIL n
DISTANCE 3
MINREL 96
RELFINAL 98
MAXLAT 36h
SMTPRELAY smtp.myserver.com
HELONAME nowhere.invalid
ENVFROM user@myserver.com
SMTPUSERNAME username
SMTPPASSWORD passphrase
SENDPOOLTIME 0h
POOLSIZE 0
CHAIN *,*,*,*
news2remail.conf:
########################################
########################
## News2Remail Configuration File
##
## skg - 02/19/2006
## http://www.cotse.net/news2remail/
## Copyright Packetderm, LLC
########################################
########################
#
# Limitations:
# Directories and filenames must not contain any spaces
#
# Future addition to automate install and configure of mixmaster.
# Not functional yet, all it does now is download and unzip the zipfile
# to the mixmaster path.
# mixzip=ftp://ftp.quicksilvermail.net/pub/quicksilver/Mix29b39.zip
# mixzip=ftp://ftp.hacktic.nl/pub/crypto/remailer/mixmaster/mix204b45.zip
# mixzip=http://www.chez.com/frogadmin/DownLoads/mix204b46.zip
# When set to yes the post is put in the file. It is not posted.
# Left in from development for you to use to check headers, etc.
debug=yes
postfile=c:\mix\news2remail\N2R.txt
# Path to mixmaster and exe name (for compat with diff versions)
mixpath=c:\progra~1\mixmaster
# Some versions have it as mixmaste.exe
mixexe=mix.exe
# Port for news2remail to listen on
port=1190
# News server information
newsserver=127.0.0.1
newsport=119
# Defaults
mail2news=mail2news@dizum.com,mail2news@nym.alias.net,mail2news@anon.lcs.mi
t.edu
chain=*,*,*,*
copies=3
## stats and keys
# Melontraffickers
#$mlist = "http://stats.melontraffickers.com/mlist2.txt";
#$type2 = "http://stats.melontraffickers.com/type2.list";
#$pubring = "http://stats.melontraffickers.com/pubring.mix";
# Bananasplit
type2=http://pinger.bananasplit.info/type2.list
pubring=http://pinger.bananasplit.info/pubring.mix
mlist2=http://pinger.bananasplit.info/mlist2.txt
# Comment out to listen on all available IPs
# By default it binds to localhost only
localonly=yes
# set to yes to shut off all STDOUT
quiet=no
[Stripped Headers]
User-Agent:
X-Newsreader:
Organization:
[Added Headers]
[ Post a follow-up to this message ]
|