Re: problem starting qmail

2001-06-25 Thread arjen-qmail

On Mon, 25 Jun 2001, pat moffatt wrote:

 Hi 
 I am having problems starting qmail. I am running qmail on  Redhat 7.1. When I try 
to start qmail I get 
 
 svok: fatal: unable to chdir to /services/qmail-send: file does not exist qmail-send 
service no running
 svok: fatal: unable to chdir to /services/qmail-smtpd: file does not exist 
qmail-smtpd service no running
 
 I've checked the log files but these dont give any more info.

Do you have 

/services/qmail-send/run
/services/qmail-smtpd/run

or did you make a typo and should it be

/service 

instead of

/services

?


Grtz, 

Arjen.





Re: mail routing and sanity

2001-06-20 Thread arjen-qmail

On Wed, 20 Jun 2001, dennis wrote:

   
 So, the question is, how do I tell Qmail to forward all myhost.com
 mail to notes.myhost.com for local delivery on the Notes/Domino email
 server ??

put in $QMAILDIR/control/smtproutes

myhost.com:notes.myhost.com

make sure for the rest it is only in control/rcpthosts

and SIGHUP qmail-send.

You could have easily found the answer in the mailinglist archive...



Grtz, 

Arjen.





Re: restart without rebooting

2001-06-18 Thread arjen-qmail


On Mon, 18 Jun 2001, Virginia Chism wrote:

 I need to learn how to restart qmail on my BSDi system.  I have not been
 able to locate a qmail-restart in any of the qmail directories.
 
 Whenever I make changes in qmail, I have had to resort to `shutdown -r now`
 thus rebooting the entire system.  I don't like doing this.
 
 Someone told me to try 'killall -SIGHUP qmail', but someone else said this
 might kill everything running - that the machine would not read to the
 'qmail' at the end of the line.

That is not true, killall only kills the specified command with the
specified signal.

killall -HUP qmail-send 

should work. 

But i don't think BSDi knows the killall command.



kill -HUP `ps auwx | grep qmail-send | grep -v grep | awk -F  {'print
$2'}`

(all on 1 line) should also do it. 


Or maybe even (if you have bash)

for PID in  \
`ps auwx | grep qmail-send | grep -v grep | awk -F  {'print $2'}`; do \
kill -HUP $PID; done

(not on 1 line but don't miss the backslashes)


Grtz, 

Arjen.





Re: restart without rebooting

2001-06-18 Thread arjen-qmail

On Mon, 18 Jun 2001, Greg White wrote:

 On Mon, Jun 18, 2001 at 09:55:24PM +0200, [EMAIL PROTECTED] wrote:
  
  That is not true, killall only kills the specified command with the
  specified signal.
  
 
 Bzzt! Wrong! Some *nixes have a killall command that kills all
 processes. See:
 

[sNap]

 Sent to the list in case some poor soul on Solaris (or other platform,
 who knows?) actually used this advice

Sorry for the assumtion I made. Seen all the replies it is clear now that
killall has varying functions on different *nix flavors...



Grtz, 

Arjen.





Re: beginner of qmail - creating of users cdb database

2001-06-16 Thread arjen-qmail

On Sat, 16 Jun 2001, Martin Kubecek wrote:

 database, I receive following error message: qmail-newu: fatal: bad format
 in users/assign
 
 Could you tell me plese, what is wrong?

Did you finish assign with a single dot on the last line? Like so:


.



Grtz, 

Arjen.





Re: best patches to be apply for QMAIL

2001-06-07 Thread arjen-qmail


there is no need to patch qmail 1.03 to make it more secure,
cos it already is very secure. Nobody found any hole up 'till 
now.

check http://www.qmail.org to see if you would patch it for
extra features.


Grtz, 

Arjen.


On Thu, 7 Jun 2001, hari_bhr wrote:

 hi
 
 i have installed qmail 1.03 on redhat 6.2
 
 i would like to know , what are the patches to be patch with this.
 for more secure and with out any holes
 could some one guide me what are the patches to be apply
 
 thanks advance
 
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 




Re: Can't understand some files in /var/qmail/control directory ??

2001-06-07 Thread arjen-qmail


George,

there is a lot of qmail documentation out there, that will give
you perfect explanation of many many qmail aspects.

On http://qmail.3va.net for example, you will find the online manpages,
and on

http://qmail.3va.net/man/man5/qmail-control.html

is the answer to your question.

also read

http://qmail.3va.net/qmailfaq.html
and 
http://www.lifewithqmail.org



Grtz, 

Arjen.


On Thu, 7 Jun 2001, george wrote:

  
 Hello :
 
  I can't understand some files in /var/qmail/control directory.
 Example: defaultdomain, locals, me, Any different?
 
 if I want to add domain ,how to do?
 
 Thank you.
 
 




Re: Newbie question-CJK

2001-06-07 Thread arjen-qmail



On Thu, 7 Jun 2001, Constantine Koulis wrote:

 Dear sir.
 
 About local delivery i can send from root to local users but from local 
 users to root nothing.As well i can send from local users and root to 
 outside world.

Where is mail for your local users stored?
Do you check ~alias/ for root mail?

 I cannot receive to root from anywhere.
 I can receive from outside world to local users USING PINE.Not outlook 
 express or IMAP.

Where is the mail stored?

 I am using Courier-IMAP and i believe also POP3 

You believe? Better make sure...


 and i tried to install 
 vmailmgr but i have some small problems with it.Cant compile vmailmgr 
 and from the rpms the vmailmgr-daemon deon start.


PLz send to the list and not to me personally...

Grtz,

Arjen.







Re: mail routing question

2001-06-06 Thread arjen-qmail



- You get all reference to the domain and users @ the domain out of
  the qmail control files.
- The line above does _not_ apply to rcpthosts, there the domain remains
- you put in smtproutes:

 domainname.ext:new.smtp.server

and you gove qmail-send a -HUP

Should do it...


Grtz, 

Arjen.


On Thu, 7 Jun 2001, Chris wrote:

 
 We use Qmail+Vpopmail. we are planning to move a virtual domain to another
 server. but i'm afraid the new incoming email will still store in the old
 server after we change the MX dns record to the new server.
 
 anyone know how to configure the old server's qmail route the email to new
 server? many many thanks
 
 
 
   Chris Chan