Re: Compile problems with compilation of daemontools-0.70 on RH 7.1

2001-05-21 Thread Carl J. Danowski

Are you compiling as non-root?  If you're the root user, it won't compile.
I had similar problems, but then I compiled in the home directory of a
non-root user and it worked.


- Original Message -
From: "Ed Weinberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 1:23 PM
Subject: Compile problems with compilation of daemontools-0.70 on RH 7.1


> I am havingompile problems compiling daemontools-0.70 on RH 7.1.  I have
> already compiled Qmail, Checkpassword, and several other packages, just
this
> one is giving me a problem.  Are there known problems doing this with 7.1?
> Anyone have a work-arround? Here is the last few lines  while "make" is
> running:
>
> ./load tai64n time.a unix.a byte.a
> ./compile tai64nlocal.c
> tai64nlocal.c: In function `main':
> tai64nlocal.c:54: warning: assignment makes pointer from integer without a
cast
> tai64nlocal.c:55: dereferencing pointer to incomplete type
> tai64nlocal.c:56: dereferencing pointer to incomplete type
> tai64nlocal.c:57: dereferencing pointer to incomplete type
> tai64nlocal.c:58: dereferencing pointer to incomplete type
> tai64nlocal.c:59: dereferencing pointer to incomplete type
> tai64nlocal.c:60: dereferencing pointer to incomplete type
> make: *** [tai64nlocal.o] Error 1
>
> Thanks
>   --  Ed




Re: assign file being overwritten regularly

2001-05-08 Thread Carl J. Danowski




i think i just figured it out. 
 
look what was in cron.hourly:
 
#!/bin/sh
set -e
cd /var/qmail/users
test -s assign -a -s cdb && \ 
qmail-pw2u assign && \
qmail-newu
 
Hmm i guess it puts this in by default (or something did)...
 
well, that's gone.  i guess that would be a handy file to have in 
cron.hourly because if you didn't know any better, it'd create users for you 
automatically.
 
Carl
 


assign file being overwritten regularly

2001-05-08 Thread Carl J. Danowski




Does anyone know why the 'assign' file in 
/etc/qmail/users would continually be overwritten?
 
I edit it and run qmail-newu and everything works 
great...
 
then, at some point later, assign is re-written and 
the addresses don't work anymore.
 
for example, i've got:
 
=carl:carldan:600:100:/home/carldan:::
 
which later gets written to
 
=carldan:carldan:600:100:/home/carldan:::
 
hmm...
 
Thanks!
 
 


Re: Qmail and its parts.

2001-05-07 Thread Carl J. Danowski



Why is someone sending this message again?  I 
was successfully helped.
 
Thanks.
Carl
 

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  Sent: Friday, May 04, 2001 12:57 PM
  Subject: Qmail and its parts.
  
  I don't normally ask for help, but this thing 
  (qmail and associated programs) is driving me nuts.
   
  Environment and background:
   
  O/S: RedHat 7.0
   
  compiled and installed these 
  packages:
   
  qmail-1.03+patches-18
  supervise-scripts-3.3-1
  ucspi-tcp-0.88-1
  ucspi-unix-0.34-1
  vmailmgr-0.96.9-2
  vmailmgr-courier-imap-0.96.9-2
  vmailmgr-daemon-0.96.9-2
   
  While I thought I've configured everything 
  according to the million man files...mail comes in, gets put into a directory 
  under /var/qmail/queue 
   
  ps -ef | grep qmail reveals:
   
  root   
  198   194  0 08:59 ?    
  00:00:00 supervise qmailqmaild 
  570 1  0 09:00 
  ?    00:00:00 tcpserver -c 100 -u 101 
  -g 102 0
   
  so qmail is apparantly running.
   
  qmail-showctl looks good.  my rcpthosts 
  contains the name of the mailserver, the name of the domain.
   
  virtualdomains looks good.. for both users i have 
  defined right now, it has the name of the domain and the username 
  (domainname:username).
   
  /etc/qmail/users/assign formatted according to 
  the man page.
   
  qmail-qstat reveals:
   
  messages in queue: 24messages in queue but 
  not yet preprocessed: 14
   
  It would help me greatly if anyone could help me 
  understand how all these things fit together.  I know supervise is a 
  replacement for just putting something in rc.d or whatever, and i think i have 
  that running right, since qmail is running.  What I'm hoping to 
  accomplish is the delivery of the email into the correct user's 
  maildir.  Confused as to how vmailmgr fits into this, i've even made the 
  .qmail file in the user's directory simply point at the maildir directory, 
  instead of using the | to send the mail to the vmailmgr.
   
  Could someone get me started?
   
  Thanks..
   
  Carl Danowski
   


Re: Qmail and its parts.

2001-05-04 Thread Carl J. Danowski

oops.  i chmod'd run and ran it.  immediately it tried to process the queue.
thanks.  i hate it when it's something stupid, and, of course, my question
went to the millions (haha) on this list. .  now, i've just got to figure
out why it's not "able to chdir to Maildir." hmm...

thanks again.
carl

- Original Message -
From: "Chris Johnson" <[EMAIL PROTECTED]>
To: "Carl J. Danowski" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 1:17 PM
Subject: Re: Qmail and its parts.






Qmail and its parts.

2001-05-04 Thread Carl J. Danowski



I don't normally ask for help, but this thing 
(qmail and associated programs) is driving me nuts.
 
Environment and background:
 
O/S: RedHat 7.0
 
compiled and installed these packages:
 
qmail-1.03+patches-18
supervise-scripts-3.3-1
ucspi-tcp-0.88-1
ucspi-unix-0.34-1
vmailmgr-0.96.9-2
vmailmgr-courier-imap-0.96.9-2
vmailmgr-daemon-0.96.9-2
 
While I thought I've configured everything 
according to the million man files...mail comes in, gets put into a directory 
under /var/qmail/queue 
 
ps -ef | grep qmail reveals:
 
root   
198   194  0 08:59 ?    
00:00:00 supervise qmailqmaild 
570 1  0 09:00 
?    00:00:00 tcpserver -c 100 -u 101 -g 
102 0
 
so qmail is apparantly running.
 
qmail-showctl looks good.  my rcpthosts 
contains the name of the mailserver, the name of the domain.
 
virtualdomains looks good.. for both users i have 
defined right now, it has the name of the domain and the username 
(domainname:username).
 
/etc/qmail/users/assign formatted according to the 
man page.
 
qmail-qstat reveals:
 
messages in queue: 24messages in queue but not 
yet preprocessed: 14
 
It would help me greatly if anyone could help me 
understand how all these things fit together.  I know supervise is a 
replacement for just putting something in rc.d or whatever, and i think i have 
that running right, since qmail is running.  What I'm hoping to 
accomplish is the delivery of the email into the correct user's 
maildir.  Confused as to how vmailmgr fits into this, i've even made the 
.qmail file in the user's directory simply point at the maildir directory, 
instead of using the | to send the mail to the vmailmgr.
 
Could someone get me started?
 
Thanks..
 
Carl Danowski
 


yay

2001-02-22 Thread Carl

I completed a full changeover from sendmail to qmail today! :)

Thanks djb for all your stuff and to anyone that contributed to qmail.

--Carl--
http://slackerbsd.org

 PGP signature


Re: (OT) DJB-itization

2001-02-21 Thread Carl

On Wed, Feb 21, 2001 at 07:10:52AM -0500, [gill] wrote:
> 
> Is there a better list to discuss this than the qmail list?
> 
Perhaps misc? [EMAIL PROTECTED]

--Carl--
http://slackerbsd.org

 PGP signature


Re: Need Arguments for qmail

2001-02-21 Thread Carl

On Wed, Feb 21, 2001 at 01:48:46PM +0200, Mike Jackson wrote:
> Carl wrote:
> > 
> 
> > I don't have any logs to try it on but I imagine something like this would
> > work fine:
> > 
> >   tai64nlocal  > 
> > --Carl--
> 
> Yep, that works. Thanks..
> 
Heh, cool. Just a guess.

--Carl--

 PGP signature


Re: Need Arguments for qmail

2001-02-21 Thread Carl

On Wed, Feb 21, 2001 at 01:32:17PM +0200, Mike Jackson wrote:
> "Robin S. Socha" wrote:
> > 
> > * Mike Jackson <[EMAIL PROTECTED]> [010221 03:19]:
> > 
> > > cat /var/log/qmail/current | tai64nlocal | less
> > 
> > http://www.ling.helsinki.fi/~reriksso/unix/award.html
> 
> 
> This is off-topic for this list, but since you mentioned it: This is not
> useless usage of cat. There has to be three processes to pipe the log
> file through tai64nlocal without it flying by like an F14. If somebody
> knows how to do this with only two processes, then enlighten me.
> 
> if you give:
> 
> less /var/log/qmail/current | tai64nlocal
> 
> it flies by ...
> 
> Regards,
> Mike

I don't have any logs to try it on but I imagine something like this would
work fine:

  tai64nlocal 
 PGP signature


Re: (OT) DJB-itization

2001-02-20 Thread Carl

On Tue, Feb 20, 2001 at 10:43:44PM -0500, Peter Cavender wrote:
> 
> Same here.  I sent an off-list email to DJB just a few days ago asking if
> he was contemplating such a project.
> 
> As far as the DJB-ification tool, what I do is just make a big shell
> script that nukes the undesired software, and the does all the normal
> un-tarring, configuring, compiling and configuration.  I have had good
> luck, for the most part just putting all the actions listed in LWQ into a
> shell script.  The only dificulty I can see would be OS or distribution
> specific stuff, like where the qmail start file goes.
> 

Yeah that's about what I had in mind, just making some sort of automated
installer/deinstaller, not actually a distribution of it.

--Carl--

 PGP signature


Re: (OT) DJB-itization

2001-02-20 Thread Carl

On Tue, Feb 20, 2001 at 11:10:47AM -0500, [gill] wrote:
> 
> I wonder if anyone has put together a package/script to lay on top of any
> popular distributions of *nix to replace everything with the DJB version.
> 
> For example a base FreeBSD install could have such a distro installed to
> replace sendmail with qmail, inetd with ucspi-tcp, BIND with djbdns,
> etc. etc.
> 
Heh, I was just thinking about something like this. Maybe when I'm done
doing just that I'll look into it. See what it takes to do it, it'd be a
very nice thing to have. I am just now converting to qmail, ucspi-tcp, and
djbdns. Soon I'll do it, I'm hyped about the idea, it'd be cool if some
people talked more about the idea, i.e. what would they want in it.

--Carl--



about quota

2000-12-26 Thread carl



how to implement quota with 
qmail+vpopmail+sqwebmail?


maildrop with qmail , vpopmail and sqwebmail

2000-11-21 Thread carl



I encountered a difficulty in configuring  maildrop with 
qmail and sqwebmail. I have a few virtual users whose maildir directories are 
/home/vpopmail/virtualdomains/virtualusers/Maildir.I put a line  " 
qmail-start ' |preline /usr/local/bin/maildrop ' " in /var/qmail/rc file. And I 
put a line " |preline /usr/local/bin/maildrop" in 
/home/vpopmail/virtualdomains/virtualusers/.qmailbut, I found my mail 
couldn't be filtered. Then , I checked the maillog, found some lines like 
these:
 
 
Nov 22 02:09:31 mail2 maildrop[8781]: Invalid home directory 
permissions - world.writtableNov 22 02:09:31 mail2 qmail: 974830171.022626 
delivery 368: deferral: /usr/loca/bin/maildrop
 
 
  Would you like to tell me something about mail 
filter with qmail?


unsubscribe qmail

2000-09-20 Thread carl



unsubscribe qmail


Bounce Message Surpression

2000-09-16 Thread Carl Schrader

Hi,

We recently switched to qmail after 4 years of using sendmail. With
sendmail, I only received a failure notice when a piece of email was in
the queue for over 5 days. Now I get a message every time someone sends
a message to nonexistent mailbox, every time a bounce bounces, etc. How
can I turn this off? It's annoying.

TIA!






Stop Delivery of Incoming Mail Temporarily

1999-11-11 Thread Carl Perry


I'm having a problem with my NIS server dying now and then and all my
user's are complaining of lost mail.  qMail returns a "no mailbox
here
by that name" message.  I would like to tell qMail to recieve
but not
deliver mail when the NIS server does down.  I'm writing a program
to do
determine when that happens, but how do I tel qMail to stop delivery?
Once the NIS server comes back up, I would like to tell qMail to deliver
all recieved messages.  Is this possible as well?
 
 
-- 
    -Carl Perry
    [EMAIL PROTECTED]
 


I need to resign from the list for a while

1999-01-30 Thread Carl Waring

Help,

I've tried to resign but it is not having it, anybody ant ideas ?

thanks

cw