SHARE
TWEET
Untitled
a guest
Mar 28th, 2017
52
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- Error:
- 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))
- postconf -Mf
- smtp inet n - - - 9 smtpd
- -o smtpd_client_connection_count_limit=10
- submission inet n - - - - smtpd
- -o smtpd_tls_security_level=encrypt
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- smtps inet n - - - - smtpd
- -o smtpd_tls_wrappermode=yes
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- pickup fifo n - - 60 1 pickup
- cleanup unix n - - - 0 cleanup
- qmgr fifo n - n 300 1 qmgr
- tlsmgr unix - - - 1000? 1 tlsmgr
- rewrite unix - - - - - trivial-rewrite
- bounce unix - - - - 0 bounce
- defer unix - - - - 0 bounce
- trace unix - - - - 0 bounce
- verify unix - - - - 1 verify
- flush unix n - - 1000? 0 flush
- proxymap unix - - n - - proxymap
- proxywrite unix - - n - 1 proxymap
- smtp unix - - - - - smtp
- relay unix - - - - - smtp
- -o smtp_fallback_relay=
- showq unix n - - - - showq
- error unix - - - - - error
- retry unix - - - - - error
- discard unix - - - - - discard
- local unix - n n - - local
- virtual unix - n n - - virtual
- lmtp unix - - - - - lmtp
- anvil unix - - - - 1 anvil
- scache unix - - - - 1 scache
- maildrop unix - n n - - pipe flags=DRhu
- user=vmail argv=/usr/bin/maildrop -d ${recipient}
- uucp unix - n n - - pipe flags=Fqhu
- user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
- ifmail unix - n n - - pipe flags=F user=ftn
- argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
- bsmtp unix - n n - - pipe flags=Fq.
- user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
- scalemail-backend unix - n n - 2 pipe flags=R
- user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
- ${user} ${extension}
- mailman unix - n n - - pipe flags=FR
- user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
- ${user}
- dovecot unix - n n - - pipe flags=DRhu
- user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d
- ${recipient}
- # postconf -nf
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- append_dot_mydomain = no
- biff = no
- config_directory = /etc/postfix
- dovecot_destination_recipient_limit = 1
- header_checks = pcre:/etc/postfix/header_checks
- inet_interfaces = all
- local_transport = local:localhost
- mailbox_size_limit = 0
- mailman_destination_recipient_limit = 1
- message_size_limit = 41943040
- milter_connect_macros = i j {daemon_name} v {if_name} _
- milter_default_action = accept
- milter_protocol = 6
- mydestination = localhost
- myhostname = mlq.me
- mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
- myorigin = /etc/mailname
- non_smtpd_milters = inet:localhost:8891
- readme_directory = no
- receive_override_options = no_address_mappings
- recipient_delimiter = +
- relay_domains = lists.pwmt.org
- relayhost =
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
- smtpd_milters = unix:/spamass/spamass.sock
- smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated
- reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org
- reject_unauth_destination
- smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
- reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org
- reject_unauth_destination
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_path = private/auth
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = dovecot
- smtpd_tls_CAfile = /etc/letsencrypt/live/mail.mlq.me/chain.pem
- smtpd_tls_auth_only = yes
- smtpd_tls_cert_file = /etc/letsencrypt/live/mail.mlq.me/fullchain.pem
- smtpd_tls_key_file = /etc/letsencrypt/live/mail.mlq.me/privkey.pem
- smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3
- smtpd_tls_security_level = may
- smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
- smtpd_tls_wrappermode = no
- smtpd_use_tls = yes
- soft_bounce = no
- transport_maps = btree:/etc/postfix/transport
- virtual_alias_maps =
- mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
- virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
- virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
- virtual_transport = lmtp:unix:private/dovecot-lmtp
- # cat /etc/postfix/mysql-virtual-alias-maps.cf
- ...
- query = SELECT destination FROM virtual_aliases WHERE source='%s'
- # postmap -q mock@lipp.net mysql:/etc/postfix/mysql-virtual-alias-maps.cf
- 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.

