Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

auth-relaytest(1) [debian man page]

auth-relaytest(1)					      General Commands Manual						 auth-relaytest(1)

NAME
auth-relaytest - attempt to use authenticated SMTP to relay to a DSBL-compliant host SYNOPSIS
auth-relaytest [-tv] ntlm <ip address[:port]> auth-relaytest [-tv] (cram-md5|login) <username> <password> <ip address[:port]> DESCRIPTION
auth-relaytest attempts to connect to the specified <ip address> on the specified port (default is port 25) and tries to use the supplied authentication data to relay mail through the host. auth-relaytest uses the sender_user, sender_domain, target_user, target_domain, and auth-message parameters from dsbl.conf(5) by default. If the auth-message parameter is not present, the message parameter is used instead. In the first mode of operation shown, auth-relaytest attempts to authenticate using anonymous NTLM authentication. A well-known bug in cer- tain Microsoft SMTP server implementations (described at http://www.microsoft.com/technet/security/bulletin/MS02-011.asp) will allow relay- ing for any client that authenticates in this way. In the second form of operation, auth-relaytest attempts to authenticate using either the cram-md5 or login variant of SMTP AUTH, using the supplied username and password. OPTIONS
-t Test mode. Instead of using the target_domain parameter from dsbl.conf(5), the test_target_domain parameter is used instead. This is useful for sending a test message to yourself, perhaps to check that the server is actually relaying the messages. -v Verbose mode. Details of the SMTP transaction are written to standard output. AUTHORS
Paul Howarth <paul@city-fan.org> Ian Gulliver <ian@penguinhosting.net> SEE ALSO
dsbl.conf(5), spamtrap(1), relaytest(1) 2004-01-06 auth-relaytest(1)

Check Out this Related Man Page

asadmin-delete-auth-realm(1AS)					   User Commands				    asadmin-delete-auth-realm(1AS)

NAME
asadmin-delete-auth-realm, delete-auth-realm - removes the named authorized realm SYNOPSIS
delete-auth-realm --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] auth_realm_name Removes the named authorized realm. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. OPERANDS
auth_realm_name name of this realm. Example 1: Using delete-auth-realm asadmin> delete-auth-realm --user admin1 --passwordfile password --host pigeon --port 5001 db Command delete-auth-realm executed successfully Where db is the auth realm deleted. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-auth-realm(1AS), asadmin-list-auth-realms(1AS) J2EE 1.4 SDK March 2004 asadmin-delete-auth-realm(1AS)
Man Page