Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Passende Seitennamen:
Volltextergebnisse:
- spamassassin @linux:email:spamassassin
- 2=safe) report_safe 0 # Enable the Bayes system use_bayes 1 # E... version 3.1. # Your administrator must enable their plugins in /etc/mail/spamassassin/v310.pre # or the setting above will be ignored. # # Enable or ... 1 use_pyzor 1 # to change the subject, e.g. use # rewrite_header Subject ****
- amavisd @linux:email:amavisd
- isd.conf-default for a list of all variables with their defaults; # see amavisd.conf-sample for a t... in = 'example.com'; # a convenient default for other settings $MYHOME = '/var/spool/amavis'; $... = '+'; # undef disables address extensions altogether # when enabling addr extensions do also Postfi... ktivieren! $sa_spam_modifies_subj = 1; # OTHER MORE COMMON SETTINGS (defaults may suffice):
- postgrey @linux:email:greylisting
- w.greylisting.org/|www.greylisting.org/]] \\ \\ There are several greylisting daemons for Postfix ava... s not specified -d, --daemonize run in the background --pidfile=PATH put daemon ... =N delete entries older than N days since the last time that they have been seen (default: 35) --retry-window=N
- monitoring @linux:email:monitoring
- information and exit -c, --cat causes the logfile to be only read and not monitored -l, -... /log/syslog -y, --year starting year of the log file (default: current year) --host=HOS... (regexp) in syslog -d, --daemon start in the background --daemon-pid=FILE write PID to FILE... N not installed"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; } test -
- sasl @linux:email:postfix
- == SASL ==== A very conveniant way of configuring the **S**imple **A**uthentication and **S**ecurity **L**ayer (SASL) is to use the **P**luggable **A**uthentication **M**odules (PAM), since it can use diffrent authentication sources l
- relayhost @linux:email:postfix
- \\ smtp = client = **Postfix sends mail** to another mailserver \\ ** used Ports:** 10023/tcp: p... e smtpd_client_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_invali... yes smtpd_helo_restrictions = permit_sasl_authenticated, permit_mynetworks, regexp:/etc/p... reject_sender_login_mismatch, permit_sasl_authenticated, permit_mynetworks, reject_unauth
- cyrus_secure @linux:email:cyrus
- over SSL (pop3s) === === TLS === Modify / append the TLS-settings in **/etc/imap.conf:** #--- SSL/TL... \\ === SSL for imap - imaps === Modify / append the SSL-settings in **/etc/cyrus.conf** and deactivate the unencrypted protocols.\\ SERVICES { imaplo... pool/postfix/public/lmtp" prefork=1 } * Since the Cyrus-managementtool "cyradm" cannot use SSL or T
- postfix_secure @linux:email:postfix
- nly running at port 25!** \\ === TLS === Modify the TLS-settings in /etc/postfix/main.cf #--- SSL/T... strictions= permit_tls_clientcerts, permit_sasl_authenticated smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, permit_tls_clientcerts, reject_u... \ === SSL for smtp - smtps === Modify / append the SSL-settings in /etc/postfix/master.cf: # =====
- smtp-authentication @linux:email:postfix
- ==== SMTPd- / SMTP-authentication ==== === SMTPd-authentication === SASL must be configured! \\ in /etc/postfix/main.cf: sm... smtpd_recipient_restrictions = ... permit_sasl_authenticated == Testing == Code the username "larrylaffer" with the password "kensentme" for SMTP_AUTH in
- ssh-smtp-tunnel @linux:email:postfix
- traffic over ssh to a remote mailserver. ## Edit these values to reflect the authentication credentials for the ## SMTP server with which you wish to connect and send mail. If you ## ha
- config @linux:email:postfix
- \\ smtp = client = **Postfix sends mail** to another mailserver \\ === Edit /etc/postfix/main.cf ==... strictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, rejec... restrictions = permit_mynetworks, permit_sasl_authenticated, reject_rbl_client combined.njabl.org, ... === First, make sure that file openssl.cnf is in the specified path, otherwise find it # mkdir /etc
- spamreport @linux:email:spamassassin
- LDDATE=`cat ${LASTRUNFILE}` if [ -d ${TMPDIR} ]; then for DIR in ${USERFOLDERS}; do ... OX} cd ${DIR} if [ -d "Junk" ]; then ################## # Reset Counters # #... if [ "${TOTALSPAMCOUNT}" -gt "0" ]; then ### echo "===--->>> SPAM vorhanden!!! <<<---=... ${MAILADDR}" if [ ${NEWSPAMCOUNT} -gt "1" ]; then MAILNEWS
- config @linux:email:cyrus
- ved" listen="sieve" prefork=2 # entry must be the same as in the mailbox_transport-setting of /etc/postfix/main.cf ! lmtpunix cmd="lmtpd" liste... : yes lmtp_downcase_rcpt: yes # entry must be the same as in the mailbox_transport-setting of /etc/postfix/main.cf ! lmtpsocket: /var/spool/postfix/pu
- sieve @linux:email:cyrus
- it in an stunnel (www.stunnel.org), which is a another story ...**\\ Have a look at this: http://lists... c regex" S: OK failure: STARTTLS not supported by the server! \\ without the keyfile ist works! cyrus@station7:~> sivtest -t "" -a haasc -u haasc -v loca... lete script. activate <name> - set a script as the active script deactivate - deactivate all
- gnarwl
- tfix/master.cf file ==== Make sure that you have the following lines: smtps inet n - n - - smtpd ... /fork_vacation.sh $sender $recipient ==== Create the file /usr/local/bin/fork_vacation.sh ==== #!/b... ==== Create user adminvac with sudo for execute the vacation binary ==== # adduser adminvac # vi