Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
nmh /
[ HOME SHELL ]
Name
Size
Permission
Action
contrib
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
COMPLETION-TCSH
1.67
KB
-rw-r--r--
COMPLETION-ZSH.gz
2.32
KB
-rw-r--r--
COPYRIGHT
1.58
KB
-rw-r--r--
DIFFERENCES.gz
4.03
KB
-rw-r--r--
FAQ.gz
59.88
KB
-rw-r--r--
MAIL.FILTERING
3.91
KB
-rw-r--r--
MAILING-LISTS
1.21
KB
-rw-r--r--
NEWS.Debian.gz
1.26
KB
-rw-r--r--
NEWS.gz
10.72
KB
-rw-r--r--
README
1.3
KB
-rw-r--r--
README-ATTACHMENTS.gz
4.1
KB
-rw-r--r--
README-HOOKS.gz
1.5
KB
-rw-r--r--
README-components
2.18
KB
-rw-r--r--
README.SASL
1.8
KB
-rw-r--r--
README.about
1.8
KB
-rw-r--r--
README.developers.gz
4.78
KB
-rw-r--r--
README.manpages.gz
4.15
KB
-rw-r--r--
TODO.gz
2.71
KB
-rw-r--r--
VERSION
6
B
-rw-r--r--
changelog.Debian.gz
992
B
-rw-r--r--
copyright
2.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.SASL
# README.SASL - Readme about SASL support in nmh # SASL is short for the Simple Authentication and Security Layer. Is is a framework for adding authentication and encryption to network protocols. It is described in IETF RFC 2222. This release of nmh supports SASL for POP and SMTP. The SASL support is implemented using the Cyrus-SASL library. This library can be found at ftp://ftp.andrew.cmu.edu/pub/cyrus-mail. Obviously, SASL support only works if you use --enable-pop and the SMTP mail transport. This release of NMH only supports "Version 2" of the Cyrus SASL library. It should work with any newer Cyrus SASL release, but it was tested with Cyrus SASL 2.1.22. In particular, the CRAM-MD5 and GSSAPI (Kerberos 5) mechanisms were tested. Older versions of Cyrus-SASL had a bug which could manifest when negotiating encrypting depending on the encryption type you used, so a newer version of Cyrus-SASL is recommended. Currently, security layers ("encryption" in SASL-speak) are supported for both POP and SMTP. This means that if your POP or SMTP server _and_ the selected SASL mechanism supports it, client-server communications will be encrypted. In theory this should work with any SASL mechanism that supports security layers; it has only been tested with the GSSAPI mechanism. If you are curious as to whether or not your communications are actually encrypted or not, you can use the -snoop flag to the POP or SMTP utilities. Communication that is encrypted is preceded by an (encrypted) or (decrypted), depending on the direction of communication. If you would like to use the GSSAPI SASL mechanism (Kerberos V), you should read very carefully the documentation that comes with Cyrus-SASL, specifically the GSSAPI documentation. Getting the GSSAPI plugin to work correctly with SASL can be "interesting" to say the least.
Close