Unix mail to hotmail.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix mail to hotmail.
# 8  
Old 02-03-2010
Quote:
Originally Posted by markdjones82
Neo, wouldn't you need a mail relay server or an actual mail server configured to actually send the mail?
No. You don't need a relay server to send mail directly to an MX record.

In other words, you don't need sendmail, postfix or exchange, etc to send mail. You need these to receive.

The SMTP protocol does not mandate a relay (you need an MTA).

MUA ----> MTA (The MTA is the MX record of the receiver ....)

The unix/linux mail command is a perfect example of this. PHP also has a built in mail function, etc.

Edit: I don't think the MTA MX is necessarily called a "relay" ... but I would have to check, since it has been a while.
# 9  
Old 02-03-2010
Quote:
Originally Posted by Neo
No. You don't need a relay server to send mail directly to an MX record.

In other words, you don't need sendmail, postfix or exchange, etc to send mail. You need these to receive.

The SMTP protocol does not mandate a relay (you need an MTA).

MUA ----> MTA (The MTA is the MX record of the receiver ....)

The unix/linux mail command is a perfect example of this. PHP also has a built in mail function, etc.

Edit: I don't think the MTA MX is necessarily called a "relay" ... but I would have to check, since it has been a while.
Ah cool, I did not know that. Learn something new every day!
# 10  
Old 02-03-2010
Generally, I call a "relay" an intermediate MTA between the sender and the receiving MTA; but I would need to check terminology.

In this case, the sender can send directly to the receivers MX host. The sender does not require an intermediate relay, but many clients do, like certain web forms, etc.

On the other hand, running something like sendmail locally can provide benefits.
Well, it has been a while since I was up to speed on all the terms of SMTP MTAs and MUAs.

I hope my memory does not fail Me!!
# 11  
Old 02-04-2010
Bug

Thanks to all for shedding light on the topic .

will definitely post after we decide the methodology to be followed
# 12  
Old 02-04-2010
FYI, if you use PHP and add a little bit of HTML and a web server, you can make the entire code remotely configurable from the web Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How can I send a mail from my outlook or other mail accounts to UNIX server?

Hi all, I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix. How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
Discussion started by: igelegin
2 Replies

2. Shell Programming and Scripting

Can I access gmail or hotmail from Unix script?

Hi, I wonder how can I access gmail or hotmail from Unix script? ksh? Thank you in advance for any advices. (2 Replies)
Discussion started by: tanit
2 Replies

3. HP-UX

[Solved] How do I configure Unix Mail Server to use another Mail Exchange Server

We have configured our mail unix server and can send out emails automatically from applications running on unix to different people in our company as well as outside our company. However there is an outside client who is not receiving these emails because the settings on their mail server cannot... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

4. UNIX for Advanced & Expert Users

How to relay mail to mail server from Unix ?

Hi, I need to send email notifications from Unix/Linux box to users using mailx. In these Unix/Linux boxes mail is not configured however we are having mail server configured in our LAN. Could you please provide instructions to configure relay in these boxes so that we can relay our mails... (3 Replies)
Discussion started by: sourabhsharma
3 Replies

5. UNIX for Dummies Questions & Answers

Unix mail to personal mail, Strange behavour

Hi. I am running a script on solaris 10 and mailing it to my personal email. the script is ran as user xxx, And i have edited the crontab for user xxx to run the script and mail it to my email account. /network_check.sh | /usr/bin/mailx -s "Network Test" k454@hotmail.com the sript... (2 Replies)
Discussion started by: k00061804
2 Replies

6. Shell Programming and Scripting

Mail attachment with unix mail

Hi Could someone help me with the details on how to send an attachment through mail in unix. I have an html file in my unix machine and I want this to be send to some mail id, plese help with the steps. Regards Ajay (2 Replies)
Discussion started by: ajaykumarboyana
2 Replies

7. Red Hat

Hotmail Problems With Squid

Dear All I am running Squid on RHEL-4 in my office. I have two Linux Proxy servers e.g Proxy-1 and Proxy-2. The users on LAN access internet via these proxy machines but some users whom use Proxy-1 are unable to delete hotmail emails, whereas they can delete hotmail emails on Proxy-2. When... (0 Replies)
Discussion started by: surfer24
0 Replies

8. UNIX for Dummies Questions & Answers

I am not able to send mail form unix to other mail accounts.

Using Mailx command i.e mailx -s "subject" chinni@hotmail.com < \tmp\chin this command executed sucessfully but not able to receive the mail in chinni@hotmail.com please help. (1 Reply)
Discussion started by: chinnigd
1 Replies

9. UNIX for Dummies Questions & Answers

Send mail to any user (@hotmail,@yahoo etc) from Solaris

Hi All, I am new to unix. I want to know what are the steps to do in order to configure a unix server (Solaris 8) to send mails to the outside world. I also want to send attachments in the mail. Thanks in advance Zing (2 Replies)
Discussion started by: zing
2 Replies

10. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies
Login or Register to Ask a Question