tcpserver on port 25
Hi;[root@13gems beno]# netstat -ltnupActive Internet connections (only servers)Proto Recv-Q Send-Q Local Address * * * * * * * Foreign Address * * * * * * State * * * PID/Program name
tcp * * * *0 * * *0 0.0.0.0:3306 * * * * * * * *0.0.0.0:* * * * * * * * * * LISTEN * * *24560/mysqldtcp * * * *0 * * *0 0.0.0.0:110 * * * * * * * * 0.0.0.0:* * * * * * * * * * LISTEN * * *27762/tcpserver tcp * * * *0 * * *0 0.0.0.0:25 * * * * * * * * *0.0.0.0:* * * * * * * * * * LISTEN * * *27758/tcpservertcp * * * *0 * * *0 :::80 * * * * * * * * * * * :::* * * * * * * * * * * * *LISTEN * * *1598/httpd tcp * * * *0 * * *0 :::22 * * * * * * * * * * * :::* * * * * * * * * * * * *LISTEN * * *11453/sshd No wonder my email server is broken! How do I move tcpserver off of port 25?TIA, Susan _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
tcpserver on port 25
2010/2/24 Susan Day <suzieprogrammer@gmail.com>:
> Hi; > [root@13gems beno]# netstat -ltnup > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address * * * * * * * Foreign Address > State * * * PID/Program name > tcp * * * *0 * * *0 0.0.0.0:3306 * * * * * * * *0.0.0.0:* > LISTEN * * *24560/mysqld > tcp * * * *0 * * *0 0.0.0.0:110 * * * * * * * * 0.0.0.0:* > LISTEN * * *27762/tcpserver > tcp * * * *0 * * *0 0.0.0.0:25 * * * * * * * * *0.0.0.0:* > LISTEN * * *27758/tcpserver > tcp * * * *0 * * *0 :::80 * * * * * * * * * * * :::* > *LISTEN * * *1598/httpd > tcp * * * *0 * * *0 :::22 * * * * * * * * * * * :::* > *LISTEN * * *11453/sshd > No wonder my email server is broken! How do I move tcpserver off of port 25? If you are using qmail, then tcpserver is part of it. Usually tcpserver is running under supervise, so you must stop supervised qmail. -- Eero _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
tcpserver on port 25
Eero Volotinen wrote:
> 2010/2/24 Susan Day <suzieprogrammer@gmail.com>: >> Hi; >> [root@13gems beno]# netstat -ltnup >> Active Internet connections (only servers) >> Proto Recv-Q Send-Q Local Address Foreign Address >> State PID/Program name >> tcp 0 0 0.0.0.0:3306 0.0.0.0:* >> LISTEN 24560/mysqld >> tcp 0 0 0.0.0.0:110 0.0.0.0:* >> LISTEN 27762/tcpserver >> tcp 0 0 0.0.0.0:25 0.0.0.0:* >> LISTEN 27758/tcpserver >> tcp 0 0 :::80 :::* >> LISTEN 1598/httpd >> tcp 0 0 :::22 :::* >> LISTEN 11453/sshd >> No wonder my email server is broken! How do I move tcpserver off of port 25? > > If you are using qmail, then tcpserver is part of it. > > Usually tcpserver is running under supervise, so you must stop supervised qmail. Er...i think NOT. Susan, is qmail-send running? tcpserver is used to run qmail-smtpd to accept emails but qmail-send does the actual queue processing and delivery. Do you also use publicfile for serving webpages? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
tcpserver on port 25
On Wed, Feb 24, 2010 at 9:18 AM, Chan Chung Hang Christopher <christopher.chan@bradbury.edu.hk> wrote:
Eero Volotinen wrote: > 2010/2/24 Susan Day <suzieprogrammer@gmail.com>: >> Hi; >> [root@13gems beno]# netstat -ltnup >> Active Internet connections (only servers) >> Proto Recv-Q Send-Q Local Address * * * * * * * Foreign Address >> State * * * PID/Program name >> tcp * * * *0 * * *0 0.0.0.0:3306 * * * * * * * *0.0.0.0:* >> LISTEN * * *24560/mysqld >> tcp * * * *0 * * *0 0.0.0.0:110 * * * * * * * * 0.0.0.0:* >> LISTEN * * *27762/tcpserver >> tcp * * * *0 * * *0 0.0.0.0:25 * * * * * * * * *0.0.0.0:* >> LISTEN * * *27758/tcpserver >> tcp * * * *0 * * *0 :::80 * * * * * * * * * * * :::* >> *LISTEN * * *1598/httpd >> tcp * * * *0 * * *0 :::22 * * * * * * * * * * * :::* >> *LISTEN * * *11453/sshd >> No wonder my email server is broken! How do I move tcpserver off of port 25? > > If you are using qmail, then tcpserver is part of it. > > Usually tcpserver is running under supervise, so you must stop supervised qmail. Er...i think NOT. Susan, is qmail-send running? tcpserver is used to run qmail-smtpd to accept emails but qmail-send does the actual queue processing and delivery. [root@13gems]# ps wax|grep qmail*7759 ? * * * *S * * *0:00 supervise qmail-send*7761 ? * * * *S * * *0:00 supervise qmail-pop3d *7763 ? * * * *S * * *0:00 supervise qmail-smtpd27755 ? * * * *S * * *0:00 multilog t s100000 n20 /var/log/qmail/qmail-send27756 ? * * * *S * * *0:00 qmail-send27758 ? * * * *S * * *0:00 /usr/local/bin/tcpserver -v -R -l mail.13gems.com -x /etc/tcp.smtp.cdb -c 30 -u 508 -g 503 0 smtp /var/qmail/bin/qmail-smtpd mail.13gems.com /home/vpopmail/bin/vchkpw /usr/bin/true 27759 ? * * * *S * * *0:00 multilog t s100000 n20 /var/log/qmail/qmail-smtpd27762 ? * * * *S * * *0:00 tcpserver -H -R -v -c100 0 110 qmail-popup mail.13gems.com /home/vpopmail/bin/vchkpw qmail-pop3d Maildir 27763 ? * * * *S * * *0:00 multilog t s100000 n20 /var/log/qmail/qmail-pop3d27771 ? * * * *S * * *0:00 qmail-lspawn ./Maildir27772 ? * * * *S * * *0:00 qmail-rspawn27773 ? * * * *S * * *0:00 qmail-clean 27817 pts/0 * *S+ * * 0:00 grep qmail * * ** Do you also use publicfile for serving webpages? No.TIA,Susan _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
tcpserver on port 25
>> Susan, is qmail-send running? tcpserver is used to run qmail-smtpd to
>> accept emails but qmail-send does the actual queue processing and delivery. >> > 27755 ? S 0:00 multilog t s100000 n20 /var/log/qmail/qmail-send Susan, why do you say the email server is broken? 'tail -f /var/log/qmail/qmail-send/current' That should indicate activity of qmail in processing and delivering email. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
tcpserver on port 25
On Wed, Feb 24, 2010 at 9:53 AM, Chan Chung Hang Christopher <christopher.chan@bradbury.edu.hk> wrote:
>> Susan, is qmail-send running? tcpserver is used to run qmail-smtpd to >> accept emails but qmail-send does the actual queue processing and delivery. >> > 27755 ? * * * *S * * *0:00 multilog t s100000 n20 /var/log/qmail/qmail-send Susan, why do you say the email server is broken? 'tail -f /var/log/qmail/qmail-send/current' *[root@13gems]# tail -f /var/log/qmail/qmail-send/current@400000004b84dc8c015fc4bc starting delivery 2: msg 97881076 to remote soandso@gmail.com @400000004b84dc8c015fcc8c status: local 1/10 remote 1/255@400000004b84dc8c015fd074 delivery 1: success: did_0+1+0/qp_20363/@400000004b84dc8c01607c54 status: local 0/10 remote 1/255@400000004b84dc8c01659cd4 end msg 97881075 @400000004b84dc8d16ec280c delivery 2: success: 209.85.223.90_accepted_message./Remote_host_said:_250_2.0.0_OK_1266998403_30si3933 455iwn.66/@400000004b84dc8d16eea0dc status: local 0/10 remote 0/255 @400000004b84dc8d16efba1c end msg 97881076@400000004b851dcf27826334 status: exiting@400000004b851dd005c3af64 status: local 0/10 remote 0/255** * * * * * * * *Hey, that's true! I did get an email from my server today and didn't even think about it! So the problem is elsewhere, with a script I'm trying to run apparently. Thanks! Susan That should indicate activity of qmail in processing and delivering email. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos |
| All times are GMT. The time now is 10:23 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.