Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. root@IS-D-069:/usr/local/rancid# postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. config_directory = /etc/postfix
  7. inet_interfaces = all
  8. inet_protocols = ipv4
  9. mailbox_command = procmail -a "$EXTENSION"
  10. mailbox_size_limit = 51200000
  11. mydestination = $myhostname, localhost.$mydomain, localhost, $myorigin
  12. mydomain = $myhostname
  13. myhostname = is-d-069
  14. mynetworks = 127.0.0.0/8 10.1.0.0/16
  15. myorigin = company.com
  16. readme_directory = no
  17. recipient_delimiter =
  18. relay_domains = company.com
  19. relayhost = [mail.company.com]
  20. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  21. transport_maps = hash:/etc/postfix/transport
  22. #virtual_alias_domains = company.com
  23. virtual_alias_maps = hash:/etc/postfix/virtual
  24.  
  25. root@IS-D-069:/usr/local/rancid# cat /etc/aliases
  26.  
  27. # /etc/aliases
  28. mailer-daemon: postmaster
  29. postmaster: root
  30. nobody: root
  31. hostmaster: root
  32. usenet: root
  33. news: root
  34. webmaster: root
  35. www: root
  36. ftp: root
  37. abuse: root
  38. security: root
  39. root: rancid
  40. #
  41. # Rancid email addresses
  42. #
  43. rancid-admin-routers: rancid-routers
  44. rancid-routers: rancid
  45. #rancid-switches: netops
  46. #rancid-admin-switches: netops
  47. #rancid: me@company.com
  48. rancid: me@company.com
  49. ham: spam
  50.  
  51. root@IS-D-069:/usr/local/rancid# cat /etc/postfix/virtual
  52. rancid,root me@company.com
  53.  
  54. root@IS-D-069:/usr/local/rancid# cat /etc/postfix/transport
  55. * smtp-ipv4:[mail.company.com]
  56.  
  57.  
  58. /var/log/mail.log
  59. Sep 3 10:49:33 is-d-069 postfix/error[7658]: D29801A72B: to=<root@company.com>, orig_to=<root>, relay=none, delay=382, delays=382/0/0/0.08, dsn=4.3.0, status=deferred (mail transport unavailable)
  60. Sep 3 10:49:33 is-d-069 postfix/error[7660]: 2F9681A727: to=<root@company.com>, orig_to=<root>, relay=none, delay=107, delays=107/0/0/0.05, dsn=4.3.0, status=deferred (mail transport unavailable)
  61. Sep 3 10:57:03 is-d-069 postfix/pickup[7687]: 0EE131A73C: uid=1002 from=<rancid>
  62. Sep 3 10:57:03 is-d-069 postfix/cleanup[7807]: 0EE131A73C: message-id=<20150903155703.0EE131A73C@is-d-069>
  63. Sep 3 10:57:03 is-d-069 postfix/qmgr[7688]: 0EE131A73C: from=<rancid@company.com>, size=790, nrcpt=1 (queue active)
  64. Sep 3 10:57:03 is-d-069 postfix/error[7692]: 0EE131A73C: to=<rancid-routers@company.com>, orig_to=<rancid-routers>, relay=none, delay=0.09, delays=0.06/0/0/0.02, dsn=4.3.0, status=deferred (mail transport unavailable)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement