Re: qmail pop3 problem

2000-05-02 Thread Chris Johnson
On Tue, May 02, 2000 at 05:41:55AM +0700, BlackStains wrote: > I have qmail installed on my server. The smtpd is working (using telnet > mail.domain.com 25). But when I telnet mail.domain.com 110, it doesn't work. > The messages: "-ERR this user has no $HOME/Maildir". What is the problem? > > the

Re[2]: Web front-end to mail service

2000-05-02 Thread Gabriel Ambuehl
Hello Tim, Tuesday, May 02, 2000, 6:53:44 PM, you wrote: > I stand corrected. Dave Sill also pointed out that any web front end tool, like > sqwebmail, requires the use of mbox format in a central spool directory which is > not too desirable to me. If anyone has any information on a more robust

Re: Web front-end to mail service

2000-05-02 Thread Tim_Clifton
I stand corrected. Dave Sill also pointed out that any web front end tool, like sqwebmail, requires the use of mbox format in a central spool directory which is not too desirable to me. If anyone has any information on a more robust web front end tool, I would love to get it. Thanks, Ti

Can it be done?

2000-05-02 Thread Guillermo Villasana Cardoza
Hello everyone ... I have the following scenario: I have one Internet IP address .. which I use for my firewall behind the firewall I have several internal servers... The problem is that each server will be a different web and mail server... eg. mailserver1.domain.com mailserver2.domain.com ...

Re: Web front-end to mail service

2000-05-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: > Someone just asked a very interesting question but has not received a >definitive answer: > >Is there a web based front-end (read "Can Isend receive mail for mail >accounts") for qmail? That's not the question they asked, which tacked on "that doesn't require passw

Re: Web front-end to mail service

2000-05-02 Thread Steffan Hoeke
On Tue, May 02, 2000 at 09:01:23AM -0700, [EMAIL PROTECTED] wrote: > > > > Hello, > > Someone just asked a very interesting question but has not received a > definitive answer: > > Is there a web based front-end (read "Can Isend receive mail for mail accounts") > for qmail? > > Thanks D

Re: qmail's sendmail

2000-05-02 Thread Jim Simmons
I've seen this happen on a RedHat Linux box -- a user (root) ran linuxconf and apparently looked at (changed?) some of the network configuration. Linuxconf is braindead and as part of its setup it will change the permissions on /usr/lib/sendmail, even if you don't have sendmail installed. In par

Re: PHP

2000-05-02 Thread Adam McKenna
On Tue, May 02, 2000 at 03:31:50PM +0200, Jeroen ten Berge wrote: > Has anyone treid the web mail howto from Ying Zhang ? > Well, I have, first i've done the web database step by step howto, which went >perfect, I had database activity on apache using php 3.0.16; > Now in order to use IMAP i had

Re: Out of memory error??

2000-05-02 Thread TAG
Dave Sill wrote: > > [EMAIL PROTECTED] wrote: > > >I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a > >quad 333MZ SPARC system?? > > > >How can it be out of memory!!! > > Easy: 1.5 GB is not infinite. > > >Please can anyone explain??? > > Use the tools your OS provides t

RE: PHP

2000-05-02 Thread Jeroen ten Berge
In the howto Ying Zhang talked about dynamicly loading these lib's, so I didn't recompile apache, apparently I also have to recompile apache ? But then it wouldn't be a dynamicly loadable module would it ? -Original Message- From: Soffen, Matthew [SMTP:[EMAIL PROTECTED]] Sent: Tues

Re: Three questions...

2000-05-02 Thread Dave Sill
Gareth Harper <[EMAIL PROTECTED]> wrote: >1) His first requirement was to only allow relaying if the user had one >of his hosted domains as the From: line of an email. I think there's a patch. Check the archives and www.qmail.org. >2) Is there a web front end available that doesn't require logg

RE: PHP

2000-05-02 Thread Soffen, Matthew
Ok.. When you make PHP, what was your config.status ? I used something like: ./configure --with-mysql --with-oracle=/oracle --with-apache=../apache_1.3.9 --without-gd --enable-track-vars This installs it as a module for Apache. Then when you build apache you would do: ./config

