Advertisement
Guest User

Untitled

a guest
Feb 28th, 2011
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. $ sudo exim -bv -d+verify [email protected]
  2. Exim version 4.71 uid=0 gid=0 pid=11119 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=11119
  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. changed uid/gid: privilege not needed
  23. uid=104 gid=108 pid=11119
  24. auxiliary group list: 45 108
  25. seeking password data for user "mail": cache not available
  26. getpwnam() succeeded uid=8 gid=8
  27. user name "root" extracted from gecos field "root"
  28. originator: uid=0 gid=0 login=root name=root
  29. sender address = [email protected]
  30. Verifying: uid=104 gid=108 euid=104 egid=108
  31. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  32. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  33. Considering [email protected]
  34. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  35. --------> domain-a_director router <--------
  36. local_part=fred domain=domain-a.com
  37. checking domains
  38. search_open: dsearch "/etc/exim4/fwd_domains"
  39. search_find: file="/etc/exim4/fwd_domains"
  40. key="domain-a.com" partial=-1 affix=NULL starflags=0
  41. LRU list:
  42. 4/etc/exim4/fwd_domains
  43. End
  44. internal_search_find: file="/etc/exim4/fwd_domains"
  45. type=dsearch key="domain-a.com"
  46. file lookup required for domain-a.com
  47. in /etc/exim4/fwd_domains
  48. lookup yielded: domain-a.com
  49. domain-a.com in "dsearch;/etc/exim4/fwd_domains"? yes (matched "dsearch;/etc/exim4/fwd_domains")
  50. calling domain-a_director router
  51. rda_interpret (string): ${lookup{$local_part}lsearch{/etc/exim4/fwd_domains/$domain}}
  52. search_open: lsearch "/etc/exim4/fwd_domains/domain-a.com"
  53. search_find: file="/etc/exim4/fwd_domains/domain-a.com"
  54. key="fred" partial=-1 affix=NULL starflags=0
  55. LRU list:
  56. :/etc/exim4/fwd_domains/domain-a.com
  57. 4/etc/exim4/fwd_domains
  58. End
  59. internal_search_find: file="/etc/exim4/fwd_domains/domain-a.com"
  60. type=lsearch key="fred"
  61. file lookup required for fred
  62. in /etc/exim4/fwd_domains/domain-a.com
  63. lookup failed
  64. expanded:
  65. file is not a filter file
  66. parse_forward_list:
  67. domain-a_director router declined for [email protected]
  68. "more" is false: skipping remaining routers
  69. no more routers
  70. [email protected] failed to verify: Unrouteable address
  71. search_tidyup called
  72. >>>>>>>>>>>>>>>> Exim pid=11119 terminating with rc=2 >>>>>>>>>>>>>>>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement