outlook error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers outlook error
# 8  
Old 04-02-2002
Quote:
Originally posted by LivinFree
Can you tell me where I can get Outlook Express for Redhat (or any) Linux? Are you sure you're not using a clone?



This looks like your error here: You're trying to relay? You should talk to the email server administrator to try to resolve this, or try using another server.
Outlook express 6.0 is mail client on windows and sendmail is running on Redhat linux 7.2, i am getting the error in email client m/c(outlook express)
# 9  
Old 04-02-2002
This looks like the SMTP (e-mail) server to which you connect is not allowing relays...are you using your own ISP's SMTP server for outgoing mail? More and more ISPs prevent you from connecting to someone else's SMTP server and most responsible mail administrators won't allow their server to be used as an open relay, hence the error you got which appears to be the relaying message that comes from Ruleset 0 in the sendmail.cf on the mail server.
# 10  
Old 04-02-2002
Your sendmail relay is configured to only allow certain hosts and domains to queue and relay mail. This is a DNS / sendmail configuration problem (not an Outlook problem...., the poster just happens to be using Outlook, the problem would exist with any MHA.)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Send mail to outlook

Hello Guys, I have a requirement to send an email to outlook from unix script. I have used the below stuff to send an email and it worked on machine A but not on machine B. Please find their versions. Machine A ) Linux xxx 2.4.9-e.40enterprise #1 SMP Thu Apr 8 16:43:01 EDT 2004 i686 unknown... (1 Reply)
Discussion started by: srikanthbiradar
1 Replies

2. Shell Programming and Scripting

Set Outlook property to Follow-up

Hi Unix Experts, I am trying to send mail from Unix to my email id configured on outlook. I need to make sure it works as a follow-up. I am using the below code my AIX unix box. /usr/sbin/sendmail -t << EOM X-Priority: 1 X-Message-Flag: Follow up Reply-By: 15/06/2011 10:00... (1 Reply)
Discussion started by: bankimmehta
1 Replies

3. Shell Programming and Scripting

MS Outlook + Win32::OLE

Hey guys, I'm trying to go through my emails in Outlook until I find an email with a certain subject line. I am able to send emails with no problem, but reading emails and their properties (From, Subject, etc.) is my main problem. Basically, I don't know where to start and using search engines... (2 Replies)
Discussion started by: kooshi
2 Replies

4. Shell Programming and Scripting

mailx output format in outlook

We have a deamon monitoring script on Solaris 10 - uname -a gives: SunOS be2900 5.10 Generic_118833-33 sun4u sparc SUNW,Netra-T12 Thes script is: #!/usr/bin/ksh if then # Create message body echo "To:a.nother@company.co.uk\n" > /tmp/appmon.$$ echo "Subject: The APP... (1 Reply)
Discussion started by: jabberwocky
1 Replies

5. Windows & DOS: Issues & Discussions

Outlook Express on Windows 2000

Does anyone know where Outlook Express on Windows 2000 store the e-mails? I know where it stores on Windows XP, but I need it for Windows 2000 regards. (0 Replies)
Discussion started by: milhan
0 Replies

6. UNIX for Dummies Questions & Answers

Unix and Outlook Express

Awhile back I followed instructions in a newsletter (I don't remember which one) giving instructions on making Outlook Express very plain. Unfortunately I followed the instructions but did not make a note of the string. The last word was true. The instructions stated that if one wanted to return to... (0 Replies)
Discussion started by: MarilynNolan
0 Replies

7. Solaris

outlook for unix?

Anyone know if you can download an outlook client to run on Unix? Company recently moved to outlook 2003 and I am wondering if I can install a client on my solaris 9 ultra 10 to access my internal mail.. (1 Reply)
Discussion started by: frustrated1
1 Replies

8. Shell Programming and Scripting

Outlook is getting hanged - sendmail

Hi, Problem with Sendmail When I receive the mail in my outlook, (sent using sendmail ) , Outlook is not working properly( its getting hanged).I am using the script which is available in this forum. The following are the headers that are getting generated . Sendmail is running on SunOS... (5 Replies)
Discussion started by: Srini75
5 Replies

9. Windows & DOS: Issues & Discussions

Outlook express

Where is the file where all my e-mails are stored?I know theres one file with everything in it. (3 Replies)
Discussion started by: perleo
3 Replies
Login or Register to Ask a Question