RE: PHP

2000-05-02 Thread Jeroen ten Berge
Euh, where ? There is no libphp3.a ! The configure was at /tmp/php-3.0.16, where I had PHP's source.. -Original Message- From: Soffen, Matthew [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 4:18 PM To: Jeroen ten Berge; 'Qmail mailing list' Subject:RE: PHP Yeah.. Y

Re: Out of memory error??

2000-05-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: >I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a >quad 333MZ SPARC system?? > >How can it be out of memory!!! Easy: 1.5 GB is not infinite. >Please can anyone explain??? Use the tools your OS provides to see what's using memory. Until you've iden

Re: Newbie setting up aliases

2000-05-02 Thread Dave Sill
bob <[EMAIL PROTECTED]> wrote: >I have no problems fetching my mail with fetchmail but the only way I seem >to be able to get my mail is if I put a .qmail-default file in ~alias/. Any >other filename I use eg .qmail-netnet or .qmail-nobhead or .qmail-bobski >... don't work whether I put them in m

RE: PHP

2000-05-02 Thread Soffen, Matthew
Yeah.. You forgot to "recompile" with PHP support. If you add: --activate-module=src/modules/php3/libphp3.a You should be fine Matt Soffen Web Intranet Developer http://www.iso-ne.com/ == Boss- "My boss says we need some e

Re: stralloc problem

2000-05-02 Thread Federico Barbazza
Petr Novotny wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2 May 00, at 15:21, Federico Barbazza wrote: > > > Hi all, > > if in qmail-pop3d i declared a variable: > > > > stralloc *arrayname; > > int numm = 30; > > arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) > >

PHP

2000-05-02 Thread Jeroen ten Berge
Has anyone treid the web mail howto from Ying Zhang ? Well, I have, first i've done the web database step by step howto, which went perfect, I had database activity on apache using php 3.0.16; Now in order to use IMAP i had to recompile php to include IMAP support : ./configure --with-apxs=/usr/l

Re: stralloc problem

2000-05-02 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 15:21, Federico Barbazza wrote: > Hi all, > if in qmail-pop3d i declared a variable: > > stralloc *arrayname; > int numm = 30; > arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) Does alloc() initialize the memory it allocates

Re: Easy question

2000-05-02 Thread Ricardo Cerqueira
On Tue, May 02, 2000 at 08:55:16AM -0700, Derek Watson wrote: [snip] > > PS, i have read the docs. Don't flame me if you think this is basic > stuff. I know it's basic. yes, it is, and it's in the docs :-) try "echo elyrium.com > control/defaulthost"

Easy question

2000-05-02 Thread Derek Watson
I have been running a by-the-book installation of qmail 1.03 for a small office of 40 people for about a year now. Here's my question: In a simple, one-domain environment, is it necessary to have anything more than (in my case) "elyrium.com" in my control/rcpthosts and control/locals fi

Re: Three questions...

2000-05-02 Thread Uwe Ohse
On Tue, May 02, 2000 at 09:35:47AM +0100, Gareth Harper wrote: > 1) His first requirement was to only allow relaying if the user had one > of his hosted domains as the From: line of an email. I've told him what > a bad idea this is but there's no persuading. So is there anyway to do > this but o

Re: qmail-inject

2000-05-02 Thread Uwe Ohse
On Mon, May 01, 2000 at 09:23:44PM -0700, Mike Perks wrote: > How do I tell qmail-inject to send email thru a particular virtual domain > name? man qmail-inject > Currently it just gives the address [EMAIL PROTECTED] which is my > defauldomain > > The reason why I am asking is I have a cgi sc

Re: how to keep junk rejected by rblsmtpd

2000-05-02 Thread Uwe Ohse
On Tue, May 02, 2000 at 07:19:29PM +0800, Martin Dougiamas wrote: > So, I would love to have a solution that: > >- collects the whole message >- sends a bounce to sender (as rblsmtpd is already doing) No. rblsmtp sends an error code ("5xx do not send junk" or so). It's the sendin

