NoPaste

master.cf

von nic

SNIPPET_TEXT:
  1. # ==========================================================================
  2. # service type  private unpriv  chroot  wakeup  maxproc command + args
  3. #               (yes)   (yes)   (yes)   (never) (50)
  4. # ==========================================================================
  5. smtp      inet  n       -       -       -       -       smtpd
  6. #628      inet  n       -       -       -       -       qmqpd
  7. pickup    fifo  n       -       -       60      1       pickup
  8. cleanup   unix  n       -       -       -       0       cleanup
  9. qmgr      fifo  n       -       -       300     1       qmgr
  10. #qmgr     fifo  n       -       -       300     1       nqmgr
  11. rewrite   unix  -       -       -       -       -       trivial-rewrite
  12. bounce    unix  -       -       -       -       0       bounce
  13. defer     unix  -       -       -       -       0       bounce
  14. flush     unix  n       -       -       1000?   0       flush
  15. smtp      unix  -       -       -       -       -       smtp
  16. showq     unix  n       -       -       -       -       showq
  17. error     unix  -       -       -       -       -       error
  18. local     unix  -       n       n       -       -       local
  19. virtual   unix  -       n       n       -       -       virtual
  20. lmtp      unix  -       -       n       -       -       lmtp
  21. #
  22. # Interfaces to non-Postfix software. Be sure to examine the manual
  23. # pages of the non-Postfix software to find out what options it wants.
  24. # The Cyrus deliver program has changed incompatibly.
  25. #
  26. cyrus     unix  -       n       n       -       -       pipe
  27.   flags=R user=cyrus argv=/usr/sbin/cyrdeliver -e -m ${extension} ${user}
  28. uucp      unix  -       n       n       -       -       pipe
  29.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  30. ifmail    unix  -       n       n       -       -       pipe
  31.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  32. bsmtp     unix  -       n       n       -       -       pipe
  33.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
  34. scalemail-backend unix  -       n       n       -       2       pipe
  35.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  36.  
  37. # only used by postfix-tls
  38. smtps     inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
  39. 587       inet  n       -       n       -       -       smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
  40. proxymap          unix  -       -       n       -       -       proxymap
  41. trace     unix  -       -       -       -       0       bounce
  42. verify    unix  -       -       -       -       1       verify
  43. relay     unix  -       -       n       -       -       smtp
  44.        -o smtp_helo_timeout=5 -o smtp_connect_timeout=5

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN