Unix Mail


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix Mail
# 1  
Old 06-05-2001
Unix Mail

I am running DESQTOP on an AIX system and have set up a gateway for mail from DESQTOP to UNIX MAIL. I need a way to connect UNIX MAIL to a WINDOWS 2000 SERVER mail. I have very little knowledge of Unix, so any help would be appreciated.
# 2  
Old 06-05-2001
it might just be me. but i seem to have gotten lost in the question.

what is desqtop? never heard of it.

and what do you mean by gateway from an application or a mail daemon? are you just trying to send mail from this aplication?


and what are you trying to do "connecting" a unix mail daemon to a win2000 exchange server?
# 3  
Old 06-05-2001
Desqtop is a program that runs on Universe. It is like Outlook; it does mail to other Desqtop users on the same Unix machine. I set up a program in Universe that will send and receive mail between Unix and Desqtop. Now I have to set Unix up to send and receive mail from a Windows server. That is where I need your help.
# 4  
Old 06-06-2001
sounds like you already have a mail daemon set up.

does that program also send mail to an external address?
if not there is a variety of mail servers for unix. most common ones i know of are.

sendmail sendmail.org
qmail qmail.org
# 5  
Old 06-06-2001
Desqtop only does mail for users on the same Unix box and only with other Desqtop users. I am trying to make it possible to send mail from Desqtop to user on a Windows Server and back again. I have it to where Desqtop can send mail to Unix users and get mail back from Unix users. So the next step is to go from Unix to windows. Do I have to set up a mail server in Unix, because no of my users use Unix mail. Is there an easier way to have mail from Unix sent directly to Windows?

Thanks for the qmail information. If there isn't an easier way then qmail is what we are going to use.
# 6  
Old 06-07-2001
not that i am aware of. you need to have a mailserver setup on the unix machine or it cant send or receave anything external.

i have never set up qmail, but i know quite a few people that are pretty good with it. check inter7.com and talk with kenbo hes pretty slick with that stuff.

also #qmail on efnet (not sure if it is still active but better then nothing)
# 7  
Old 06-07-2001
Greetings,
I do this sort of thing between sendmail and exchange. It may be similar to what your doing.

Exchange operates on the X400 mail basics. Which basically means that it hands the information in the canister like heading to and from the other mailers.

I configure the sendmail.cw and the sendmail.cf files to accept headers with this information, and when sending to apply this type of header too the exchange server.

Otherwise the simpilest idea is to use SMTP to the exchange server. Tell the exchange server to accept SMTP requests from the IP address of your desqtop machine. It will then filter the names as best as possible, but it won't be as pretty as if you used the X400 protocal.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. 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

3. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

4. 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

5. 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

6. 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

7. 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

8. UNIX for Dummies Questions & Answers

UNIX to find the unix mail id

Hi all, Need you assistace. is there any command available in UNIX to find the unix mail id ? tried using 'mail' but no use kindly helpe me out. Thanks in advance. manas (2 Replies)
Discussion started by: manas6
2 Replies

9. 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

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