*nothing!*

*also to send from to gmail works, from gmail to my email not working.*

root@server:~/email# postcat -eq 87EF33004CC | grep content_filter
root@server:~/email# postcat -eq 19F213004D8 | grep content_filter
root@server:~/email# postcat -eq 671FF3004D7 | grep content_filter

*all empty of this:*

Feb 11 01:06:28 server postfix/error[5078]: 87EF33004CC: to=<patri...@patrikx3.tk>, relay=none, delay=2685, delays=2684/1/0/0.02, dsn=4.3.0, status=deferred (unknown mail transport error) Feb 11 01:06:28 server postfix/error[5081]: 19F213004D8: to=<patri...@patrikx3.tk>, orig_to=<i...@patrikx3.tk>, relay=none, delay=663, delays=662/1/0/0.02, dsn=4.3.0, status=deferred (unknown mail transport error) Feb 11 01:06:28 server postfix/error[5079]: 671FF3004D7: to=<patri...@patrikx3.tk>, relay=none, delay=688, delays=687/1/0/0.02, dsn=4.3.0, status=deferred (unknown mail transport error)

*inline:*

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
compatibility_level = 2
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
mydestination = localhost
myhostname = mail.patrikx3.tk
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtpd_banner = ESMTP mail.patrikx3.tk
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/acme/mail.patrikx3.tk/fullchain.cer
smtpd_tls_key_file = /etc/ssl/acme/mail.patrikx3.tk/mail.patrikx3.tk.key
smtpd_use_tls = yes
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.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

smtp       inet  n       -       y       -       -       smtpd
submission inet  n       -       y       -       -       smtpd
    -o syslog_name=postfix/submission
    -o smtpd_tls_security_level=encrypt
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
smtps      inet  n       -       y       -       -       smtpd
    -o syslog_name=postfix/smtps
    -o smtpd_tls_wrappermode=yes
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
pickup     unix  n       -       y       60      1       pickup
cleanup    unix  n       -       y       -       0       cleanup
qmgr       unix  n       -       n       300     1       qmgr
tlsmgr     unix  -       -       y       1000?   1       tlsmgr
rewrite    unix  -       -       y       -       - trivial-rewrite
bounce     unix  -       -       y       -       0       bounce
defer      unix  -       -       y       -       0       bounce
trace      unix  -       -       y       -       0       bounce
verify     unix  -       -       y       -       1       verify
flush      unix  n       -       y       1000?   0       flush
proxymap   unix  -       -       n       -       -       proxymap
proxywrite unix  -       -       n       -       1       proxymap
smtp       unix  -       -       y       -       -       smtp
relay      unix  -       -       y       -       -       smtp
showq      unix  n       -       y       -       -       showq
error      unix  -       -       y       -       -       error
retry      unix  -       -       y       -       -       error
discard    unix  -       -       y       -       -       discard
local      unix  -       n       n       -       -       local
virtual    unix  -       n       n       -       -       virtual
lmtp       unix  -       -       y       -       -       smtp
anvil      unix  -       -       y       -       1       anvil
scache     unix  -       -       y       -       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}


On 02/11/2017 01:06 AM, Viktor Dukhovni wrote:
On Sat, Feb 11, 2017 at 01:00:51AM +0100, Patrik Laszlo wrote:

But where? I don't know Postfix, sorry.
     http://www.postfix.org/DEBUG_README.html#mail

Post the output of:

        $ postconf -n
        $ postconf -Mf

Find a message in the queue that is deferred due to this
problem.  As root:

        # postcat -eq <queue-id> | grep content_filter

also post that output.


Which setting? master.cf, but which?
Turns out it is not master.cf, see above.


Reply via email to