password

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Dovecot, Nachrichten auf dem Server mit SIEVE filtern
4 Treffer, Zuletzt geändert:
4 codiert werden und das Format **"\0<username>\0<password"** (mit **\0** als ASCII **NULL** Zeichen). A... # # Usage: # sieve-auth-command.pl <username> <password> # # Prints the AUTHENTICATE "PLAIN" "<encoded>" ... ::Base64; use strict; my $username = shift; my $password = shift; my $userpass = "\x00".$username."\x00".$password.""; my $encode=encode_base64($userpass); $encode
SASL-Authentifizierung beim Postfix MTA 2.11 unter CentOS 7
13 Treffer, Zuletzt geändert:
tate "Mechanismen" as mech state "Methoden / Password Verification Services" as method } reques... .B. TLS transportverschlüsselt). * **Methoden / Password Verification Service**: Dies ist die eigentliche ... r unterschied zwischen den //Methoden// und den //Password Verification Services// ist, dass bei den Methode... ner Art //plugin// nachgeladen werden und bei den Password Verification Services dies durch eigenständige (U
SASL-Authentifizierung beim MailTransferAgent Postfix 3.x unter CentOS 7
16 Treffer, Zuletzt geändert:
tate "Mechanismen" as mech state "Methoden / Password Verification Services" as method } reques... .B. TLS transportverschlüsselt). * **Methoden / Password Verification Service**: Dies ist die eigentliche ... r Unterschied zwischen den //Methoden// und den //Password Verification Services// ist, dass bei den Methode... ner Art //plugin// nachgeladen werden und bei den Password Verification Services dies durch eigenständige (U
Postfix, der sichere Mailserver (MTA) unter CentOS 7.x
8 Treffer, Zuletzt geändert:
MTP client uses for logging, SASL password lookup, TLS policy decisions, or TL... authentiCation ID (authcid) plus the authcid's password. Available in Postfix version 2.5 and lat... ion in the Postfix SMTP client. smtp_sasl_password_maps (empty) Optional Postfix SMTP client lookup tables with one username:password entry per remote hostname or domain
DMARC - Domain-based Message Authentication, Reporting & Conformance unter CentOS 7.x
13 Treffer, Zuletzt geändert:
s "opend‐ marc". --dbpasswd=password Attempts to authenticate to the database server using the specified password. The default is "opendmarc". ... able is not set. --dbpasswd=password Specifies the password for the SQL database to be accessed. Defaults to the
Dovecot, "der" IMAP-Server unter CentOS 7.x
5 Treffer, Zuletzt geändert:
auth_verbose = no auth_verbose = no # In case of password mismatches, log the attempted password. Valid values are # no, plain and sha1. sha1 can be useful for detecting brute force password # attempts vs. user simply trying the same password over and over again. # You can also truncate the value
Konfiguration unseres MTAs Postfix 2.11 unter CentOS7
6 Treffer, Zuletzt geändert:
age der virtuellen Domaenen # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... rage der virtual Alias Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... r virtual Alias Domain Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... Alias Domain Catchall Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na
Konfiguration unseres MTAs Postfix 3.x unter CentOS 7
6 Treffer, Zuletzt geändert:
age der virtuellen Domaenen # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... rage der virtual Alias Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... r virtual Alias Domain Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na... Alias Domain Catchall Maps # user = postfix_user password = rbgsDK39DeM2b2btx9iMHfzd hosts = mariadb.dmz.na
Installation und Konfiguration von ClamAV für AMaViS unter CentOS 7.x
3 Treffer, Zuletzt geändert:
st put it into an encrypted zip archive (password: virus) ... ogic flaws in the code -) fixed problem with password protected archives (unpackers were waiting for password)
TLS-Verbindungen, verschlüsselte Kommunikation für Postfix 3.x unter CentOS 7
4 Treffer, Zuletzt geändert:
if not present they will be prompted for # input_password = secret # output_password = secret # This sets a mask for permitted string types. There are several optio... req_attributes ] challengePassword = A challenge password challengePassword_min = 4 challengePassword_max ... be sent with your certificate request A challenge password []: An optional company name []:</font> </pre></h
Postfixadmin zur Verwaltung der Maildomains und der Nutzerkonten des Dovecot-IMAP-Servers unter CentOS 7.x
43 Treffer, Zuletzt geändert:
SER 'postfix'@'localhost' IDENTIFIED BY 'choose_a_password'; GRANT ALL PRIVILEGES ON `postfix` . * TO 'pos... ost'; For PostgreSQL: CREATE USER postfix WITH PASSWORD 'whatever'; CREATE DATABASE postfix OWNER postf... ONF['database_user'] = 'postfix'; $CONF['database_password'] = 'postfixadmin'; $CONF['database_name'] = 'pos... may want to protect the database username and password stored in config.inc.php - if so, you could move
Installation und Konfigurationsdateien von Postfix 3 unter CentOS 7.x
7 Treffer, Zuletzt geändert:
you use this feature for accounts not in the UNIX password # file, then you must update the "local_recipient... you use this feature for accounts not in the UNIX password # file, then you must update the "local_recipient... you use this feature for accounts not in the UNIX password # file, then you must specify "local_recipient_ma... unce = yes lmtp_sasl_mechanism_filter = lmtp_sasl_password_maps = lmtp_sasl_path = lmtp_sasl_security_option
Horde 5 Applikation Passwortänderungen: Passwd unter CentOS 7.x
11 Treffer, Zuletzt geändert:
p://www.horde.org/apps/passwd Summary : Horde password changing application Description : An application... age). * * driver: The driver used to change the password. Valid drivers: * - adsi: ADSI COM interface... below). * * policy: (array) The password policies for this backend. You are responsible *... - maxLength: (integer) Maximum length of the password. * - maxSpace: (integer) Maximum number of w
TLS-Verbindungen, verschlüsselte Kommunikation für Postfix 2.11 unter CentOS 7
4 Treffer, Zuletzt geändert:
if not present they will be prompted for # input_password = secret # output_password = secret # This sets a mask for permitted string types. There are several optio... req_attributes ] challengePassword = A challenge password challengePassword_min = 4 challengePassword_max ... be sent with your certificate request A challenge password []: An optional company name []:</font> </pre></h
Horde 5 Applikation IMAP Sieve-Filterregeln: Ingo unter CentOS 7.x
11 Treffer, Zuletzt geändert:
henticate to the backend. If a different username/password is * needed, use the 'transport_auth' ho... Ingo_Hooks { /** * Returns the username/password needed to connect to the transport * backend... effective * user to use. * - password: (string) Password. * - username: (string) User name. */ // Django : 2014-09-12 // defau
Basiskonfiguration des Frameworks Horde 5 unter CentOS 7.x
4 Treffer, Zuletzt geändert:
Dovecot, Quotas - Speicherquoten für User und Maildomains
5 Treffer, Zuletzt geändert:
Dovecot, Authentifizierung(en)
29 Treffer, Zuletzt geändert:
Horde 5 WebMail Applikation: IMP unter CentOS 7.x
15 Treffer, Zuletzt geändert:
Postscreen - Schutz vor Überbelastung und SPAM-Abwehr
1 Treffer, Zuletzt geändert:
Grundinstallation von AMaViS unter CentOS 7.x
8 Treffer, Zuletzt geändert:
DKIM - Domain Key Identified Mail unter CentOS 7.x
1 Treffer, Zuletzt geändert:
Webmail mit Roundcube unter CentOS 7.x
151 Treffer, Zuletzt geändert:
nützliche Kommandos rund um Dovecot
1 Treffer, Zuletzt geändert:
Horde 5 Applikation Adressbuch: Turba unter CentOS 7.x
3 Treffer, Zuletzt geändert:
Installation des Mailinglistenservers Mailman unter CentOS 7.x
31 Treffer, Zuletzt geändert: