how to send mail from aix to lotus with dns


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users how to send mail from aix to lotus with dns
# 1  
Old 11-04-2002
Question how to send mail from aix to lotus with dns

hi ,


before installing dns on my server, all was ok
I was able to send message from aix to my lotus notes server thanks to this command:

mail -v aaaaaaaaaa@bbbbbbb.fr

in my /etc/hosts , there was

xx.xx.xx.xx lotus
xx.xx.xx.xx server name

in my sendmail.cf

Dwserver name
Dslotus

and that's all and all was OK!

now with dns: Big problem

mail -v aaaaaaaaaa@bbbbbbb.fr
bbbbbb.fr:Name server timeout
Transient parse error -- message queued for future delivery

my netsvc.conf is hosts=local,bind

if I change netsvc.conf to hosts=local , all was ok like before
what should I do ?
Have you got an idea.

Thanks
# 2  
Old 11-04-2002
It sounds like your DNS server isn't resolving or you can't get to it from your server.

Quote:
bbbbbb.fr:Name server timeout
Try doing nslookup on servers within your domain, in other domains (such as www.yahoo.com), and post the output.

Also post what version of bind you are using.
# 3  
Old 11-04-2002
thanks

in my domain

cram14.cnav
Server: localhost
Address: 127.0.0.1

cram14.cnav nameserver = ESTAIX15.cram14.cnav
ESTAIX15.cram14.cnav internet address = xx.112.135.93

other domain,

> www.yahoo.fr
Server: localhost
Address: 127.0.0.1

*** localhost can't find www.yahoo.fr:Non-existent host/domain
>

How to know the version of bind , please
# 4  
Old 11-05-2002
To find the version of Bind, try this suggestion from Mr. DNS

If possible, post your resolv.conf file from that server. Should be in /etc (not sure since it's AIX).

From what you have posted, DNS is not working. It should have been able to find www.yahoo.fr. Is this server connected to the Internet? If not, check where it sends it queries to (forward statement in the configuration files). Insure that it can ping the forwarder. If it's not set up, you might start there.

Also, can you do nslookups on servers in your domain?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Send mail from AIX 7.1

Hi, My OS version is AIX 7.1. I am trying to send an email with a file to my mail address. sendmail or uuencode does not work. Can someone give me the correct format ? I use: uuencode <file name> | mail -s "subject" emailaddress Thanks Use code tags, thanks. (3 Replies)
Discussion started by: Nagesh_1985
3 Replies

2. AIX

How to send large file through E-mail IN Unix AIX

hI ALL, I am newbie to Unix.There are 2 GB files in UNIX that should be sent to one of my friend who is working on Windows Environment.Is there any way to send these file to him? By Compressing like that? Can anyone help on this? With thanks, Aravindh (4 Replies)
Discussion started by: Aravindhbabu
4 Replies

3. AIX

Cannot send mail from AIX 5.2 to out side

Hi... help me please Previously, my server could send the email from deamon to out side but now it could not. I tried to use command "mailq -v", it show error as below that "alias database unavailable". Does anyone help me, what should I fix? ... (1 Reply)
Discussion started by: mis1864
1 Replies

4. AIX

send mail configuration in AIX server

Hi All, How to configure sendmail service in AIX server ? Please tell me what all changes has to be made in sendmail.conf file. Please help in this issue to configure it. Thanks jack (1 Reply)
Discussion started by: jack00423
1 Replies

5. Programming

send mail performance problem in AIX

Hi All, Our application is designed to send the emails. we use standard C lib to send the mails using send() function. This works fine on Solaris,HP UX and windows, but on AIX the performance is very slow. it takes around 32 sec to send a simple mail whereas in Solaris 2-3 sec. I would like to... (2 Replies)
Discussion started by: shrihari_s
2 Replies

6. Shell Programming and Scripting

send mail attachment to lotus notes

Hi All, We have requirement to send lotus notes email attachment to mutiple users. Each user has a separate file name ,but the file name and mail id will be same please help urgent Thanks (2 Replies)
Discussion started by: gwrmk
2 Replies

7. AIX

Why a core file is created whenever I send a mail in AIX

Whenever i send a mail like: mail <mail id>, a core file is created under /var/spool/mqueue/ path. This is increasing the space of the file system. Why is that core file get created. Does it happens normally. I am getting an errpt error as: LABEL: CORE_DUMP IDENTIFIER: B6048838 ... (0 Replies)
Discussion started by: sreereddy
0 Replies

8. AIX

How to send a mail with an attachment from AIX 5.2 OS?

Has anyone written a script to attach a file when sending an email using the mailx command? (1 Reply)
Discussion started by: mintu41
1 Replies

9. AIX

Configure AIX v5.1 for send mail

Hi, I wish to send a mail via ksh using this command: cat mailfile | mail -s "My Project." gio123bg@hel.com Is it necessary to configure some file? If yes, in which way? May you explain me all steps necessary to implement the above command? Many thanks in advance for your kind... (0 Replies)
Discussion started by: gio123bg
0 Replies

10. UNIX for Advanced & Expert Users

send mail to a UNIX machine to my Lotus Notes

Hi, I'am new in system administration, and I would like to send file from my UNIX machine running on Aix 4.3.3 to the Lotus Notes V5 mail of my colleagues . So I heard about the sendmail command, but I don't know excatly how to use it for send my files . Please if you have a idea, help me !!! (1 Reply)
Discussion started by: hugo
1 Replies
Login or Register to Ask a Question