Re: Running qmail

2005-12-20 Thread Gojyo
I manually started qmail-smtp.
However, even if it's running, it doesn't listen on any socket.

I think I'm missing something, but what?
Is there some other thing that should I do?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Running qmail

2005-12-19 Thread Gojyo
Hi,
it seems that I have a issue with qmail itself.
Now I'm trying running it without daemontools (I can configure them later,
and, as Svein Halvor said, qmail should run as well without).
Now, /usr/local/etc/rc.d/qmail links correctly to /var/qmail/rc, which is a
copy of /var/qmail/boot/maildir.
At boot, the script is executed, and ps -A|grep qmail returns me this:

485 con- I  0:00.04 qmail-send
  501 con- I  0:00.01 splogger qmail
  502 con- I  0:00.01 qmail-lspawn ./Maildir/
  503 con- I  0:00.01 qmail-rspawn
  504 con- I  0:00.01 qmail-clean
  606  p0  S+ 0:00.01 grep qmail

However, no service is listening on port 25, as sockstat -4l tells me.
I've tryed using the others /var/qmail/boot scripts, but it's the same.

Talking about logs, the messages log shows me nothing related, while
maiilog prints this line when I start the script:
1134993056.844518 status: local 0/10 remote 0/20

trying to telnetl localhost on port 25 refuses the connection.
I think is a qmail related problem (and not, say, firewall related), since I
have other services running whithout problems, like Samba and OpenSSH.
Any idea?
Thanks again!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Running qmail

2005-12-18 Thread Gojyo
I've some problem making qmail work.
I've installed qmail (with smtp auth support), ucspi-tcp and daemontools
from the ports tree (I'm using Freebsd 6.0).

I've disabled sendmail running the enable-qmail script after qmail
installation (and I can see it's not running), I've copied the maildir
start script from /var/qmail/boot to /var/qmail/rc and added
qmail_enable=YES to /etc/rc.conf.
Now I can't exactly understand what I have to do: I think I have to run
qmail from the svscan service, but I really cannot figure out how to do it.
I need some help
thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


syntax error

2005-12-17 Thread Gojyo
While trying to install the php5-pcre port (called from the phpmyadmin
port),
I get this error:

...
./configure.lineno: 3204: Syntax error: word unexpected (expecting ))
===  Script configure failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
/usr/ports/devel/php5-pcre/work/php-5.1.1/ext/pcre/config.log including
the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/devel/php5-pcre.
*** Error code 1

Stop in /usr/ports/databases/phpmyadmin.
...

I'm using Freebsd6.0 Release, and I've upgraded my ports tree about one week

ago.
If some other info (like the config.log written above) are needed, please
ask.
Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]