.\" .\" anubis.1 -- .\" .TH Anubis 1 "16 Nov 2001" "Anubis 1.0.6" "Anubis 1.0.6" .SH NAME Anubis - an anonymous email sender. .SH SYNOPSIS .BI "anubis" .TP .BI "anubis " .TP .BI "anubis -i" .SH DESCRIPTION .B Anubis is an advanced anonymous and secure email sender and fetcher. It sends emails via SMTP protocol, it also can posts News and sends ICQ messages. Moreover it can fetch your emails in the secure way via POP3 and TLS/SSL protocol support. .SS Features: .HP - Encrypted TLS/SSL connections support (via OpenSSL), .HP - Anonymous Remailers support, .HP - Anonymous News posting (via NNTP protocol or Remailers), .HP - GnuPG/OpenPGP (GPGME) support, .HP - SOCKS Proxy support - to hide a true identity (and to work behind a firewall), .HP - WinGate (max.2) support - to hide a true identity, .HP - ROT-13 encryption (encode Subject and/or Message Body), .HP - Overload HELO command (Sendmail HELO bug), .HP - Can attach file with a message (encode with Base64 or Uuencode), .HP - Send emails with randomized Subject, Message Body or X-mailer, .HP - Work with different mail modes (for more details read: RFC 821), .HP - Have interactive configuration mode, .HP - Secure emails fetching via POP3 and TLS/SSL (+SOCKS Proxy and WinGates), .HP - Daemon mode (for the 'Secure POP3 Fetcher'), .HP - Procmail support, .HP - Can remove all messages from an email account (POP3; SSL, APOP, RPOP), .HP - High UNIX portability, .HP - and many, many more ! .SH OPTIONS Basic options: .TP .B \-h, --host define SMTP/NNTP/POP3 hostname or IP {default: localhost} .TP .B \-p, --port define SMTP port number {default: 25} .TP .B \-F, --from Mail header "From:" .TP .B \--from-random Randomize 'from' generator. .TP .B \-R, --reply-to When somebody reply for your email, reply goes to the address defined here. .TP .B \-T, --to Send email(s) to this user. .TP .B \--uin Use this ICQ UIN instead of email address. .TP .B \--group News post via NNTP protocol (e.g. alt.unix). .TP .B \--cc Cc: (Carbon Copy) .TP .B \--bcc Bcc: (Blind Carbon Copy) .TP .B \-S, --subject Subject .TP .B \--subject-random Randomize 'subject' generator. .TP .B \-B, --body Your Message Body. .TP .B \--body-random Randomize 'message body' generator. .TP .B \--signature Attach the signature file (.signature) to the message body. .TP .B \-n, --nasty Random crap in Subject: and From: fields. .P SOCKS Proxy options: .TP .B \--socks-proxy Connect through a SOCKS Proxy {none} .TP .B \--socks-port define SOCKS Proxy port number {1080} .TP .B \--socks-v4 Use old version 4 protocol {default is new version 5}. .TP .B \--socks-username define SOCKS Proxy username {none} .TP .B \--socks-password define SOCKS Proxy password {none} .P WinGate(s) options: .TP .B \-w, --wingate1 Connect through a WinGate {none} .TP .B \-1, --wingate1-port define WinGate 1 port number {23} .TP .B \-g, --wingate2 Connect through a second WinGate {none} .TP .B \-2, --wingate2-port define WinGate 2 port number {23} .P Remailer options: .TP .B \--rm "To" address is a Remailer. .TP .B \--rm-rrt addr Request Remailing To: (Anon-To:) - send email to this address. .TP .B \--rm-post group News post via Remailer (Anon-Post-To:) - post message to this group. .TP .B \--rm-pgp Encrypt a message with remailer pgp public key. .TP .B \--rm-pgp-file file Attach the file already encrypted with remailer public key. .TP .B \--rm-header STR An extra header in remailed message. .TP .B \--rm-lt XX:XX The "Latent-Time:" header causes the Remailer to keep your message for some time before forwarding it. e.g. --rm-lt "2:00" = 2h. .TP .B \--rm-lt-random Random Latent-Time over Latent-Time: (a random delay). .P PGP options: .TP .B \--pgp-sign Sign a message. .TP .B \--pgp-encrypt Encrypt a message (comma separated list of keys). .P Advanced options: .TP .B \--nossl Turn off the SMTP TLS/SSL support (encrypted connections). .TP .B \--ssl-only Exit if TLS/SSL is unavailable at remote host. .TP .B \--CAfile arg PEM format file of CA's .TP .B \--CApath arg PEM format directory of CA's .TP .B \-c, --noroot MAIL FROM: instead of .TP .B \-m, --mode mail mode [ default: MAIL ] (MAIL, SEND, SOML, SAML - for more details read: RFC 821) .TP .B \-r, --rot13 ROT-13 encryption (subject & message body) .TP .B \-r, --rot13-subject ROT-13 encryption (subject) .TP .B \--rot13-body ROT-13 encryption (message body) .TP .B \--date Message date like: "Date: Mon, 01 Jan 2001 00:00:00 +0000 (GMT)" .TP .B \--date-real Use real time & date when sending an email. .TP .B \--mid Specify Message-ID e.g. "blabla@hostname". .TP .B \--mid-unique Generate unique Message-ID. .TP .B \--xmailer Specify X-Mailer e.g. "Anubis :)" .TP .B \--xmailer-no Do not use "X-Mailer:" .TP .B \--xmailer-random Use random X-Mailer. .TP .B \--charset Define charset e.g. iso-8859-2 {default: US-ASCII} .TP .B \--fake-no Do not use "Stealth" mode. .TP .B \--fake-ip1 e.g. 127.0.0.1 {default: RANDOM} .TP .B \--fake-ip2 e.g. 127.0.0.1 {default: RANDOM} .TP .B \-f, --file Attach one file (file will be encoded using Base64). .TP .B \-u, --uuencode Uuencode instead of Base64 encoding. .TP .B \-e, --extra-h1 An extra header - e.g. "Sender: J.Smith@abc.com". .TP .B \-E, --extra-h2 A second extra header. .TP .B \-o, --overload-helo Overload HELO command -> Sendmail HELO bug. .P Output options: .TP .B \--noansi Use "black & white" output mode. .TP .B \-i, --interactive interactive configuration mode .TP .B \-s, --silent silent mode .TP .B \-v, --verbose verbose mode .TP .B \-d, --debug debug mode .TP .B \--summary Print options summary. .P Mailbox Flusher: .TP .B \--mf Remove all messages from an email account (POP3; SSL, APOP, RPOP). .TP .B \--mf-username POP3 username .TP .B \--mf-password POP3 password .TP .B \--mf-ssl Turn on the POP3 TLS/SSL support {port number: 995}. .TP .B \--mf-apop, --apop APOP authorization .TP .B \--mf-rpop, --rpop RPOP authorization .TP .B \--mf-port POP3 port number {default: 110} .TP .B \--mf-help Print 'Mailbox Flusher' help. .P Secure POP3 Fetcher: .TP .B \--fetch Enable 'Secure POP3 Fetcher'. .TP .B \--fetch-to Username (/var/spool/mail/username) (def: your own id). Superuser only (UID must be 0). .TP .B \--fetch-procmail, --procmail Filter new messages with the Procmail. .TP .B \--fetch-keep Keep all emails, do not remove anything. .TP .B \--pop3-username POP3 username. .TP .B \--pop3-password POP3 password. .TP .B \--apop APOP authorization. .TP .B \--rpop RPOP authorization. .TP .B \--daemon n Run as a daemon once per n seconds. .TP .B \--fetch-help Print 'Secure POP3 Fetcher' help. .P Misc. options: .TP .B \--hidden "vi" Changes what shows up in ps -aux to whatever defined here. .TP .B \--pri Set task priority <-20,+20> .TP .B \--version Print version number, copyright, and OS info. .SH ENVIRONMENT Default SMTP/NNTP/POP3 hostname or IP can be imported from the .B ANUBIS_DEFAULT_SERVER environment variable. .SH FILES .HP .I /usr/local/bin/anubis - main program .HP .I /usr/local/man/man1/anubis.1 - manual page .SH "SEE ALSO" .BR mail (1), .BR sendmail (8), .BR openssl (1), .BR ssl (3), .BR sockd (8), .BR procmail (1), .BR yaasf (1) .br DARPA Internet Request For Comments .I RFC805, .I RFC819, .I RFC821, .I RFC822, .I RFC977, .I RFC1036, .I RFC1081, .I RFC1321, .I RFC1521, .I RFC1869, .I RFC1928, .I RFC2111, .I RFC2246, .I RFC2440, .I RFC2487 .br .P http://anubis-aes.sourceforge.net/ .br http://www.underground.org.pl/anubis/ .SH HISTORY Anubis is based on SMTPghost and YAASF. .br The 1st Anubis version (1.0.0) appeared on 31 Jul 2001. .br The anubis(1) document appeared in Anubis 1.0.0. .SH BUGS If you find any, let us know... .SH AUTHORS The Anubis Team (read the AUTHORS file). .SH LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .P This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the the GNU General Public License for more details. .P You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.