Re: Why doesn't sendmail wait to receive on port 25?

2007-03-25 Thread Giorgos Keramidas
On 2007-03-24 17:57, [EMAIL PROTECTED] wrote:
> 
> Thank you very much !!
> 
> I didn't think that it was necessary to add
> sendmail_enable="YES" because sendmail is running without
> changing rc.conf.
> 
> I confirmed that sendmail listens on port 25 after adding the
> above setting.
> 
> I couldn't find out what to do for three days.
> 
> Thank you very much !!! m(_ _)m

Tomohito-san,

Sendmail is listening only to 'localhost:25' by default.  This is
necessary for local email delivery, but it doesn't allow any
other host to connect to your SMTP port.

You can find more about the various sendmail-related options of
"rc.conf" files in the rc.sendmail manpage:

man rc.sendmail

Regards,
Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why doesn't sendmail wait to receive on port 25?

2007-03-24 Thread tomohito . kajiwara

Thank you very much !!

I didn't think that it was necessary to add sendmail_enable="YES" because
sendmail is running without changing rc.conf.

I confirmed that sendmail listens on port 25 after adding the above
setting.

I couldn't find out what to do for three days.

Thank you very much !!! m(_ _)m



   
 B H   
 <[EMAIL PROTECTED] 
   
 .homeip.ne   宛先 
 t>  Tomohito Kajiwara/R/[EMAIL PROTECTED]  
 
 送信者:cc 
 owner-free  freebsd-questions@freebsd.org 
 bsd-questi   件名 
 [EMAIL PROTECTED]  Re: Why doesn't sendmail wait  to 
receive 
 d.org   on port 25?   
   
   
 2007/03/24
 17:23 
   
   




[EMAIL PROTECTED] skrev:
> I'm trying to install sendmail8.13.4 into freeBSD 6.0.
>
> And I done all setting of sendmail and confirmed that sendmail is
running.
> in addtion of that. I confirmed that sendmail is working as the
followings:
> 1. I can send e-mail by "telnet localhost smtp"
> 2. I cannot connect to this PC at any another PC by "telnet IPadress
smtp".
> And I found out that the PC I am installing does not wait to receive on
> port 25.

Do you have sendmail_enable="YES" in rc.conf?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 "[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why doesn't sendmail wait to receive on port 25?

2007-03-24 Thread B H

[EMAIL PROTECTED] skrev:

I'm trying to install sendmail8.13.4 into freeBSD 6.0.

And I done all setting of sendmail and confirmed that sendmail is running.
in addtion of that. I confirmed that sendmail is working as the followings:
1. I can send e-mail by "telnet localhost smtp"
2. I cannot connect to this PC at any another PC by "telnet IPadress smtp".
And I found out that the PC I am installing does not wait to receive on
port 25.


Do you have sendmail_enable="YES" in rc.conf?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Why doesn't sendmail wait to receive on port 25?

2007-03-23 Thread tomohito . kajiwara
I'm trying to install sendmail8.13.4 into freeBSD 6.0.

And I done all setting of sendmail and confirmed that sendmail is running.
in addtion of that. I confirmed that sendmail is working as the followings:
1. I can send e-mail by "telnet localhost smtp"
2. I cannot connect to this PC at any another PC by "telnet IPadress smtp".
And I found out that the PC I am installing does not wait to receive on
port 25.

  159  ??  Is 0:00.00 adjkerntz -i
  256  ??  Is 0:00.00 /usr/sbin/moused -p /dev/ums0 -t auto -I
/var/run/moused.ums0.pid
  277  ??  Is 0:00.00 /sbin/devd
  310  ??  Ss 0:00.20 /usr/sbin/syslogd -l /var/run/log -l
/var/named/var/run/log -s
  371  ??  Ss 0:00.26 /usr/sbin/named -u bind -c /etc/namedb/named.conf
-t /var/named
  439  ??  Ss 0:00.08 /usr/sbin/usbd
  484  ??  Ss 0:01.48 sendmail: accepting connections (sendmail)
  488  ??  Is 0:00.03 sendmail: Queue [EMAIL PROTECTED]:30:00 for
/var/spool/clientmqueue (sendmail)
  504  ??  Is 0:00.23 /usr/sbin/cron -s
  528  ??  Ss 0:00.01 /usr/sbin/inetd -wW -C 60

Could you advice me?

Tomohito Kajiwara


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"