Guest User

Untitled

a guest
Oct 23rd, 2017
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. command_directory = /usr/sbin
  4. config_directory = /etc/postfix
  5. daemon_directory = /usr/libexec/postfix
  6. data_directory = /var/lib/postfix
  7. debug_peer_level = 2
  8. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  9. html_directory = no
  10. inet_interfaces = localhost
  11. inet_protocols = all
  12. mail_owner = postfix
  13. mailq_path = /usr/bin/mailq.postfix
  14. milter_default_action = accept
  15. milter_protocol = 2
  16. mydestination = $myhostname, localhost.$mydomain, localhost
  17. mydomain = mydomain.net
  18. myhostname = moria.mydomain.net
  19. mynetworks = 168.100.189.0/28, 127.0.0.0/8
  20. myorigin = $mydomain
  21. newaliases_path = /usr/bin/newaliases.postfix
  22. non_smtpd_milters = inet:localhost:8891
  23. queue_directory = /var/spool/postfix
  24. sendmail_path = /usr/sbin/sendmail.postfix
  25. setgid_group = postdrop
  26. smtpd_client_restrictions = permit_mynetworks, reject
  27. smtpd_milters = inet:localhost:8891
  28. smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
  29. unknown_local_recipient_reject_code = 550
  30.  
  31. sudo cat /var/log/maillog | grep 60D0C236377
  32. Oct 23 10:58:23 vps283594 postfix/pickup[9068]: 60D0C236377: uid=995 from=<saga.a@mydomain.com>
  33. Oct 23 10:58:23 vps283594 postfix/cleanup[9582]: 60D0C236377: message-id=<7baa68a138bdd54a6f37a4e3602a07af@mydomain.com>
  34. Oct 23 10:58:23 vps283594 opendkim[18951]: 60D0C236377: no signing domain match for 'mydomain.com'
  35. Oct 23 10:58:23 vps283594 opendkim[18951]: 60D0C236377: no signing subdomain match for 'mydomain.com'
  36. Oct 23 10:58:23 vps283594 postfix/qmgr[6298]: 60D0C236377: from=<saga.a@mydomain.com>, size=1991, nrcpt=1 (queue active)
  37. Oct 23 10:59:23 vps283594 postfix/smtp[9617]: 60D0C236377: to=<annika.rantzen@gmail.com>, relay=none, delay=60, delays=0.04/0.02/60/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[2404:6800:4003:c01::1b]:25: Network is unreachable)
Add Comment
Please, Sign In to add comment