Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Something
Sunday, June 3rd, 2007 at 11:17:15am UTC 

  1. #
  2. # Postfix master process configuration file.  For details on the format
  3. # of the file, see the master(5) manual page (command: "man 5 master").
  4. #
  5. # ==========================================================================
  6. # service type  private unpriv  chroot  wakeup  maxproc command + args
  7. #               (yes)   (yes)   (yes)   (never) (100)
  8. # ==========================================================================
  9. smtp      inet  n       -       -       -       -       smtpd
  10. #submission inet n       -       -       -       -       smtpd
  11. #  -o smtpd_enforce_tls=yes
  12. #  -o smtpd_sasl_auth_enable=yes
  13. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  14. #smtps     inet  n       -       -       -       -       smtpd
  15. #  -o smtpd_tls_wrappermode=yes
  16. #  -o smtpd_sasl_auth_enable=yes
  17. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  18. #628      inet  n       -       -       -       -       qmqpd
  19. pickup    fifo  n       -       -       60      1       pickup
  20. cleanup   unix  n       -       -       -       0       cleanup
  21. qmgr      fifo  n       -       n       300     1       qmgr
  22. #qmgr     fifo  n       -       -       300     1       oqmgr
  23. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  24. rewrite   unix  -       -       -       -       -       trivial-rewrite
  25. bounce    unix  -       -       -       -       0       bounce
  26. defer     unix  -       -       -       -       0       bounce
  27. trace     unix  -       -       -       -       0       bounce
  28. verify    unix  -       -       -       -       1       verify
  29. flush     unix  n       -       -       1000?   0       flush
  30. proxymap  unix  -       -       n       -       -       proxymap
  31. smtp      unix  n       -       n       -       -       smtp
  32. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  33. relay     unix  -       -       -       -       -       smtp
  34.         -o fallback_relay=
  35. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  36. showq     unix  n       -       -       -       -       showq
  37. error     unix  -       -       -       -       -       error
  38. discard   unix  -       -       -       -       -       discard
  39. local     unix  -       n       n       -       -       local
  40. virtual   unix  -       n       n       -       -       virtual
  41. lmtp      unix  -       -       n       -       -       lmtp
  42. anvil     unix  -       -       -       -       1       anvil
  43. scache    unix  -       -       -       -       1       scache
  44. #
  45. # ====================================================================
  46. # Interfaces to non-Postfix software. Be sure to examine the manual
  47. # pages of the non-Postfix software to find out what options it wants.
  48. #
  49. # Many of the following services use the Postfix pipe(8) delivery
  50. # agent.  See the pipe(8) man page for information about ${recipient}
  51. # and other message envelope options.
  52. # ====================================================================
  53. #
  54. # maildrop. See the Postfix MAILDROP_README file for details.
  55. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  56. #
  57. maildrop  unix  -       n       n       -       -       pipe
  58.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  59. #
  60. # See the Postfix UUCP_README file for configuration details.
  61. #
  62. uucp      unix  -       n       n       -       -       pipe
  63.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  64. #
  65. # Other external delivery methods.
  66. #
  67. ifmail    unix  -       n       n       -       -       pipe
  68.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  69. bsmtp     unix  -       n       n       -       -       pipe
  70.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  71. scalemail-backend unix  -       n       n       -       2       pipe
  72.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  73. mailman   unix  -       n       n       -       -       pipe
  74.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  75.   ${nexthop} ${user}
  76. #cyrus     unix  -       n       n       -       -       pipe
  77. #  flags= user=cyrus argv=/usr/cyrus/bin/deliver -r ${sender} -m ${extension} ${user}
  78.  
  79. smtp-amavis unix -      -       n     -       2  smtp
  80.     -o smtp_data_done_timeout=1200
  81.     -o smtp_send_xforward_command=yes
  82.     -o disable_dns_lookups=yes
  83.     -o max_use=20
  84.  
  85. 127.0.0.1:10025 inet n  -       n     -       -  smtpd
  86.     -o content_filter=
  87.     -o local_recipient_maps=
  88.     -o relay_recipient_maps=
  89.     -o smtpd_restriction_classes=
  90.     -o smtpd_delay_reject=no
  91.     -o smtpd_client_restrictions=permit_mynetworks,reject
  92.     -o smtpd_helo_restrictions=
  93.     -o smtpd_sender_restrictions=
  94.     -o smtpd_recipient_restrictions=permit_mynetworks,reject
  95.     -o smtpd_data_restrictions=reject_unauth_pipelining
  96.     -o smtpd_end_of_data_restrictions=
  97.     -o mynetworks=127.0.0.0/8
  98.     -o smtpd_error_sleep_time=0
  99.     -o smtpd_soft_error_limit=1001
  100.     -o smtpd_hard_error_limit=1000
  101.     -o smtpd_client_connection_count_limit=0
  102.     -o smtpd_client_connection_rate_limit=0
  103.     -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right