Sendmail


 
Thread Tools Search this Thread
Special Forums IP Networking Sendmail
# 1  
Old 05-05-2002
Sendmail

I have an interesting situation. So bare with me and here goes:

I have a Windows XP box that connects to the internet through a Dial-Up connection. I have a SUSE 7.3 Linux box that is networked with the Windows Box and Linux uses Windows' Dial-up connection to access the internet. All is fine and dandy.

However, I am having a problem with mail. I have a web page and my hosting company provides e-mail addresses for that web page. The problem is that they do not have an SMTP server so that I can send mail on that account. Enter Sendmail. I thought I Was going to be able to use it, however, I am having a problem getting it to work with the way I have my network set up.

I have searched the internet for ways to make sendmail work with a dial-up connection and all I can find are ways to force sendmail to use my ISP's mail server. Which I can't do because my IPS does not allow mail addresses that don't match their name scheme (has to be @MSN and I have @embeddedthought.)

Anyway, I am also wondering if I am even looking for the right information because of the way I have my network shareing the Dial-up connection. If anyone has any information that may help me I would really appreciate it.

Thanks, and sorry for this being so long.

Gregg
# 2  
Old 05-05-2002
If I understand your question, what you want to do can not be done. (I hope!) A full explanation will also be somewhat long-winded...

What you trying to do is to forge mail. I know that your motives are pure. But if MSM allowed you to send mail though them that appeared to originate from embeddedthought.com, you could also send mail through them that appeared to originate from whitehouse.gov or whatever.

It used to be that you could do this. This may be why you think that you can. If MSM allowed this, they would be said to be an "open relay". Open relays are used by spammers. The anti spam projects on the internet are fighting the spammers on several fronts. One of these is the elimination of open relays. There is a list of open relays. Most people on the internet will no longer accept smtp connections from sites on that list. If MSM allowed you to do this, they would be blackballed too.

The real solution is to get your web page hosted by someone who will allow you to send mail from them. And I suspect that you misunderstand the mail services that your web host does provide. I would be very surprised if it's true that they don't have a SMTP server. (But then again, I am very surprised several times a week...)
# 3  
Old 05-05-2002
Well, I am not literally trying to forge mail. What I am trying to do is send E-mail from Linux. And my Web Host Provider does NOT provide an SMTP outgoing mail server. They only cost $12 a year for unlimited space and bandwidth, so that is one of the downsides.

And I don't know of any ISP that allows you to send mail through thier SMTP that does not have thier @address on the E-mail. So basically what I am understanding is that even though SENDMAIL says you can use a dial-up connection, you really can't??

I'm stumped. Sendmail seems to want a DNS to work correctly, but ISP's don't want to give you access to their DNS directly.

Oh well, guess I'll look for another alternative.

Thanks anyway...

Gregg Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

2. UNIX for Advanced & Expert Users

Sendmail

Hi, I have sendmail running in my server. I would like to know the vendor of this sendmail running in the server. I read in a blog that there are many vendors for sendmail. Please advise me how could I identify the vendor for this? Thanks, Poovalingam. (4 Replies)
Discussion started by: poova
4 Replies

3. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

4. Linux

Sendmail

How do i see all incoming mail's and outgoing mail's for a particular user and how do i list folders of sendmail (mailbox) (1 Reply)
Discussion started by: sagar824u
1 Replies

5. Shell Programming and Scripting

Sendmail Help

Hi All, Can anyone help me out to know how can a mail be sent from sendmail command. I tried the below command sendmail -f user-host@xyz.com -s "Some Message" -t abcd@xyz.com It throwed a message -s... User unknown Message... User unknown Some... User unknown But this did not work... (1 Reply)
Discussion started by: ganga.dharan
1 Replies

6. UNIX for Dummies Questions & Answers

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages and... (0 Replies)
Discussion started by: robsonde
0 Replies

7. UNIX and Linux Applications

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages... (1 Reply)
Discussion started by: robsonde
1 Replies

8. Shell Programming and Scripting

Sendmail

HI CAN ANYBODY HELP ME? I HAVE COME ACROSS A PROBLEM. I AM USING SENDMAIL IN HP-UX IN THE FOLLOWING MANNER /usr/sbin/sendmail -t someone@someplace.com < /path/to/file.log BUT THE RECEIPIENT DOESNOT GET THE ADDRESS IN THE TO: SECTION OF THE MAIL. ALSO I HAVE NOT FOUND ANY OPTION TO PUT A... (0 Replies)
Discussion started by: cobroraj
0 Replies

9. Programming

sendmail

hi, i am using sendmail function to send the mail for mail client. when i am sending mime content with attaching with body for the images. the image is not displaying in the mail box. all the mime content stuff is displaying. all the headers are proper. hope the reply for this (0 Replies)
Discussion started by: nagineni
0 Replies

10. UNIX for Dummies Questions & Answers

sendmail.cf

Dear All , I have Linux Red Hat 6.1 , and i have sendmail (8.11.6 ) . i have big problem with spammers , i was looking in sendmail.cf configuration file and i saw this option , i tried it but it failed : the option is : # file containing known spammers by email,domain,ip Kjunk hash... (1 Reply)
Discussion started by: tamemi
1 Replies
Login or Register to Ask a Question