Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- relayhost
- p: amavisd-new 10025/tcp: policyd-weight \\ **/etc/postfix/main.cf:** alias_maps = hash:/etc/aliases biff = no broken_sasl_auth_clients = yes canonical_maps = hash:/etc/postfix/canonical #check_sender_access = pcre:/etc/postfix/maps/sender_check command_directory = /
- sasl
- use diffrent authentication sources like ldap or /etc/passwd - thus SASL is everything but simple ;-) \... ve to modify several configuration files:\\ * /etc/sysconfig/saslauthd * /etc/saslauthd.conf * /etc/pam.d/imap * /etc/pam.d/pop * /etc/pam.d/sieve * /etc/pam.d/smtp * /us
- postfix_secure
- s) === Use a portscanner like "nmap": station7:/etc/init.d # nmap localhost | grep smtp 25/tcp op... 5!** \\ === TLS === Modify the TLS-settings in /etc/postfix/main.cf #--- SSL/TLS setting ---# smt... unauth_destination, check_sender_access hash:/etc/postfix/access, check_recipient_access hash:/etc/postfix/access, permit smtp_sasl_auth_enabl
- config
- sends mail** to another mailserver \\ === Edit /etc/postfix/main.cf === queue_directory = /var/spo... ks = 127.0.0.0/8, 10.0.0.0/8 alias_maps = hash:/etc/aliases, ldap:virtualaliases alias_database = hash:/etc/aliases virtual_mailbox_limit = 50000000000 m... L] local_transport = [L] virtual_maps = hash:/etc/postfix/virtual, ldap:virtualaliases transport_
- smtp-authentication
- thentication === SASL must be configured! \\ in /etc/postfix/main.cf: smtpd_sasl_auth_enable = yes ... tput for a telnet session at port 25: station7:/etc/postfix # telnet localhost 25 Trying 127.0.0.1.... thentication === SASL must be configured! \\ in /etc/postfix/main.cf: smtp_sasl_auth_enable = yes At... ecretpassword"just for authentication. Create in /etc/postfix/sasl_passwd separate lines for each mails
- ldap
- ==== using LDAP ==== **/etc/postfix/ldap-aliases.cf:** server_host= ldaps://localhost:636 server_port= 636 start_tls = no tls_ca_cert_file = /etc/ssl/postfix/certs/ca_cert.pem tls_ca_cert_dir = /etc/ssl/postfix/certs/ tls_cert = /etc/ssl/postfix/certs/station7_cert.pem tls_key = /etc/ssl/postfix/
- pfs
- ecy (PFS) === <code console> openssl gendh -out /etc/postfix/dh_512.pem -2 512 openssl gendh -out /etc/postfix/dh_1024.pem -2 1024 postconf -e "smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem" postconf -e "smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem" postconf -e "smtpd_tls_eecdh_