Mail purge

2000-05-02 Thread Mulindwa Eric
Hi guys , Is there any script I can Use to free up disk space i.e deleting someold mails of clients.Am using qmail. Thanx Eric

Re: qmail pop3 problem

2000-05-02 Thread BlackStains
Could you guide me, I want to use qmail-pop3d as pop3 daemon. -Original Message- From: Murat Guven Mural <[EMAIL PROTECTED]> To: BlackStains <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 02 Mei 2000 6:06 Subject: Re: qmail pop3

Three questions...

2000-05-02 Thread Gareth Harper
I want to implement qmail in a new local ISP service ehich will be starting up soon. However my boss has a few unusual requirements which although I don't agree with there's no persuading him otherwise and I'd really prefer to implement qmail rather than sendmail which is a pain to configure. 1)

qmail Digest 2 May 2000 10:00:00 -0000 Issue 989

2000-05-02 Thread qmail-digest-help
qmail Digest 2 May 2000 10:00:00 - Issue 989 Topics (messages 40764 through 40819): smtproutes 40764 by: Martin Roest 40782 by: Dave Sill Re: Limit file size--HELP HELP HELP 40765 by: Len Budney 40768 by: Andy Huhn Re: send mail to remote hosts... 4

Re: qmail pop3 problem

2000-05-02 Thread BlackStains
-Original Message- From: Chris Johnson <[EMAIL PROTECTED]> To: BlackStains <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 02 Mei 2000 14:22 Subject: Re: qmail pop3 problem |On Tue, May 02, 2000 at 05:41:55AM +0700, BlackStains w

Re: qmail pop3 problem

2000-05-02 Thread Chris Johnson
On Tue, May 02, 2000 at 05:11:47PM +0700, BlackStains wrote: > |On Tue, May 02, 2000 at 05:41:55AM +0700, BlackStains wrote: > |> I have qmail installed on my server. The smtpd is working (using telnet > |> mail.domain.com 25). But when I telnet mail.domain.com 110, it doesn't work. > |> The messa

Re: dot-qmail: write to mbox named after current year & month

2000-05-02 Thread Uwe Ohse
On Mon, May 01, 2000 at 09:47:07PM -0700, lewst wrote: > manually adjust the .qmail each month? For example, "mbox.2000-05". > > I've tried the following: > > % cat .qmail > ./mbox.`date +%Y-%m` |cat >./mbox.`date +%Y-%m` Usually this is not what you want: there is no protection against

Re: Mail purge

2000-05-02 Thread Uwe Ohse
On Tue, May 02, 2000 at 04:02:39PM +0300, Mulindwa Eric wrote: > Is there any script I can Use to free up disk space i.e deleting someold > mails of clients.Am using qmail. that's a simple find job of you are using maildirs: ( for i in `awk -v FS=: '{print $1}' /etc/passwd` ; do

stralloc problem

2000-05-02 Thread Federico Barbazza
Hi all, if in qmail-pop3d i declared a variable: stralloc *arrayname; int numm = 30; arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) for (i=0; i

Re: stralloc problem

2000-05-02 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 15:36, Federico Barbazza wrote: > > > stralloc *arrayname; > > > int numm = 30; > > > arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) > > > > Does alloc() initialize the memory it allocates? To which value? > > how can i see?

Re: Out of memory error??

2000-05-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: >Dave Sill wrote: >> >> [EMAIL PROTECTED] wrote: >> >> >I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a >> >quad 333MZ SPARC system?? >> > >> >How can it be out of memory!!! >> >> Easy: 1.5 GB is not infinite. >> >> >Please can anyone explain???

RE: PHP

