dorit ben shalom wrote:
> Hi guys
> 
> I am experimenting with sending mail from my own machine
> (instead of telneting someplace and sending there).
> My mail is being blocked by the following program:
> 
> >http://maps.vix.com/dul/enduser.htm
> 
> What can I do?
> 
> Dorit

Use a similar sendmail config file.


        divert(-1)
        #
        # sendmail M4 config file using a smart host
        #
        divert(0)dnl
        OSTYPE(`linux')
        undefine(`UUCP_RELAY')
        undefine(`BITNET_RELAY')
        define(`confME_TOO', True)
        define(`LOCAL_MAILER_PATH', /usr/bin/procmail)
        define(`SMART_HOST', *******)
        MAILER(local)
        MAILER(smtp)
        FEATURE(redirect)
        FEATURE(always_add_domain)
        

Replace the smart host ******* with your ISP SMTP gateway name.

To install this file, look at the sendmail documentation. It is very well
documented. 

You will need to install the full sendmail config file package. 

Geoff.


-- 
Geoffrey S. Mendelson
Tel:  (03) 6944-211  Fax: (03) 6944-225 Email: [EMAIL PROTECTED] 


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to