Re: Alias + Virtual Domains

1999-03-19 Thread Chris Johnson
On Sat, Mar 20, 1999 at 12:11:01AM +0100, Daniel V . Pedersen wrote: > Hey,got the Virtuam domain thingy worked out now, > > but whats the format of the file (and wich file) that controlsthe > aliases ?- sorry to ask but my man page's is broken .. sucks. What does "my man page's is broken" mean?

Alias + Virtual Domains

1999-03-19 Thread Daniel V. Pedersen
Hey,got the Virtuam domain thingy worked out now, but whats the format of the file (and wich file) that controlsthe aliases ?- sorry to ask but my man page's is broken .. sucks. in short, how do i setup alias under virtual domains? thanks, daniel.

Limit incoming mail size for a particular user?

1999-03-19 Thread Dongping Deng
I'd like to limit the incoming mail size for individual users. Any quick way to do that? dp

Re: .qmail files - shell syntax?

1999-03-19 Thread Joel Eriksson
On 19 Mar 1999, Scott Schwartz wrote: > Joel Eriksson <[EMAIL PROTECTED]> writes: > | [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }' > | foo > | bar > | > | No trailing ; needed..? > > That's a nonstandard feature of whatever shell you've got installed as > /bin/sh. Doh! [root@hades ~]#

Re: .qmail files - shell syntax?

1999-03-19 Thread Keith Burdis
On Fri 1999-03-19 (17:04), Scott Schwartz wrote: > Joel Eriksson <[EMAIL PROTECTED]> writes: > | > You need a ";" before the "}". > | > | Huh? > > Yes. That's how the Bourne shell works. > > | [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }' > | foo > | bar > | > | No trailing ; needed..?

Re: .qmail files - shell syntax?

1999-03-19 Thread Scott Schwartz
Joel Eriksson <[EMAIL PROTECTED]> writes: | > You need a ";" before the "}". | | Huh? Yes. That's how the Bourne shell works. | [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }' | foo | bar | | No trailing ; needed..? That's a nonstandard feature of whatever shell you've got installed as /

Re: .qmail files - shell syntax?

1999-03-19 Thread Harald Hanche-Olsen
- Joel Eriksson <[EMAIL PROTECTED]>: | > You need a ";" before the "}". | | Huh? | | [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }' | foo | bar | | No trailing ; needed..? Lesson one in portable computing: That something works in one environment does not prove it works in another. The

Re: messages in queue

1999-03-19 Thread Joel Eriksson
On Fri, 19 Mar 1999, Ricardo! wrote: > Hi, > > I'm running qmail on Redhat 5.2. I created the Maildir and installed all the > necessary programs. > I can send messages into the queue but they don't get dequeued. > > currently the message when I run 'qmail-qstat' is > > messages in queue: 6 >

Re: .qmail files - shell syntax?

1999-03-19 Thread Joel Eriksson
On 19 Mar 1999, Scott Schwartz wrote: > Robin Bowes <[EMAIL PROTECTED]> writes: > | How is the shell used by .qmail files determined? > > Hardcoded as /bin/sh. > > % grep /bin/sh *.c > qmail-local.c: args[0] = "/bin/sh"; args[1] = "-c"; args[2] = prog; args[3] = 0; > qmail-local.c: stre

Re: .qmail files - shell syntax?

