Advertisement
Guest User

Untitled

a guest
Feb 28th, 2011
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. $ sudo exim -bt -d+route [email protected]
  2. Exim version 4.71 uid=0 gid=0 pid=11129 D=fbb95cfd
  3. Berkeley DB: Berkeley DB 4.8.24: (August 14, 2009)
  4. Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM
  5. Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch nis nis0 passwd
  6. Authenticators: cram_md5 plaintext
  7. Routers: accept dnslookup ipliteral manualroute queryprogram redirect
  8. Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
  9. Fixed never_users: 0
  10. Size of off_t: 8
  11. GnuTLS compile-time version: 2.8.5
  12. GnuTLS runtime version: 2.8.5
  13. changed uid/gid: forcing real = effective
  14. uid=0 gid=0 pid=11129
  15. auxiliary group list: <none>
  16. seeking password data for user "uucp": cache not available
  17. getpwnam() succeeded uid=10 gid=10
  18. configuration file is /var/lib/exim4/config.autogenerated
  19. log selectors = 00000ffc 00612001
  20. trusted user
  21. admin user
  22. seeking password data for user "mail": cache not available
  23. getpwnam() succeeded uid=8 gid=8
  24. user name "root" extracted from gecos field "root"
  25. originator: uid=0 gid=0 login=root name=root
  26. sender address = [email protected]
  27. Address testing: uid=0 gid=108 euid=0 egid=108
  28. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  29. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  30. Considering [email protected]
  31. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  32. --------> domain-a_director router <--------
  33. local_part=fred domain=domain-a.com
  34. checking domains
  35. search_open: dsearch "/etc/exim4/fwd_domains"
  36. search_find: file="/etc/exim4/fwd_domains"
  37. key="domain-a.com" partial=-1 affix=NULL starflags=0
  38. LRU list:
  39. 4/etc/exim4/fwd_domains
  40. End
  41. internal_search_find: file="/etc/exim4/fwd_domains"
  42. type=dsearch key="domain-a.com"
  43. file lookup required for domain-a.com
  44. in /etc/exim4/fwd_domains
  45. lookup yielded: domain-a.com
  46. domain-a.com in "dsearch;/etc/exim4/fwd_domains"? yes (matched "dsearch;/etc/exim4/fwd_domains")
  47. calling domain-a_director router
  48. rda_interpret (string): ${lookup{$local_part}lsearch{/etc/exim4/fwd_domains/$domain}}
  49. search_open: lsearch "/etc/exim4/fwd_domains/domain-a.com"
  50. search_find: file="/etc/exim4/fwd_domains/domain-a.com"
  51. key="fred" partial=-1 affix=NULL starflags=0
  52. LRU list:
  53. :/etc/exim4/fwd_domains/domain-a.com
  54. 4/etc/exim4/fwd_domains
  55. End
  56. internal_search_find: file="/etc/exim4/fwd_domains/domain-a.com"
  57. type=lsearch key="fred"
  58. file lookup required for fred
  59. in /etc/exim4/fwd_domains/domain-a.com
  60. lookup failed
  61. expanded:
  62. file is not a filter file
  63. parse_forward_list:
  64. domain-a_director router declined for [email protected]
  65. "more" is false: skipping remaining routers
  66. no more routers
  67. [email protected] is undeliverable: Unrouteable address
  68. search_tidyup called
  69. >>>>>>>>>>>>>>>> Exim pid=11129 terminating with rc=2 >>>>>>>>>>>>>>>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement