Help on activating port 25


 
Thread Tools Search this Thread
Operating Systems AIX Help on activating port 25
# 1  
Old 06-22-2011
Question Help on activating port 25

Hi,

I have started the sendmail service on aix box, using startsrc -s sendmail.

but when I am using the command telnet <Server ip> 25, it is not showing as port open,

Please suggest.

Regards,

Manu
# 2  
Old 06-22-2011
make sure sendmail started and it is not configured for secure connection only; that is different port number.

Also, are you doing telnet from the same box or a different box? There could be a firewall between that may be preventing the connection.
# 3  
Old 06-22-2011
this is not about server sendmail client, your mail server not listenening smtp or firewall not allow to access, first try to telnet localhost 25 on smtp server, if ok check your firewall rule, if not your mail server not running or not listen on port 25
# 4  
Old 06-23-2011
After starting sendmail service. I have given below command

bash-3.00# telnet localhost 25
Trying...
telnet: connect: A remote host refused an attempted connect operation.

Regards,

ManuSmilie
# 5  
Old 06-23-2011
can u check this,
cat /etc/services|grep smtp
you have to see,
smtp 25/tcp # Simple Mail Transfer
smtp 25/udp # Simple Mail Transfer
# 6  
Old 06-23-2011
Thanks for all your help/support. my problem was got resolved using alternate command.

startsrc -s sendmail -a "-bd -q30m" ,

but I can't understand sendmail service was not getting started using startsrc -s sendmail command. though it was showing that it is started.

Regards,

Manoj
# 7  
Old 06-24-2011
you need to start it as startsrc -s sendmail -a "-bd -q30m" as the "bd" option is required to run it as a daemon and start port 25 listening. startsrc -s sendmail won't start it in the daemon mode.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

2. Shell Programming and Scripting

Problems activating "mod_rewrite" (I can't edit 000-default file)

Hello everyone, Maybe an expert could help me.. I'm trying to activate mod_rewrite module on a Ubuntu 11.04 server (natty) and I having problem to edit the file 000-default in 3rd step, the steps to activate the module are: 1-Install Apache web server in Ubuntu Linux 2-Enable mod_rewrite... (6 Replies)
Discussion started by: cgkmal
6 Replies

3. AIX

Help activating http service on AIX

Am new to AIX 5.1 and we have our production database running on it. I need to activate HTTP service so that i can connect to the database's Enterprise manager from my workstation's web browser. can anyone help me with how to activate HTTP service on AIX 5.1 (9 Replies)
Discussion started by: reachay
9 Replies

4. AIX

activating volume group on system after higher level aix installation

Hi, if I do install aix 5.3 on the rootvg of an aix 4.3.3 system (having rootvg and data1vg), is it possible to varyonvg the data1vg after the installation ? (any caution ?) (1 Reply)
Discussion started by: astjen
1 Replies

5. IP Networking

Activating an interface on a Solaris 10

Help! How do I get (configure) an inteface up in order to get access to the internet? System in use is SPARC Ultra 5 - it worked before but not now when I re-installed the system and forgot to connect the RJ45 cable to the interface. (3 Replies)
Discussion started by: Maen
3 Replies

6. Slackware

activating network connection in linux

Hi all, I've just installed redhat linux 7.3 and everything is good so far except my network connection. When I use the wizard to activate it gives me an error 'cannot activate' but no reason. Using the wizard I can see the device Eth0 and under the hardware tab it seems to recognize the card... (13 Replies)
Discussion started by: Mace
13 Replies

7. UNIX for Dummies Questions & Answers

activating ./dtterm

Working of a Aix 4.3 (using ksh) Have started dtlogin daemon . < root 26376 1 0 14:07:19 - 0:08 ./dtlogin -daemon > Have set dtconfig -e < The CDE environment is Already set as the default User Interface. > Have executed " export DISPLAY=10.1.187.86:0.0 Once all this is... (4 Replies)
Discussion started by: buRst
4 Replies
Login or Register to Ask a Question