SHARE
TWEET

Untitled

a guest Mar 28th, 2017 52 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Error:
  2. Mar 28 23:01:29 mlq postfix/lmtp[25779]: F3BBF601174: to=<mock@lipp.net>, relay=mlq.me[private/dovecot-lmtp], delay=0.81, delays=0.71/0.01/0/0.09, dsn=5.1.1, status=bounced (host mlq.me[private/dovecot-lmtp] said: 550 5.1.1 <mock@lipp.net> User doesn't exist: mock@lipp.net (in reply to RCPT TO command))
  3.  
  4. postconf -Mf              
  5. smtp       inet  n       -       -       -       9       smtpd
  6.     -o smtpd_client_connection_count_limit=10
  7. submission inet  n       -       -       -       -       smtpd
  8.     -o smtpd_tls_security_level=encrypt
  9.     -o smtpd_sasl_auth_enable=yes
  10.     -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  11. smtps      inet  n       -       -       -       -       smtpd
  12.     -o smtpd_tls_wrappermode=yes
  13.     -o smtpd_sasl_auth_enable=yes
  14.     -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  15. pickup     fifo  n       -       -       60      1       pickup
  16. cleanup    unix  n       -       -       -       0       cleanup
  17. qmgr       fifo  n       -       n       300     1       qmgr
  18. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  19. rewrite    unix  -       -       -       -       -       trivial-rewrite
  20. bounce     unix  -       -       -       -       0       bounce
  21. defer      unix  -       -       -       -       0       bounce
  22. trace      unix  -       -       -       -       0       bounce
  23. verify     unix  -       -       -       -       1       verify
  24. flush      unix  n       -       -       1000?   0       flush
  25. proxymap   unix  -       -       n       -       -       proxymap
  26. proxywrite unix  -       -       n       -       1       proxymap
  27. smtp       unix  -       -       -       -       -       smtp
  28. relay      unix  -       -       -       -       -       smtp
  29.     -o smtp_fallback_relay=
  30. showq      unix  n       -       -       -       -       showq
  31. error      unix  -       -       -       -       -       error
  32. retry      unix  -       -       -       -       -       error
  33. discard    unix  -       -       -       -       -       discard
  34. local      unix  -       n       n       -       -       local
  35. virtual    unix  -       n       n       -       -       virtual
  36. lmtp       unix  -       -       -       -       -       lmtp
  37. anvil      unix  -       -       -       -       1       anvil
  38. scache     unix  -       -       -       -       1       scache
  39. maildrop   unix  -       n       n       -       -       pipe flags=DRhu
  40.     user=vmail argv=/usr/bin/maildrop -d ${recipient}
  41. uucp       unix  -       n       n       -       -       pipe flags=Fqhu
  42.     user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  43. ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn
  44.     argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  45. bsmtp      unix  -       n       n       -       -       pipe flags=Fq.
  46.     user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  47. scalemail-backend unix - n       n       -       2       pipe flags=R
  48.     user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  49.     ${user} ${extension}
  50. mailman    unix  -       n       n       -       -       pipe flags=FR
  51.     user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  52.     ${user}
  53. dovecot    unix  -       n       n       -       -       pipe flags=DRhu
  54.     user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d
  55.     ${recipient}
  56.  
  57.  
  58. # postconf -nf              
  59. alias_database = hash:/etc/aliases
  60. alias_maps = hash:/etc/aliases
  61. append_dot_mydomain = no
  62. biff = no
  63. config_directory = /etc/postfix
  64. dovecot_destination_recipient_limit = 1
  65. header_checks = pcre:/etc/postfix/header_checks
  66. inet_interfaces = all
  67. local_transport = local:localhost
  68. mailbox_size_limit = 0
  69. mailman_destination_recipient_limit = 1
  70. message_size_limit = 41943040
  71. milter_connect_macros = i j {daemon_name} v {if_name} _
  72. milter_default_action = accept
  73. milter_protocol = 6
  74. mydestination = localhost
  75. myhostname = mlq.me
  76. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  77. myorigin = /etc/mailname
  78. non_smtpd_milters = inet:localhost:8891
  79. readme_directory = no
  80. receive_override_options = no_address_mappings
  81. recipient_delimiter = +
  82. relay_domains = lists.pwmt.org
  83. relayhost =
  84. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  85. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  86. smtpd_milters = unix:/spamass/spamass.sock
  87. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
  88.     reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org
  89.     reject_unauth_destination
  90. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  91.     reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org
  92.     reject_unauth_destination
  93. smtpd_sasl_auth_enable = yes
  94. smtpd_sasl_path = private/auth
  95. smtpd_sasl_security_options = noanonymous
  96. smtpd_sasl_type = dovecot
  97. smtpd_tls_CAfile = /etc/letsencrypt/live/mail.mlq.me/chain.pem
  98. smtpd_tls_auth_only = yes
  99. smtpd_tls_cert_file = /etc/letsencrypt/live/mail.mlq.me/fullchain.pem
  100. smtpd_tls_key_file = /etc/letsencrypt/live/mail.mlq.me/privkey.pem
  101. smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3
  102. smtpd_tls_security_level = may
  103. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  104. smtpd_tls_wrappermode = no
  105. smtpd_use_tls = yes
  106. soft_bounce = no
  107. transport_maps = btree:/etc/postfix/transport
  108. virtual_alias_maps =
  109.     mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
  110. virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
  111. virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
  112. virtual_transport = lmtp:unix:private/dovecot-lmtp
  113.  
  114.  
  115.  
  116. # cat /etc/postfix/mysql-virtual-alias-maps.cf
  117. ...
  118. query = SELECT destination FROM virtual_aliases WHERE source='%s'
  119.  
  120.  
  121. # postmap -q mock@lipp.net mysql:/etc/postfix/mysql-virtual-alias-maps.cf
  122. moritz@lipp.net
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