Re: [Exim] Need help with Virtual domains

Top Pagina
Delete this message
Reply to this message
Auteur: Sascha E. Pollok
Datum:  
Aan: Ariel Sandberg-Maitland
CC: exim-users
Onderwerp: Re: [Exim] Need help with Virtual domains
> OK so:
> # exim -bh 209.217.94.166
>
> **** SMTP testing session as if from host 209.217.94.166
> **** Not for real!
>
> >>> host in host_lookup? yes (0.0.0.0/0)
> >>> looking up host name for 209.217.94.166
> >>> IP address lookup yielded mail.ottawa.com
> >>> host in host_reject? no (option unset)
> >>> host in host_reject_recipients? no (option unset)
> >>> host in auth_hosts? no (option unset)
> >>> host in sender_unqualified_hosts? no (option unset)
> >>> host in receiver_unqualified_hosts? no (option unset)
> >>> host in helo_verify? no (option unset)
> >>> host in helo_accept_junk_hosts? no (option unset)
> 220 dogstar.parvata.ca ESMTP Exim 3.16 #1 Sun, 25 Feb 2001 11:41:09 -0500
>
>
> I dont know what to do next?
>
> does anyone know of websites and references to sending email this way. Is it
> very difficult?


HELO test.com
MAIL FROM:<test@???>
RCPT TO:<recipient@???>
DATA
<... normal email header+body follow...>
To: recipient@???>
From: test@???
Subject: blabla

test
.



Thats a quite simple SMTP-dialog. Try it. After you gave the single "."
to mark the end of the message, you should get a response from exim
telling you whether the mail will be delivered or not. You might
even get error message (e.g. Relaying prohibited) after giving "RCPT TO:".

I don't have the appropriate RFC in mind. Anyone?

Regards,
Sascha