Re: unrouteable mail
Avleen Vig <[email protected]>
| Newsgroups | gmane.mail.exim.vexim.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 02, 2008 at 01:31:48AM +0200, [email protected] wrote: > Hi, > > Le 1 juil. 08 ? 18:34, Odhiambo Washington a ?crit : > >> Now I get unrouteable mail for each mail that the website sends... > >> What should I check ? > > > > exim -bt test@that-domain??? > > exim4 -bt [email protected] > R: system_aliases for [email protected] > [email protected] is undeliverable: > Unrouteable address #> script #> exim -bh 127.0.0.1 Then talk SMTP to it: exim> HELO localhost exim> MAIL FROM:<> exim> RCPT TO:<[email protected]> Then, control-C to break out of that, and control-D to quit the 'script' session. All of that output is now in a file called 'typescript' in the current directory. Send that please? Be careful to check it for passwords to your database.