2000-05-02 Thread Jeroen ten Berge
Apache was compiled with DSO... -Original Message- From: Petr Novotny [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 4:35 PM To: Jeroen ten Berge Subject:RE: PHP -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 16:31, Jeroen ten Berge wrote: > In the

RE: Out of memory error??

2000-05-02 Thread Jeroen ten Berge
Sounds like a memory leak ... -Original Message- From: TAG [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 4:33 PM To: Dave Sill; qmail Subject:Re: Out of memory error?? Dave Sill wrote: > > [EMAIL PROTECTED] wrote: > > >I have 512MB of memory and 1GB SWAP on a sol

Re: Out of memory error??

2000-05-02 Thread Paul Farber
man top Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 2 May 2000, Dave Sill wrote: > [EMAIL PROTECTED] wrote: > > >I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a > >quad 333MZ SPARC system?? > > > >How can it be out of memory!

RE: PHP

2000-05-02 Thread Jeroen ten Berge
Thanx for your help everybody, I think just joined the PHP discussion group for this answer, If I get an answer I'll post it here... Regards, Jeroen. -Original Message- From: Adam McKenna [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 4:56 PM To: [EMAIL PROTECTED] Subject

POP or SMTP

2000-05-02 Thread R.Ilker Gokhan
Title: POP or SMTP Hi to all, My branch offices have slow links about 24.4 kbit. So i have to use lots effective their net link. i will install mail server on brach office to communicate main office and internet. I have already mail server on main office. which method more effective, more easy

Re: qmail's sendmail

2000-05-02 Thread markd
On Tue, May 02, 2000 at 05:41:22PM +0200, J.M. Roth wrote: > Hi! > First, is this correct, I mean should it be SUID? > -rwsr-sr-x 1 root root 9.4k Oct 2 1999 /var/qmail/bin/sendmail Nope. That looks very much like the permissions of the original sendmail. How did these permissions

Re: qmail's sendmail

2000-05-02 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2 May 00, at 17:41, J.M. Roth wrote: > Hi! > First, is this correct, I mean should it be SUID? > -rwsr-sr-x 1 root root 9.4k Oct 2 1999 > /var/qmail/bin/sendmail Not at all. qmail-queue is SUID qmailq, and that's all you need to

Re: PHP

2000-05-02 Thread Paul Farber
do you have the apxs perl script in your http bin dir? Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 2 May 2000, Adam McKenna wrote: > On Tue, May 02, 2000 at 03:31:50PM +0200, Jeroen ten Berge wrote: > > Has anyone treid the web mail howto from Yin

Re: Mail purge

2000-05-02 Thread Mulindwa Eric
Hi Guys I have an interesting scenerion, whereby I send mail to user and the mail is not in the user's mailbox, what do U think could be the problem, and also when I check in the maillog I see an error msg saying : Yikes!Could_create_but_cant_delete_temperory_file!!/ENOENT:path_doesnot_exist What

Web front-end to mail service

2000-05-02 Thread Tim_Clifton
Hello, Someone just asked a very interesting question but has not received a definitive answer: Is there a web based front-end (read "Can Isend receive mail for mail accounts") for qmail? Thanks

Re: qmail's sendmail

2000-05-02 Thread Bruce Guenter
On Tue, May 02, 2000 at 11:55:22AM -0400, Jim Simmons wrote: > In particular, /usr/lib/linuxconf/redhat/perm/mail has: > > /usr/sbin/sendmail rootrootf 6755 > > This was on a RedHat 6.0 system (an Alpha) -- I don't know if this has been > fixed in newer versions of RedHat (I s

RE: Web front-end to mail service

2000-05-02 Thread Soffen, Matthew
What ? I use sqwebmail with qmail and Maildir. I don't have any "central spool directory". Matt Soffen Web Intranet Developer http://www.iso-ne.com/ == Boss- "My boss says we need some eunuch programmers." Dilbert - "I think he me

Re: Web front-end to mail service

2000-05-02 Thread John Gonzalez/netMDC admin
Please excuse my quoting down below, the message i am replying to is pretty munged, so i'm not sure who said what. Regardless, let me try and help out... On Tue, 2 May 2000 [EMAIL PROTECTED] wrote: >I stand corrected. Dave Sill also pointed out that any web front end tool, like >sqwebmail, req

Re: "Multi-RCPT vs. Single RCPT delivery" - logic error?

2000-05-02 Thread Jeff Hayward
On Fri, 28 Apr 2000, Dave Kitabjian wrote: We had a situation with a customer who was consulting for a college. So every few days, she had to send a 10MB PowerPoint file to about 50 recipients at that college. Under qmail, a separate thread was opened up for each qmail-remote. You are

any news on the 2.0 front?

2000-05-02 Thread Jeremy Hansen
Just looking for any news on qmail 2.0. Thanks -jeremy

Re: Three questions...

2000-05-02 Thread Jeff Hayward
On Tue, 2 May 2000, Gareth Harper wrote: 1) His first requirement was to only allow relaying if the user had one of his hosted domains as the From: line of an email. I've told him what a bad idea this is but there's no persuading. So is there anyway to do this but only when the mail has t

Re: Three questions...

2000-05-02 Thread John Gonzalez/netMDC admin
On Tue, 2 May 2000, Jeff Hayward wrote: >The only thing that sendmail logs which qmail does not is the >message-id. Of course, qmail doesn't write logs in sendmail format, which >may be what the PHB wants. Write a perl script to reformat >qmail/tcpserver logs in sendmail format. > >-- Jeff Haywa

Re: Web front-end to mail service

2000-05-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: >Dave Sill also pointed out that any web front end tool, like >sqwebmail, requires the use of mbox format in a central spool >directory No, I said qmail could also work with sendmail-oriented web interfaces that use mboxes in a central spool. -Dave

Re: dot-qmail: write to mbox named after current year & month

2000-05-02 Thread Rogerio Brito
On May 01 2000, lewst wrote: > What is the easiest way to have qmail deliver an incoming message to > an mbox named after the current year and month without having to > manually adjust the .qmail each month? For example, "mbox.2000-05". Essentially, something like this would do the trick

Re: Out of memory error??

2000-05-02 Thread Rogerio Brito
On May 02 2000, TAG wrote: (...) > I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a > quad 333MZ SPARC system?? > > How can it be out of memory!!! > Please can anyone explain??? Are you running a patched qmail? Are you running with resource limits reduced so

Re: Mail purge

2000-05-02 Thread Dave Sill
Mulindwa Eric <[EMAIL PROTECTED]> wrote: >I have an interesting scenerion, whereby I send mail to user and the mail >is not in the user's mailbox, what do U think could be the problem, and >also when I check in the maillog I see an error msg saying : >Yikes!Could_create_but_cant_delete_temperory_

accustamp|tailocal|matchup

2000-05-02 Thread Kins Orekhov
Hello people! We've been running qmail more then 6 months and have a lot of logs. Now I want them analyze with qmailanalog, but matchup doesn't like timestamps in logs because we do accustamp on logs and the tailocal it. So, what we have is: 1999-11-24 17:43:07.542160 status: local 0/10 remote

Re: Easy question

2000-05-02 Thread Dave Sill
"Derek Watson" <[EMAIL PROTECTED]> wrote: >In a simple, one-domain environment, is it necessary to have anything >more than (in my case) "elyrium.com" in my control/rcpthosts and >control/locals file? Maybe. >The reason I ask for advice is -- every once in a while I run into >problems,

Re: Can it be done?

2000-05-02 Thread Dave Sill
Guillermo Villasana Cardoza <[EMAIL PROTECTED]> wrote: >I have one Internet IP address .. which I use for my firewall behind the >firewall I have several internal servers... The problem is that each >server will be a different web and mail server... > >eg. >mailserver1.domain.com >mailserver2.dom

Re: accustamp|tailocal|matchup

2000-05-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: >So, what we have is: > >1999-11-24 17:43:07.542160 status: local 0/10 remote 0/20 > >but matchup needs: > >957284032.988038 status: local 0/10 remote 0/20 > >Is it correct? Yes. >So, the question is how would one use qmailanalog in that situation? Convert the local ti

RE: accustamp|tailocal|matchup

2000-05-02 Thread Tim Hunter
to view my logs I just wrote a simple wrapper to do something like tail /var/log/qmail/current -f | tail64nlocal simple and it doesnt actually screw with my logs -Original Message- From: Dave Sill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 3:18 PM To: [EMAIL PROTECTED] Subje

svscan doesn't clean up dirs during shutdown...

2000-05-02 Thread Gabriel Ambuehl
Hello list (sorry if this is already out, I thought I already posted it, but my mailclient isn't able to find it), I've got a little problem with my qmail installation on my new FreeBSD 4 Stable box: everything is working really well, but during shutdown, supervise (or svscan, whatever is responsi

Re: Can it be done?

2000-05-02 Thread Jennifer Tippens
Yes, it sure can. Set up qmail on your firewall and qmail on each of your internal mail servers. On the qmail on the firewall, configure smtproutes to point to each of your internal servers. Make MX records in your DNS zone file for each of your mail servers and have them all point to your g

Re: svscan doesn't clean up dirs during shutdown...

2000-05-02 Thread James Raftery
On Sun, Apr 02, 2000 at 09:24:07PM +0200, Gabriel Ambuehl wrote: > While it would be easy to hack Dave's > startup script to first delete the lockfiles and then going on with > the start of qmail I'd prefer to have a clean solution here as this > system is going to be cloned several times in the n

Re: Can it be done?

2000-05-02 Thread Guillermo Villasana Cardoza
Thanks a lot for all the help... I will try and see how it works :) Dave Sill wrote: > Guillermo Villasana Cardoza <[EMAIL PROTECTED]> wrote: > > >I have one Internet IP address .. which I use for my firewall behind the > >firewall I have several internal servers... The problem is that each > >s

Re: qmail's sendmail

2000-05-02 Thread J.M. Roth \(iip\)
Ok well, what do you mean with "mimic sendmail". A customer asked me to point out to him all the options of our mail sending tool for use in his cgi progs. I'm not sure what to say... --jmr - Original Message - From: "Petr Novotny" <[EMAIL PROTECTED]> To: "'qmail list'" <[EMAIL PROTECTE

Re: qmail's sendmail

2000-05-02 Thread markd
On Tue, May 02, 2000 at 11:13:28PM +0200, J.M. Roth iip" wrote: > Ok well, what do you mean with "mimic sendmail". > A customer asked me to point out to him all the options of our mail sending > tool for use in his cgi progs. > I'm not sure what to say... You could point him at the proper program

aliases...

2000-05-02 Thread Marcelo J. Iturbe
Hi... I am having trouble understanding how the aliases work. If I have a user named pvera and he would like to receive email being sent to paul_vera all I have to do is touch .qmail-paul_vera in /home/pvera??? This does not sound right. In the FAQ I saw: How do I create aliases with dots? I trie

Re: aliases...

2000-05-02 Thread Jennifer Tippens
no, touch a file called .qmail-paul_vera in /var/qmail/alias. edit it to contain pvera on one line and that's it. reload qmail and you are all set. -Jennifer On Tue, 02 May 2000 Marcelo J. Iturbe wrote: > Hi... > I am having trouble understanding how the aliases work. > If I have a user name

Re: aliases...

2000-05-02 Thread markd
On Tue, May 02, 2000 at 09:48:31PM +, Jennifer Tippens wrote: > no, touch a file called .qmail-paul_vera in /var/qmail/alias. edit it to contain >pvera on one line and that's it. reload qmail and you are all set. Excepting that there is no need to "reload" qmail - whatever that means. Ali

Re: Three questions...

2000-05-02 Thread Chris Johnson
On Tue, May 02, 2000 at 12:25:14PM -0500, Jeff Hayward wrote: > On Tue, 2 May 2000, Gareth Harper wrote: > > 1) His first requirement was to only allow relaying if the user had one > of his hosted domains as the From: line of an email. I've told him what > a bad idea this is but there's no

multiple Qmail instances/machine

2000-05-02 Thread Reece Markowsky
Is it possible to run multiple instances of qmail on a single machine - each instance bound to a separate IP interface. If so, could you describe (in general) how to configure this and any limitations (eg max instances/server) etc. Thanks, Reece

Re: multiple Qmail instances/machine

2000-05-02 Thread markd
On Tue, May 02, 2000 at 03:23:44PM -0700, Reece Markowsky wrote: > Is it possible to run multiple instances of qmail on a single machine - > each instance bound to a separate IP interface. If so, could you No problems at all. > describe (in general) how to configure this and any limitations (e

Re: how to keep junk rejected by rblsmtpd

2000-05-02 Thread Jonathan McDowell
On Tue, May 02, 2000 at 07:19:29PM +0800, Martin Dougiamas wrote: > So, I would love to have a solution that: > >- collects the whole message >- sends a bounce to sender (as rblsmtpd is already doing) >- adds an X-junkmail header to the rejected messages >- forwards this modifi

Any IBM Accounts Running qmail?

2000-05-02 Thread Mike Flynn
Hello, I was wondering if any of the subscribers to this list know of any internal IBM organizations using qmail. Thanks... Mike

Error Message..

2000-05-02 Thread Mario Rafael
Could anybody help me with this error message?... I DONT know what the problem is.. :( May 3 03:05:56 svr1 qmail: 957315956.028582 new msg 205816 May 3 03:05:56 svr1 qmail: 957315956.061896 info msg 205816: bytes 7612 from qp 2314 uid 501 May 3 03:05:56 svr1 qmail: 957315956.103540 w

patch send of all addresses in CC field

2000-05-02 Thread Yuan P Li
Hi, (1) I often have 20 or 30 email addresses in the CC field to the same domain. For example, CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ... I noticed that qmail send to those addresses one by one. Can I instruct qmail to send the message all at once? If I have 20 addresses in

Re: Three questions...

2000-05-02 Thread John White
On Tue, May 02, 2000 at 12:25:14PM -0500, Jeff Hayward wrote: > On Tue, 2 May 2000, Gareth Harper wrote: > > 1) His first requirement was to only allow relaying if the user had one > of his hosted domains as the From: line of an email. I've told him what > a bad idea this is but there's no

Re: Newbie setting up aliases

2000-05-02 Thread bob
Dave Sill wrote: > bob <[EMAIL PROTECTED]> wrote: > > >I have no problems fetching my mail with fetchmail but the only way I seem > >to be able to get my mail is if I put a .qmail-default file in ~alias/. Any > >other filename I use eg .qmail-netnet or .qmail-nobhead or .qmail-bobski > >... don't

patch send of all addresses in CC field

2000-05-02 Thread Bob Rogers
From: "Yuan P Li" <[EMAIL PROTECTED]> Date: Tue, 2 May 2000 18:38:41 -0400 Hi, (1) I often have 20 or 30 email addresses in the CC field to the same domain. For example, CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ... I noticed that qmail send to those ad

Re: Newbie setting up aliases

2000-05-02 Thread bob
Dave Sill wrote: > bob <[EMAIL PROTECTED]> wrote: > > >I have no problems fetching my mail with fetchmail but the only way I seem > >to be able to get my mail is if I put a .qmail-default file in ~alias/. Any > >other filename I use eg .qmail-netnet or .qmail-nobhead or .qmail-bobski > >... don't

Re: dot-qmail: write to mbox named after current year & month

2000-05-02 Thread Bob Rogers
From: Rogerio Brito <[EMAIL PROTECTED]> Date: Tue, 2 May 2000 02:32:47 -0300 On May 01 2000, lewst wrote: > What is the easiest way to have qmail deliver an incoming message to > an mbox named after the current year and month without having to > manually adjust the .qmail each m

Control of queue lifetimes in qmail

2000-05-02 Thread Ian Lance Taylor
This patch adds control of queue lifetimes to qmail. This patch permits user control of the length of time a message will live in the queue before being bounced. For example, a very urgent message might be sent with a queue lifetime of 1 hour. If it is not sent in that time, it will be bounced,

Re: Out of memory error??

2000-05-02 Thread TAG
Rogerio Brito wrote: > > On May 02 2000, TAG wrote: > (...) > > I have 512MB of memory and 1GB SWAP on a solaris 7 system running on a > > quad 333MZ SPARC system?? > > > > How can it be out of memory!!! > > Please can anyone explain??? > > Are you running a patched qmail? Are you runnin

Re: Out of memory error??

2000-05-02 Thread TAG
Jeroen ten Berge wrote: > > Sounds like a memory leak ... > > -Original Message- > From: TAG [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 02, 2000 4:33 PM > To: Dave Sill; qmail > Subject:Re: Out of memory error?? > > Dave Sill wrote: > > > > [EMAIL PROTECTED] wrote: >

Re: Mail purge

2000-05-02 Thread Mulindwa Eric
Well am using qmail. E On Tue, 2 May 2000, Dave Sill wrote: > Mulindwa Eric <[EMAIL PROTECTED]> wrote: > > >I have an interesting scenerion, whereby I send mail to user and the mail > >is not in the user's mailbox, what do U think could be the problem, and > >also when I check in the maillog I

Re: upgrade to 1.1.12i -=> strange behaviour :-(

2000-05-02 Thread Steffan Hoeke
On Tue, May 02, 2000 at 09:28:42AM -0500, [EMAIL PROTECTED] wrote: > I think this has to do with having more then one instance of mutt open. > Editing a message, closing out this instance of mutt, and going to the > parent, or first instance and accessing the same message or mailbox. That's wat i

RE: PHP

2000-05-02 Thread Jeroen ten Berge
/usr/local/apache/bin -Original Message- From: Paul Farber [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 5:58 PM To: Adam McKenna Cc: [EMAIL PROTECTED] Subject:Re: PHP do you have the apxs perl script in your http bin dir? Paul Farber Farber Technology [EMAI

Interesting scenerio

2000-05-02 Thread Mulindwa Eric
Hi Guys I have an interesting scenerion, whereby I send mail to user and the mail is not in the user's mailbox, what do U think could be the problem, and also when I check in the maillog I see an error msg saying : Yikes!Could_create_but_cant_delete_temperory_file!!/ENOENT:path_doesnot_exist Wha

RE: Three questions...

2000-05-02 Thread Jeroen ten Berge
??? I have the message ID's in my log ! -Original Message- From: Jeff Hayward [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 7:25 PM To: [EMAIL PROTECTED] Subject:Re: Three questions... On Tue, 2 May 2000, Gareth Harper wrote: 1) His first requirement was to only

Re: accustamp|tailocal|matchup

2000-05-02 Thread Peter Samuel
On Tue, 2 May 2000, Kins Orekhov wrote: > > Hello people! > > We've been running qmail more then 6 months and have a lot of logs. > Now I want them analyze with qmailanalog, but matchup doesn't like > timestamps in logs because we do accustamp on logs and the tailocal it. > > So, what we have

how to keep junk rejected by rblsmtpd

2000-05-02 Thread Martin Dougiamas
Hi, I run a very small server for a few people, and just added rblsmtp to my setup. It seems to be working fine, but as I'm not very familiar with the quality of ORBS or MAPS I'm worried about what non-junkmail it may be bouncing. So, I would love to have a solution that: - collects the

Re: Understanding How To Use qmail In My Product

2000-05-02 Thread Dave Sill
Mike Flynn <[EMAIL PROTECTED]> wrote: >Q01. Is it true that I can get an enormous increase in the number > of messages I could mail per hour using qmail? Possibly. If your current set-up is limited by your hardware (disk I/O) or network bandwidth, you could see anything from modest impro

RE: PHP

2000-05-02 Thread Paul Farber
If it not set up to use DSO's then of course you have to set the program up to do it that way. If you want a red car, either buy a red one (ie get an apache binary with DSO built in) or paint the car red yourself (recompile what you have with DSO enabled). It's so simple it's confusing. Paul Fa

qmail's sendmail

2000-05-02 Thread J.M. Roth
Hi! First, is this correct, I mean should it be SUID? -rwsr-sr-x   1 root root 9.4k Oct  2  1999 /var/qmail/bin/sendmailSecond, can you point me to the options list of that program. man sendmail on my system reveals the real sendmail man page as it seems.   Regards!   --jmr