Re: QMail Help

2008-03-12 Thread Paul A. Procacci

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 
[EMAIL PROTECTED]

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: QMail Help

2008-03-12 Thread Vinicius Vianna

Paul A. Procacci wrote:

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.



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
~Paul


I Agree, this would be better posted to a qmail list, but anyway:

I think -ALRM tells qmail to re-run the queue, what you need is to send 
a HUP signal to the qmail-send, like pkill -HUP qmail-send, so it will 
read the control files again.

Have you read the Life With Qmail docs?

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


Re: QMail Help

2008-03-12 Thread Scott Ballantyne
 Paul A. Procacci wrote:
  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.
 
  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
  ~Paul
 
 I Agree, this would be better posted to a qmail list, but anyway:
 
 I think -ALRM tells qmail to re-run the queue, what you need is to send 
 a HUP signal to the qmail-send, like pkill -HUP qmail-send, so it will 
 read the control files again.
 Have you read the Life With Qmail docs?

See qmail-control(5) and qmail-remote(8).

smtproutes is read by qmail-remote not qmail-send. qmail-remote
doesn't require a signal since a new instance is started for each
delivery. If smtproutes is not working, something else is wrong.

Check the syntax of the file (it is described in qmail-remote man
page). You may need to use wild cards to handle all instances for that
domain name. If that's all fine, then perhaps there's a problem on the
remote host.

sdb
-- 
[EMAIL PROTECTED]
Todays Poem:
((12 + 144 + 20 + (3 * 4^(1/2))) / 7) + (5 * 11) = 9^2 + 0

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


Re: qmail help

2007-09-14 Thread Giorgos Keramidas
On 2007-09-13 22:48, Bill Banks [EMAIL PROTECTED] wrote:
 I just make qmail from port and killed sendmail. I can send mail out but
 can't recvice it. I think that the mailboxes is not made,,

You'll have to provide us with *many* more details about the precise
steps you followed, what you wanted to do, what you have done so far,
and so on...

Please see http://catb.org/~esr/faqs/smart-questions.html and then
post a question which is a bit longer, but contains more useful content.
This way we will be able to help you more effectivelly, and it will be a
much more pleasant experience for everyone, including you :)

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


RE: qmail help

2007-09-14 Thread Bill Banks
The qmail is delivering to the mailboxes. I want to use /var/spool/mail,  I
know i have to use procmail but how do i set it up?

---
Bill Banks 508-829-2005
Wachusett Programming  Ourweb
http://www.ourweb.net
http://www.ourwebtemplates.com


-Original Message-
From: Giorgos Keramidas [mailto:[EMAIL PROTECTED]
Sent: Friday, September 14, 2007 10:14 AM
To: Bill Banks
Cc: [EMAIL PROTECTED]
Subject: Re: qmail help


On 2007-09-13 22:48, Bill Banks [EMAIL PROTECTED] wrote:
 I just make qmail from port and killed sendmail. I can send mail out but
 can't recvice it. I think that the mailboxes is not made,,

You'll have to provide us with *many* more details about the precise
steps you followed, what you wanted to do, what you have done so far,
and so on...

Please see http://catb.org/~esr/faqs/smart-questions.html and then
post a question which is a bit longer, but contains more useful content.
This way we will be able to help you more effectivelly, and it will be a
much more pleasant experience for everyone, including you :)



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


Re: Qmail Help

2003-08-28 Thread Adrian Pircalabu
Hi there, you can try:

http://www.tnpi.biz/internet/mail/toaster/

On Thu, 28 Aug 2003 08:59:47 -0400
Cliff Sullivan [EMAIL PROTECTED] wrote:

 Does anyone know any good tutorials sites for qmail and vpopmail? im trying 
 to set up a mail server for multiple domains.
 
 Any help would be greatly appreciated.
 
 Thanks,
 
 Cliff
 =
 Cliff Sullivan - TSR 2
 24hr Technical Support
 CoreComm - East Lansing, MI
 [ 888.715.7873 | [EMAIL PROTECTED] ]
 http://home.core.com/web/start
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 

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


Re: Qmail Help

2003-08-28 Thread Luke Kearney

- Original Message -
From: "Cliff Sullivan" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 9:59 PM
Subject: Qmail Help


 Does anyone know any good tutorials sites for qmail and vpopmail? im
trying
 to set up a mail server for multiple domains.

 Any help would be greatly appreciated.

 Thanks,

 Cliff

http://www.tnpi.biz/internet/mail/toaster/

is very good as is

http://www.lifewithqmail.org/lwq.html

Good luck

LukeK




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

Re: Qmail Help

2003-08-28 Thread Kliment Andreev
 Does anyone know any good tutorials sites for qmail and vpopmail? im
trying
 to set up a mail server for multiple domains.

http://www.tigertimes.net/vpopmail/Qmail-FreeBSD.txt

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