1999-03-19 Thread Joel Eriksson
On Fri, 19 Mar 1999, Robin Bowes wrote: > How is the shell used by .qmail files determined? Use the source, Luke. ;-) --- extract from qmail-local.c - START switch(child = fork()) { case -1: temp_fork(); case 0: args[0] = "/bin/sh"; args[1] = "-c"; args[2] = prog; args[3] = 0

Re: messages in queue

1999-03-19 Thread Markus Stumpf
On Fri, Mar 19, 1999 at 02:19:14PM -0500, Ricardo! wrote: > I'm running qmail on Redhat 5.2. I created the Maildir and installed all the > necessary programs. > I can send messages into the queue but they don't get dequeued. > > currently the message when I run 'qmail-qstat' is > > messages in

messages in queue

1999-03-19 Thread Ricardo!
Hi, I'm running qmail on Redhat 5.2.  I created the Maildir and installed all the necessary programs. I can send messages into the queue but they don't get dequeued. currently the message when I run 'qmail-qstat' is messages in queue: 6 messages in queue but not yet preprocessed: 0 Any clues?

Re: .qmail files - shell syntax?

1999-03-19 Thread Scott Schwartz
Robin Bowes <[EMAIL PROTECTED]> writes: | How is the shell used by .qmail files determined? Hardcoded as /bin/sh. % grep /bin/sh *.c qmail-local.c: args[0] = "/bin/sh"; args[1] = "-c"; args[2] = prog; args[3] = 0; qmail-local.c: strerr_die3x(111,"Unable to run /bin/sh: ",error_str(errno)

cancel <164469699.151542586.221@batmobile.eoc.org.uk>

1999-03-19 Thread Robin Bowes
This message was cancelled from within Mozilla.

.qmail files - shell syntax?

1999-03-19 Thread Robin Bowes
How is the shell used by .qmail files determined? The reason I ask is that I was using { } brackets to group commands, eg: | { echo "To: [EMAIL PROTECTED]"; cat - } | qmail-inject [EMAIL PROTECTED] [EMAIL PROTECTED] However, this didn't work; I got the following error: 1999-03-19 16:55:02.5123

A test

1999-03-19 Thread news-list-novell-l
Where'd it fo?

Another test

1999-03-19 Thread news-list-novell-l
Where'd it go?

Re: sorry!!!

1999-03-19 Thread Julian L.C. Brown
-Original Message- From: Daniel V. Pedersen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, March 19, 1999 11:05 AM Subject: sorry!!! >but i can't find the man for setting up aliases :) - could someone throw >me an url ? man qmail-users

imap

1999-03-19 Thread Anonymous
Which of the several qmail imap solutions is considered the best by those who have looked at them all? Chris -- Chris Garrigues Deep Eddy Internet Consulting +1 512 432 4046 609 Deep Eddy AvenueO- http://www.DeepEddy.Com/~cwg/ Austin, TX 7

Re: sorry!!!

1999-03-19 Thread James Smallacombe
On Fri, 19 Mar 1999, Daniel V. Pedersen wrote: > but i can't find the man for setting up aliases :) - could someone throw > me an url ? dot-qmail(5) in a nutshell: cd ~alias echo "mailbox" > .qmail-aliasname James SmallacombeInternet Access for The Delaware [EMAIL PROTECTE

sorry!!!

1999-03-19 Thread Daniel V. Pedersen
but i can't find the man for setting up aliases :) - could someone throw me an url ? thanks, daniel.

Re: recordio

1999-03-19 Thread Harald Hanche-Olsen
- Bill Luckett <[EMAIL PROTECTED]>: | Can anybody tell me where I need to call recordio from in order to | get details on local to remote messages? I put it in | qmail-smtpd.init but only got incoming mail. I'm guessing now that | it has to be called with qmail-rspawm or qmail-remote but I can't

Re: Multiple Domains.

1999-03-19 Thread Chris Johnson
On Fri, Mar 19, 1999 at 03:02:05PM +0100, Daniel V . Pedersen wrote: > hey, > > I got a *nix box wich is (hopefully) going to be the mail server for a > shitload of hosts, and i don't know how to set qmail up for this :) - > meaning: > > Machine's name is: bob.machine.com > > i got a domain cal

recordio

1999-03-19 Thread Bill Luckett
Can anybody tell me where I need to call recordio from in order to get details on local to remote messages? I put it in qmail-smtpd.init but only got incoming mail. I'm guessing now that it has to be called with qmail-rspawm or qmail-remote but I can't figure out how to do it. **

Multiple Domains.

1999-03-19 Thread Daniel V. Pedersen
hey, I got a *nix box wich is (hopefully) going to be the mail server for a shitload of hosts, and i don't know how to set qmail up for this :) - meaning: Machine's name is: bob.machine.com i got a domain called: dudaa.com The DNS's in place: (MX) dudaa.com-> bob.machine.com now, i need the

qmail Digest 19 Mar 1999 11:00:00 -0000 Issue 584

1999-03-19 Thread qmail-digest-help
qmail Digest 19 Mar 1999 11:00:00 - Issue 584 Topics (messages 23094 through 23132): ETRN, qmail-1.03 and etrn patch v0.1f 23094 by: "Petr Novotny" <[EMAIL PROTECTED]> 23100 by: Anand Buddhdev <[EMAIL PROTECTED]> 23109 by: "Robert J. Adams" <[EMAIL PROTECTED]>

Re: Relaying problem (new approach)

1999-03-19 Thread Harald Hanche-Olsen
- Markus Stumpf <[EMAIL PROTECTED]>: | On Thu, Mar 18, 1999 at 04:35:49PM +0100, Harald Hanche-Olsen wrote: | > - "Chris Garrigues" <[EMAIL PROTECTED]>: | > | > | Is it possible that these were domains in which they had just added | > | the MX and the old zone data was still cached in various pl

Re: Strange Bounce

1999-03-19 Thread Markus Stumpf
On Thu, Mar 18, 1999 at 01:41:55PM -0600, Chuck Milam wrote: > This is one of the stranger bounces I've seen. Has anyone seen something > similar? > > > Remote host said: 500 Session already established. The domain name > > [sol.acs.uwosh.edu] passed in with HELO will be ignored. The current > >

Re: Relaying problem (new approach)

1999-03-19 Thread Markus Stumpf
On Thu, Mar 18, 1999 at 04:00:59PM -0500, Asmodeus wrote: > I might be wrong (I tend to muddle my way through problems), but just > today I was adding another subdomain to handle mail for and I ran into the > same error message. As far as I can tell (sorry, I don't have the FAQ > memorized...yet

Re: Relaying problem (new approach)

1999-03-19 Thread Markus Stumpf
On Thu, Mar 18, 1999 at 04:35:49PM +0100, Harald Hanche-Olsen wrote: > - "Chris Garrigues" <[EMAIL PROTECTED]>: > > | Is it possible that these were domains in which they had just added > | the MX and the old zone data was still cached in various places in > | the DNS, so your qmail didn't have a

Re: qmail sends single message meny times

1999-03-19 Thread Iavor Trapkov
Hi Russ, In fact I need qmail just forwards single message to remote addresses to "smart relay" and sends local as it does now. I think I must rewrite qmail-send but I'm not sure I succeed. BTW, that is better behaviour for MTA in case with "smart relay". If you have interest your help is welcom

Re: Connection closed on qmail-smtpd using tcp-env

1999-03-19 Thread Anand Buddhdev
On Thu, Mar 18, 1999 at 02:57:19PM -0500, Reid Sutherland wrote: > I'm getting a connection closed when I telnet from the localhost to port 25 > after I install qmail using inetd and tcp-env. My conf lines are as follows. > > # inetd.conf line, split for sanity of this message. > # > smtp stream

Re: outgoing mail

1999-03-19 Thread Anand Buddhdev
On Thu, Mar 18, 1999 at 02:45:17PM -0700, Travis Johnson wrote: FAQ #8.2 > Is there any way to cc: outgoing messages? We have an employee that we > want to copy all of his incoming and outgoing messages to another > userid. Is there a way to do that? -- System Administrator See complete header