Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 12:22:40 -0500
From:      "Paul A. Procacci" <pprocacci@datapipe.com>
To:        Victor Farah <victor@netmediaservices.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: QMail Help
Message-ID:  <47D81160.2060301@datapipe.com>
In-Reply-To: <47D7FAD2.8010907@netmediaservices.net>
References:  <47D7FAD2.8010907@netmediaservices.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Victor Farah wrote:
> Hello
>     I'm running qmail and I created an smtproutes file, inside my 
> /var/qmail/control/ directory.  I then sent a killall -ALRM 
> qmail-send, but it doesn't seem like it uses that smtproutes file I 
> made.  I start qmail using supervise scripts.
>
> Also in my smtproutes file can I use IP's, and do they have to be 
> enclosed inside brackets?
> E.G. super.com:[1.2.3.4]
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
Hello,

This isn't the right place to ask this question.  Irregardless of that, 
since you are using supervise to manage the daemon, try the following:

svc -h /path/to/service/directory

OR

svc -a /path/to/service/directory


If neither of those work, you can restart the daemon altogether

svc -d /path/to/service/directory

followed by

svc -u /path/to/service/directory

~Paul



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D81160.2060301>