Configure a domain in Solaris.


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Configure a domain in Solaris.
# 1  
Old 02-24-2010
Configure a domain in Solaris.

People i have 2 solaris 10
A webserver and a mailserver.

What i need to do is to send a mail inside de webserver to the domain company
In the webserver When i use mailx -v -s Prueba me@gmail.com
This is ok and the mail is send.
But when i try to send a mail to someone inside de company
mailx -v -s Prueba other@domain.com
The mail is not send, any idea? the hosts of 2 solaris are this

ip webserver.domain.com.ar
ip mailserver.domain.com.ar

Please if anybody cant help me where to look or what to touch.
# 2  
Old 02-24-2010
Post the output from the "mailx -v" of the failed email attempt.
# 3  
Old 02-25-2010
Here i copy the log:
Code:
>>> EHLO webserver.domain.com.ar
250-webserver.domain.com.ar
250-8BITMIME
250-PIPELINING
250-CHUNKING
250-DSN
250-ENHANCEDSTATUSCODES
250-EXPN
250-HELP
250-XADR
250-XSTA
250-XCIR
250-XGEN
250-XLOOP 1F467FF9595AB5E30D948CE5610FC5F9
250-ETRN
250-NO-SOLICITING
250 SIZE 0
>>> MAIL From:<superuser@webserver.domain.com.ar> SIZE=80
250 2.5.0 Address and options OK.
>>> RCPT To:<other@domain.com.ar>
>>> DATA
550 5.1.1 unknown or illegal alias:other@domain.com.ar
554 5.5.0 No recipients have been specified.
>>> RSET
250 2.5.0 Ok.
>>> RSET
250 2.5.0 Ok.
root... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> MAIL From:<> SIZE=1104
250 2.5.0 Address and options OK.
>>> RCPT To:<superuser@webserver.domain.com.ar>
>>> DATA
250 2.1.5 superuser@webserver.domain.com.ar OK.
354 Enter mail, end with a single ".".
>>> .
250 2.5.0 Ok, envelope id 0KYB0470T6O0@mailserver.domain.com.ar
root... Sent (Ok, envelope id 0KYB0470T6O0
@mailserver.domain.com.ar)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.3.0 Bye received. Goodbye.

I think that what i have to change is superuser@webserver.domain.com.ar
its only have to say superuser@domain.com.ar

Thank you for your time.

Last edited by Yogesh Sawant; 03-09-2010 at 06:07 PM.. Reason: added code tags
# 4  
Old 03-04-2010
Please any suggestion?? I m still having this problem
# 5  
Old 03-04-2010
The problem is here:

Quote:
550 5.1.1 unknown or illegal aliasther@domain.com.ar
554 5.5.0 No recipients have been specified
The strange format of the error messages suggests that your "aliases" file contains bad characters.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Canīt install Solaris in guest domain

Hi, i installed Solaris 11 in T2000. I have 2 guest domains, and i want to install Solaris 10 on a guest domain and Solaris 9 on another. I added a vdsdev with the iso file to primary, and then i added a vdisk to guest domain but it doesnt recognize as boot disk. I even tried with lofiadm -a... (6 Replies)
Discussion started by: MuziKizuM
6 Replies

2. Solaris

Copying/duplicating a weblogic domain in sun Solaris

hi Description: I'm trying to duplicate a weblogic domain via command line. Copying the domain is not the problem. I need to clean up the domain of all directories that contain *.log*, *.out* and *.dat* files. So in a nutshell I need to cherry pick these directories and remove them before I tar... (0 Replies)
Discussion started by: jsabo40
0 Replies

3. UNIX for Dummies Questions & Answers

Configure sendmail to Only send mail to one domain

On both Solaris 10 and RHEL, we would like to configure sendmail in such a way that the email sent from the server should only go to a particular domain. For eg. We want our server to ONLY send the mail to <user_name>@abc.com. All other domains should be blocked/restricted. The server should not... (0 Replies)
Discussion started by: sk2code
0 Replies

4. Solaris

Solaris 11 server as Primary Domain Controller

Hi, All of our servers run Solaris (currently 10, but looking to upgrade to 11). In each of our offices we have a server configured as a Primary Domain Controller via Samba to provide naming services to our Windoze users. I would like to continue with that arrangement, but I would also like... (2 Replies)
Discussion started by: wgkorb
2 Replies

5. Shell Programming and Scripting

Domain and work groups in solaris 10

Hello all, In solaris 10 can we create domains and workgroups like Active directory in windows? If that is possible, can some one please advise the procedure.. (1 Reply)
Discussion started by: bhargav90
1 Replies

6. Solaris

configure ldapclient on solaris 10

Hi there, I am looking for a detailed step-by-step how to configure ldapclient on solaris 10. I used ldapclient manual, and edited nsswitch.conf and pam.conf, but it is not working. thank you (2 Replies)
Discussion started by: trtcom1
2 Replies

7. Solaris

how to configure IPMP in solaris 9

Hi friends , can anyone provide me the complete steps to configure IPMP in solaris 9 or 10 provided i have two NIC card ? regards jagan (4 Replies)
Discussion started by: jaganblore
4 Replies

8. Solaris

how to configure network in solaris 10?

Hi..i have installed solaris 10 on vmware. I m not able connect to internet. pls help in detail. how to solve the problem. During the installation i have put no DHCP. cofigured manually ( Ip 192.168.1.9) default gateway 192.168.1.1 . (3 Replies)
Discussion started by: johnavery
3 Replies

9. UNIX for Advanced & Expert Users

configure sendmail to append domain

I am running redhat enterprise 4 with sendmail version 8.13. I am trying to configure sendmail to append the domain to localpart. For example If i send an email to “username”. I want sendmail to append the “username” with @bbl.com I tried modifying the following in /etc/mail/sendmail.mc ... (2 Replies)
Discussion started by: hassan1
2 Replies
Login or Register to Ask a Question