ports


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers ports
# 8  
Old 10-26-2001
I fully understand that and I am aware of it. The thing is not many users exist in that particular box. Security is not an issue for now. I believe that the actual problem relies on the /etc/mail/aliases.
Does anyone understands that :

<pre>

dbm map "Alias0": unsafe map file /etc/mail/aliases: No such file or directory
Cannot create database for alias file /etc/mail/aliases
</pre>

Why can NOT be created.

Also, I get :
<pre>

% netstat -a |grep smtp
*.smtp *.* 0 0 0 0 LISTEN

% ps -ef |grep mail
root 299 1 0 Oct 09 ? 0:00 /usr/lib/sendmail -bd -q15m
aris 7454 7205 0 14:27:58 pts/3 0:00 grep mail

</pre>
There is a full description in the 'email problem' forum

If anyone could help will be very much appreciated.

Thanks in advance !

;-#)
# 9  
Old 10-26-2001
Heres what I got:

prioris$root> netstat -a | grep 25
tcp 0 0 prioris.telnet digi10.1255 ESTABLISHED
tcp 0 0 prioris.telnet digi2.1254 ESTABLISHED
udp 0 0 *.1025 *.*
fd082470 stream 0 0 fd082500
fd082500 stream 0 0 fd082470
fd082590 stream 0 0 fd082740
fd082740 stream 0 0 fd082590
prioris$root> netstat -a | grep 110
prioris$root> netstat -a | grep mail
prioris$root>


I didnt get anything for port 110, is that ok? Also, whats up with the udp and all those fd082***** files?

Thanks,
DJ At Work
# 10  
Old 10-28-2001
Repeating:

You do not need SMTP and POP ports open to SEND mail (only receive).

Sending email is a client process that uses random ports in the high number ranges. Let's close this thread and ask the poster to review basic TCP/IP client-server processes.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Ports

** forum admins: Before you come down on my like a wrath of something, I can get no decent answers so I have to come to these Gurus' court *** I am by no means Unix expert. However, none of our unix admin (aix & hpux) can give me an answer that makes sense. My Issue: Assigned ports in 8601,... (7 Replies)
Discussion started by: rsheikh
7 Replies

2. UNIX for Dummies Questions & Answers

ports

When the netstat -an command is run on current unix machine, it seems that there's an excessive amount of ports established (roughly 600). How can I tell what each of these ports are being used for? (1 Reply)
Discussion started by: lastchance551
1 Replies

3. Solaris

ports

Hi, If for example i try to start tomcat in a solaris server and get errors related to address already in use, how can I know if this port is really used for another process? If someone can point any documentation it will be very helpfull. Thanks! :rolleyes: (9 Replies)
Discussion started by: ffpradella
9 Replies

4. Solaris

regarding ports

Hi , I need one help... Is there any command on solaris 10 to free the ports. For e.g I used netstat -na| grep 8080 it displays either it is listening or established.. i want to free the ports... Anyone please help me on this... Thanks, Shanmuga (2 Replies)
Discussion started by: shanshine
2 Replies

5. HP-UX

Ports

Can any one tell the command for which process are running on a perticular port (1 Reply)
Discussion started by: zsujith
1 Replies

6. UNIX for Dummies Questions & Answers

Ports...

Hello UNIX people... This is my first foray into the UNIX world so go easy on me... I have a client who has hired me to do some work on his windows stuff, BUT it just so happens his UNIX server started giving him problems... He is running SCO Open Server 5.0.6 The TTY ports won't... (5 Replies)
Discussion started by: TechKnow
5 Replies

7. IP Networking

Ports

What are some good sites that list all TPC/UDP ports? ~thanks (3 Replies)
Discussion started by: ireeneek
3 Replies

8. IP Networking

ports???

Ok, I've been working in the IT field for about 3 years now and I never fully understood the concept of ip ports. I just started a new job that uses Solaris and today it kinda clicked in my head and I want to know if I'm right or wrong. Does each ip address have multiple ports. because we... (4 Replies)
Discussion started by: eloquent99
4 Replies

9. UNIX for Dummies Questions & Answers

Ports

I know i can look in the /etc/services file to look at referenced port numbers, but is there a command that will list the current ports being used? (i.e. what is the application does not have an entry in the services files :confused: ) (2 Replies)
Discussion started by: Ralf
2 Replies

10. UNIX for Dummies Questions & Answers

Ports

How To Close ports,for example finger port 79?? :confused: :confused: :confused: 10x (6 Replies)
Discussion started by: Yaki
6 Replies
Login or Register to Ask a Question