SHARE
TWEET

Untitled

a guest May 10th, 2013 45 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. smtp        inet    n       -       n       -       1000    smtpd
  2.     -o smtpd_client_connection_count_limit=30
  3.     -o smtpd_client_connection_rate_limit=30
  4.     -o smtpd_client_message_rate_limit=30
  5.     -o smtpd_recipient_limit=50
  6.     -o smtpd_recipient_overshoot_limit=1
  7.     -o smtpd_client_recipient_rate_limit=200
  8.     -o content_filter=spamass
  9.  
  10. 587         inet    n       -       n       -       128     smtpd
  11.     -o smtpd_sasl_auth_enable=yes
  12.     -o smtpd_client_connection_count_limit=30
  13.     -o smtpd_client_connection_rate_limit=30
  14.     -o smtpd_client_message_rate_limit=30
  15.     -o smtpd_recipient_limit=100
  16.     -o smtpd_recipient_overshoot_limit=1
  17.     -o smtpd_client_recipient_rate_limit=200
  18.     -o syslog_name=postfix/587
  19.     #-o smtpd_recipient_restrictions=$587_smtpd_recipient_restrictions
  20.     -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  21.  
  22. scan        unix    -       -       n       -       32      smtp
  23.     -o smtp_send_xforward_command=yes
  24.  
  25. 127.0.0.1:10026 inet n      -       n       -       32      smtpd
  26.     -o content_filter=
  27.     -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  28.     -o smtpd_helo_restrictions=
  29.     -o smtpd_client_restrictions=
  30.     -o smtpd_sender_restrictions=
  31.     -o smtpd_recipient_restrictions=permit_mynetworks,reject
  32.     -o mynetworks_style=host
  33.     -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  34.  
  35. pickup      fifo    n       -       n       60      1       pickup
  36. cleanup     unix    n       -       n       -       0       cleanup
  37. qmgr        fifo    n       -       n       300     1       qmgr
  38. tlsmgr      unix    -       -       n       1000?   1       tlsmgr
  39. rewrite     unix    -       -       n       -       -       trivial-rewrite
  40. bounce      unix    -       -       n       -       0       bounce
  41. defer       unix    -       -       n       -       0       bounce
  42. trace       unix    -       -       n       -       0       bounce
  43. verify      unix    -       -       n       -       1       verify
  44. flush       unix    n       -       n       1000?   0       flush
  45. smtp        unix    -       -       n       -       -       smtp
  46. showq       unix    n       -       n       -       -       showq
  47. error       unix    -       -       n       -       -       error
  48. retry       unix    -       -       n       -       -       error
  49. discard     unix    -       -       n       -       -       discard
  50. local       unix    -       n       n       -       -       local
  51. lmtp        unix    -       -       n       -       -       lmtp
  52. anvil       unix    -       -       n       -       1       anvil
  53. scache      unix    -       -       n       -       1       scache
  54. proxymap    unix    -       -       n       -       -       proxymap
  55. proxywrite  unix    -       -       n       -       1       proxymap
  56.  
  57. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops:
  58. relay       unix    -       -       n       -       -       smtp
  59.     -o fallback_relay=
  60. spamass     unix    -       n       n       -       20      pipe
  61.    user=vmail:poczta argv=/usr/local/spamassassin/bin/spamc -u ${recipient} -s 500000 -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
  62. dovecot     unix    -       n       n       -       -       pipe
  63.    flags=DRhu user=vmail:poczta argv=/usr/local/dovecot/libexec/dovecot/deliver -d ${recipient}
  64. vacation    unix    -       n       n       -       -       pipe    flags=Rq user=vacation
  65.    argv=/home/vacation/vacation.pl ${recipient}
  66. policy      unix    -       n       n       -       0       spawn
  67.     user=nobody argv=/usr/bin/perl /usr/local/lib/policyd-spf-perl
  68. sms         unix    -       n       n       -       -       pipe flags=Rq user=vacation
  69.    argv=/home/vacation/sms.pl ${recipient}
  70. kopia       unix    -       n       n       -       -       pipe flags=Rq user=vmail
  71.    argv=/home/vacation/kopia.pl ${recipient} ${sender}
  72.  
  73. # vim: syn=pfmaster
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top