-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Howdy.

I'm trying to configure exim4 on Sarge (I know its old, but its what I
have at my disposal -- I need to run an embedded non-2.6 kernel) and so
far all I can get is "not allowing

2010-08-14 05:26:08 remote host address is the local host:
kabuki-duke.ath.cx (while verifying <[email protected]> from host
mail-gw0-f46.google.com [74.125.83.46])
2010-08-14 05:26:08 H=mail-gw0-f46.google.com [74.125.83.46]
F=<[email protected]> temporarily rejected RCPT
<[email protected]>: remote host address is the local host

Why doesn't exim4 pick up the route from mlmmj first?

Here's my router file:
# cat 50_exim4-config-mlmmj
mlmmj_router:
  driver = accept
  domains = +mlmmj_domains
  require_files = MLMMJ_HOME/${lc::$local_part}
  # Use this instead, if you don't want to give Exim rx rights to mlmmj
spool.
  # Exim will then spawn a new process running under the UID of "mlmmj".
  #require_files = mlmmj:MLMMJ_HOME/${lc::$local_part}
  local_part_suffix = +*
  local_part_suffix_optional
  headers_remove = Delivered-To
  headers_add = Delivered-To: $local_part$local_part_suf...@$domain
  transport = mlmmj_transport

my transport file:
#cat 40_exim4-config_mlmmj
mlmmj_transport:
  driver = pipe
  return_path_add
  user = mlmmj
  group = mlmmj
  home_directory = MLMMJ_HOME
  current_directory = MLMMJ_HOME
  command = /usr/bin/mlmmj-recieve -F -L MLMMJ_HOME/${lc:$local_part}

and finally my main options has this at 02_exim4-config_options

MLMMJ_HOME=/var/spool/mlmmj
domainlist mlmmj_domains = kabuki-duke.ath.cx
domainlist relay_to_domains = +mlmmj_domains
delay_warning_condition = ${if
match_domain{$domain}{+mlmmj_domains}{no}{yes}}


I'm going off http://mlmmj.org/man/exim4 -- what have I messed up?

when testing, I get

# exim4 -bt [email protected]
R: dnslookup_relay_to_domains for [email protected]
LOG: MAIN
  lowest numbered MX record points to local host: kabuki-duke.ath.cx
(while routing <[email protected]>)
[email protected] cannot be resolved at this time:
  lowest numbered MX record points to local host

dig shows nothing out of the ordinary:


dig kabuki-duke.ath.cx a mx
;; Warning, extra type option

; <<>> DiG 9.2.4 <<>> kabuki-duke.ath.cx a mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22704
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;kabuki-duke.ath.cx.            IN      MX

;; ANSWER SECTION:
kabuki-duke.ath.cx.     0       IN      MX      50 kabuki-duke.ath.cx.

;; ADDITIONAL SECTION:
kabuki-duke.ath.cx.     0       IN      A       192.168.0.50

;; Query time: 30 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 14 05:45:11 2010
;; MSG SIZE  rcvd: 86


Any ideas/suggestions/horrid criticisms?

- -- 
Morgan Gangwere <0 dotpunct fractalus atpunct gmail dotpunct com>
http://sonof.bandit.name/

あなたのお母さんは、ハムスターとあなたの父エルダーベリーのワカサギでした
- - A frenchman.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMZlfjAAoJEEURiCSotvJDqRkP/3MJXCGlZo2ELysOuvWP5lg1
TvZCnU9FwnOzJRdGomubnuY0nCDGm/L382wyEBTg3OhyFEpQ/nXbp9YF1V8luSxu
jHd3i0iN4h8UBT4Kdky1yIPCJ3pNxyFrN/ms1M+jwWC7rXJWL8YvQRGwYCd4icCj
XaC43e6ZgO1GdCwqGZ2T611vf4DDpWIraJrgtpWoCnShyU9hujUEvBDJVUVVn51k
q/nUFlhdKRAUiRNVahtqChBUmQP7BbPryHJs3HmdvSgsitivRzhyZ1KuGnxF2Gd4
nZQP4HsHv2PtbpsL9xHYAQEi2UYWH3l00QRgGRYhXKUng0nnbIiuAA2T7AXO1msz
D7DDWHjxM/GI9AcztBsPOveZAqlHMDPPsdgiiE57xtvec847oDzzof0HbGsXHAzG
PLljIWatdb/VUqEwU1BX6wbAX7+DbcT612FWsvFcHO5Sz8owJ7Kd9c7mYgvZsUjr
TFQsBvm1TLkec+OqxcweJw8xdcPCUQpS5n+RnUxfKQSWBJOukbNyxCAhP7Y2ziYc
+nVDwkbIVcT1aMj3gdwyA0jkgLVOrOA4UJ2I2rO7SY8ZqHouClXWihwdCkXxRBcE
od2Z9iakfix9ss0yO013SF5PmhnNPrM7HeW2EYJbiyTC0Wv6CnFwLrCoT78flqs9
R7Fry6ULTEAUbUyBZjuo
=hXMf
-----END PGP SIGNATURE-----

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to