NoPaste

[Postfix] 5.7.1. Recipient address rejected: Access denied

von KBDCALLS
SNIPPET_DESC:
https://debianforum.de/forum/posting.php?mode=edit&f=8&p=1202921
SNIPPET_CREATION_TIME:
07.04.2019 11:58:56
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  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" or
  4. # on-line: http://www.postfix.org/master.5.html).
  5. #
  6. # Do not forget to execute "postfix reload" after editing this file.
  7. #
  8. # ==========================================================================
  9. # service type  private unpriv  chroot  wakeup  maxproc command + args
  10. #               (yes)   (yes)   (no)    (never) (100)
  11. # ==========================================================================
  12. smtp      inet  n       -       y       -       -       smtpd -v
  13.    -o smtpd_proxy_filter=127.0.0.1:10024
  14. #smtp      inet  n       -       y       -       1       postscreen
  15. #smtpd     pass  -       -       y       -       -       smtpd
  16. #dnsblog   unix  -       -       y       -       0       dnsblog
  17. #tlsproxy  unix  -       -       y       -       0       tlsproxy
  18. #submission inet n       -       y       -       -       smtpd
  19.   -o syslog_name=postfix/submission
  20.   -o smtpd_tls_security_level=encrypt
  21.   -o smtpd_sasl_auth_enable=yes
  22.   -o smtpd_reject_unlisted_recipient=no
  23. #  -o smtpd_client_restrictions=$mua_client_restrictions
  24. #  -o smtpd_helo_restrictions=$mua_helo_restrictions
  25. #  -o smtpd_sender_restrictions=$mua_sender_restrictions
  26.   -o smtpd_recipient_restrictions=
  27.   -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  28.   -o milter_macro_daemon_name=ORIGINATING
  29.   -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated
  30. #smtps     inet  n       -       y       -       -       smtpd
  31.  
  32.  
  33. #628       inet  n       -       y       -       -       qmqpd
  34. pickup    unix  n       -       y       60      1       pickup
  35. cleanup   unix  n       -       y       -       0       cleanup
  36. qmgr      unix  n       -       n       300     1       qmgr
  37. #qmgr     unix  n       -       n       300     1       oqmgr
  38. tlsmgr    unix  -       -       y       1000?   1       tlsmgr
  39. rewrite   unix  -       -       y       -       -       trivial-rewrite
  40. bounce    unix  -       -       y       -       0       bounce
  41. defer     unix  -       -       y       -       0       bounce
  42. trace     unix  -       -       y       -       0       bounce
  43. verify    unix  -       -       y       -       1       verify
  44. flush     unix  n       -       y       1000?   0       flush
  45. proxymap  unix  -       -       n       -       -       proxymap
  46. proxywrite unix -       -       n       -       1       proxymap
  47. smtp      unix  -       -       y       -       -       smtp
  48. relay     unix  -       -       y       -       -       smtp
  49. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  50. showq     unix  n       -       y       -       -       showq
  51. error     unix  -       -       y       -       -       error
  52. retry     unix  -       -       y       -       -       error
  53. discard   unix  -       -       y       -       -       discard
  54. local     unix  -       n       n       -       -       local
  55. virtual   unix  -       n       n       -       -       virtual
  56. lmtp      unix  -       -       y       -       -       lmtp
  57. anvil     unix  -       -       y       -       1       anvil
  58. scache    unix  -       -       y       -       1       scache
  59.  
  60. maildrop  unix  -       n       n       -       -       pipe
  61.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  62.  
  63. uucp      unix  -       n       n       -       -       pipe
  64.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  65. #
  66. # Other external delivery methods.
  67. #
  68. ifmail    unix  -       n       n       -       -       pipe
  69.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  70. bsmtp     unix  -       n       n       -       -       pipe
  71.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  72. scalemail-backend unix  -       n       n       -       2       pipe
  73.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  74. mailman   unix  -       n       n       -       -       pipe
  75.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  76.   ${nexthop} ${user}
  77.  
  78.  
  79. smtp-amavis unix - - - - 2 smtp
  80.    -o smtp_data_done_timeout=1800
  81.    -o smtp_send_xforward_command=yes
  82.    -o disable_mime_output_conversion=yes
  83.    -o disable_dns_lookups=yes
  84.  
  85. 127.0.0.1:10025 inet n - - - - smtpd
  86.    -o content_filter=
  87.    -o smtpd_proxy_filter=
  88.    -o local_recipient_maps=
  89.    -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  90.    -o relay_recipient_maps=
  91.    -o smtpd_restriction_classes=
  92.    -o smtpd_client_restrictions=
  93.    -o smtpd_helo_restrictions=
  94.    -o smtpd_sender_restrictions=
  95.    -o smtpd_data_restrictions=
  96.    -o smtpd_recipient_restrictions=permit_mynetworks,reject
  97.    -o mynetworks=127.0.0.0/8
  98.    -o strict_rfc821_envelopes=yes
  99.    -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks

Quellcode

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