After reading the documentation and running dpkg-reconfigure exim4-conf I get this error when I test a local user that exists and has an mbox on the server; /usr/sbin/exim4 -bt jon jon@devmodul.com is undeliverable: Unrouteable address Thanks for any suggestions as to how to help. Jeremiah
Christian Schmidt
2005-Jun-13 16:42 UTC
[Pkg-exim4-users] error message from exim4 -bt jon
Hello Jeremiah, Jeremiah Foster, 13.06.2005 (d.m.y):> After reading the documentation and running dpkg-reconfigure exim4-conf=20 > I get this error when I test a local user that exists and has an mbox on=20 > the server; >=20 > /usr/sbin/exim4 -bt jon > jon@devmodul.com is undeliverable: > Unrouteable addressEither exim can''t resolve the domain name, or it doesn''t know how to handle mail to this domain. In the former case, try to make sure that devmodul.com is resolved to the corresponding IP address. In the latter, advise exim to handle mails to this domain in the corresponding way. Have a special look at exim''s routers. Regards, Christian Schmidt --=20 "Halten Sie sich strikt an die Di=E4t, Frau Kilowski - und in ein paar Monaten m=F6chte ich drei Viertel von Ihnen zur Nachuntersuchung wiedersehen!"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday, 13.06.2005 at 18:24 +0200, Jeremiah Foster wrote:> After reading the documentation and running dpkg-reconfigure exim4-conf > I get this error when I test a local user that exists and has an mbox on > the server; > > /usr/sbin/exim4 -bt jon > jon@devmodul.com is undeliverable: > Unrouteable address > > Thanks for any suggestions as to how to help.1. DNS problem - check that devmodul.com can be resolved by the mail server; 2. Is devmodul.com included in the list of domains for local delivery? Dave. - -- Dave Ewart davee@ceu.ox.ac.uk Computing Manager, Cancer Epidemiology Unit Cancer Research UK / Oxford University PGP: CC70 1883 BD92 E665 B840 118B 6E94 2CFD 694D E370 N 51.7518, W 1.2016 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCrdmNbpQs/WlN43ARAiJVAJwOogizXLBgN3wcRKsx8A+8fYTPAgCg+k0F Uh39TBYGiQlT9URln3aFDQ0=WhVW -----END PGP SIGNATURE-----
Jeremiah Foster
2005-Jun-13 22:48 UTC
[Pkg-exim4-users] Re: error message from exim4 -bt jon
Dave Ewart wrote: Thanks for the reply Dave.>>After reading the documentation and running dpkg-reconfigure exim4-conf >>I get this error when I test a local user that exists and has an mbox on >>the server; >> >>/usr/sbin/exim4 -bt jon >>jon@devmodul.com is undeliverable: >> Unrouteable address >> >>Thanks for any suggestions as to how to help. >> >> > >1. DNS problem - check that devmodul.com can be resolved by the mail >server; > > >Yes it can.>2. Is devmodul.com included in the list of domains for local delivery? > >Also yes. We ripped and replaced using a apt-get remove --purge exim and apt-get remove --purge exim4 and then upon re-install exim4 was working. Jeremaiah