smtp2mix 0.9.1 (mixmaster-smtp branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News smtp2mix 0.9.1 (mixmaster-smtp branch)
# 1  
Old 07-08-2008
smtp2mix 0.9.1 (mixmaster-smtp branch)

smtp2mix are two small mail proxies that relayincoming email to an anonymous remailer network.It allows the use of your preferred email clientto send email anonymously via the mixmasternetwork.License: GNU General Public License (GPL)Changes:
Usenet postings are send to a mail2news gatewaynow.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

problems installing mixmaster 3.0 to solaris 10

hello all, i'm having problems installing mixmaster 3.0 from this site SourceForge.net: Mixmaster. The file I downloaded is mixmaster-3.0.tar.gz. Consulting the readme file of the mixmaster 3.0 says that the libraries for the follwing should be installed - OpenSSL, zlib, pcre, ncurses. I... (2 Replies)
Discussion started by: lima
2 Replies
Login or Register to Ask a Question
MIXMASTER-FILTER(1)						 mixmaster-filter					       MIXMASTER-FILTER(1)

NAME
mixmaster-filter - Wrapper around mixmaster that removes unwanted header lines SYNOPSIS
mixmaster-filter DESCRIPTION
mixmaster-filter is a wrapper around mixmaster. It will filter out header lines which may endager your anonymity. All but a few options are passed on to mixmaster as is. If you specify -m, -g, -l or -n (see mixmaster(1)) then STDIN is filtered, otherwise mixmaster is executed as is. It is intented to be used from Mail User Agents like the mutt(1) email reader. OPTIONS
--mixmaster=MIXMASTER Set the path to the mixmaster binary. --configfile=FILTERCONFIGFILE Set a config file for mixmaster-filter. --help Print a brief help message and exit successfully. --version Print a version information and exit successfully. All other options are passed through to mixmaster. FILES
--configfile parameter MIXMASTER_FILTER_CONF environment ~/.Mix/filter.conf /etc/mixmaster/filter.conf The first file that is found is used. FILEFORMAT
The configuration file for mixmaster-filter is simple. Lines with whitespace only are ignored as are lines that have the hash our pound ("#") sign as their first non whitespace character. Lines are always truncated at the first hash our pound ("#") sign. The first logical line gives the filtering policy. It's either "FILTER" or "ALLOW". All other lines are taken as a list of Headers. If your policy is "FILTER" headers in your list will get removed from messages. If your policy is "ALLOW" only headers in your list will be passed to mixmaster. ENVIRONMENT
MIXMASTER_FILTER_CONF Config file to use HOME Your homedirectory. Used for finding your user configuration file. Also the default destination directory is $HOME/.Mix/ SEE ALSO
mixmaster(1) BUGS
It is far from perfect but should handle most standard cases satisfactorily. Please report them to the Debian Bug Tracking System as described at "http://bugs.debian.org/" or use a tool like reportbug(1). AUTHOR
Peter Palfrader, <peter@palfrader.org> $Revision: 459 $ 2013-02-08 MIXMASTER-FILTER(1)