qmailanalog and current daemontools

2000-02-01 Thread Russ Allbery
qmailanalog wants seconds and fractional seconds (since start of epoch, I suppose, although I don't think it actually matters since I believe all of its calculations are relative). Dan, were you planning on releasing a new version of qmailanalog sometime at or after qmail 2.0? Is the logging for

RE: retrying time by qmail-send

2000-02-01 Thread Wilson Fletcher
I think this is in the docs somewhere. There is a table in life with qmail: http://web.infoave.net/~dsill/lwq.html#sending-messages Wilson -- From: Md. Sifat Ullah Patwary[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 2 February 2000 17:59 To: [EMAIL PROTECTED] Subject:retry

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
BRILLIANT ! that's it. So a summary. All I needed to do is put mclachlan.com.au in localiphost. qmail replaces the ip with the FQDN & then we go onto rcpthosts etc. Thankyou everyone for your contributions I really appreciate it. Wilson Fletcher -- From: Anand Buddhdev[SMTP:[EMAIL

retrying time by qmail-send

2000-02-01 Thread Md. Sifat Ullah Patwary
Hi all, What is the time interval taken by qmail-send to retry to send its quied mail. Can it be controled? We can tell qmail-send to retry to send its quied mail by issueing the signal ALRM. Can it be made auto without using crond? Sifat.

Re: Sending to an IP address

2000-02-01 Thread Anand Buddhdev
On Wed, Feb 02, 2000 at 04:42:55PM +1100, Wilson Fletcher wrote: > OK added [203.26.11.154] to both control/locals & control/rcpthosts > still not luck (yes I restarted qmail) That's because it's the wrong way of doing things. Read the qmail-smtpd man page, and see the section about the control

Re: A newbie's question: qfilelog and multilog

2000-02-01 Thread Anand Buddhdev
On Wed, Feb 02, 2000 at 10:54:07AM +0900, Wang-hua Li, Mack wrote: > Hi there, > > I am having qmail-1.03 with daemontools-0.61 running and > would like to have my logs rotated on a daily base. I learned from > the Qmail Mailing List Archive that qfilelog could do just > what I am expecting b

Re: Problem with rcpthosts

2000-02-01 Thread Jacob Joseph
Well, the purpose of rcpthosts is to specify what domains mail will be recieved for. If it doesn't exist, you are an open relay. If you're sending from a certain subnet or IP, you can simply specify what IPs are exceptions to rctphosts. Or, there are methods of smtp after pop or straight smtp a

Problem with rcpthosts

2000-02-01 Thread Md. Sifat Ullah Patwary
Hi all, I got a problem with rcpthosts. my domain is abc.spnetctg.com and I put it in rcpthosts. #cat rcpthosts abc.spnetctg.com Now when I try to send mail to any e-mail address except abc.spnetctg.com domain qmail reject it. But If there is not rcpthosts it works nice. Here is my smtproutes:

Re: Sending to an IP address

2000-02-01 Thread Chris Johnson
On Wed, Feb 02, 2000 at 05:01:02PM +1100, Wilson Fletcher wrote: > hmmm no square brackets I might try removing them. All this bracket talk is nonsense. And you don't have to restart anything after making a change to rcpthosts--it's reread for every incoming smtp connection. If the brackete

Re: Problem with rcpthosts

2000-02-01 Thread Mark Delany
On Wed, Feb 02, 2000 at 12:21:23PM +0600, Md. Sifat Ullah Patwary wrote: > Hi all, > I got a problem with rcpthosts. my domain is abc.spnetctg.com and I put it > in rcpthosts. > > #cat rcpthosts > abc.spnetctg.com > > Now when I try to send mail to any e-mail address except abc.spnetctg.com > do

Re: Bandwidth

2000-02-01 Thread Mark Delany
On Tue, Feb 01, 2000 at 11:14:50PM -0500, Russell P. Sutherland wrote: > * Marek Narkiewicz ([EMAIL PROTECTED]) [ 1 Feb 2000 23:02]: > > > I hate to ask such a general question, but hat sort of bandwidth is needed to >accomodate up to 1 home > > dialup users for smtp and pop3 services? I ju

Re: Bandwidth

2000-02-01 Thread Mark Delany
On Tue, Feb 01, 2000 at 04:03:51AM +, Marek Narkiewicz wrote: > I hate to ask such a general question, but hat sort of bandwidth is needed to >accomodate up to 1 home > dialup users for smtp and pop3 services? I just need some sort o rough estimate as I >have a budget to > overcompensa

Re: Sending to an IP address

2000-02-01 Thread Keith Warno
hmmm... I'm pretty sure you have to kill qmail-send. killproc is a handy tool if you have it around. you can just do a: killproc -HUP `which qmail-send` (assuming qmail-send is in your path; else give it the path to qmail-send) - Original Message - From: "Wilson Fletcher" <[EMAIL PRO

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
hmmm no square brackets I might try removing them. -- From: Tim Hunter[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 2 February 2000 16:55 To: [EMAIL PROTECTED] Subject:RE: Sending to an IP address I just tested this with my qmail config with my ip in rcpthosts and locals

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
I did this: # Stop qmail. set $(/bin/ps aux | /bin/grep qmail-lspawn) PID=$2 echo -n "Killing qmail process: " echo $PID kill -9 $PID rm -f /var/lock/subsys/qmail echo "done" ;; -- From: Keith Warno[SMTP:[EMAIL PR

RE: Sending to an IP address

2000-02-01 Thread Tim Hunter
I just tested this with my qmail config with my ip in rcpthosts and locals I received mail sent to my ip from an outside SMTP server [root@mail control]# cat rcpthosts mail.cimx.com cimx.com 206.112.223.188 [root@mail control]# cat locals mail.cimx.com cimx.com 206.112.223.188 [root@mail contr

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
OK added [203.26.11.154] to both control/locals & control/rcpthosts still not luck (yes I restarted qmail) -- From: Keith Warno[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 2 February 2000 16:47 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:Re: Sending to an IP add

Re: Sending to an IP address

2000-02-01 Thread Keith Warno
To be a little more verbose: [www.xxx.yyy.zzz] (_with_ the brackets) must appear in control/rcpthosts and, if mail to said address is to be delivered locally, it must also appear (with the brackets) in control/locals. - Original Message - From: "Wilson Fletcher" <[EMAIL PROTECTED]> To: "

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
hmmm. I don't think so. Here is my rcpthosts file: mclachlan.com.au mclachlanlister.com.au 203.26.11.154 As i said ... it works internally but not from my ISPs server. -- From: Tim Hunter[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 2 February 2000 15:59 To:

Re: Sending to an IP address

2000-02-01 Thread Keith Warno
The brackets are required. >From qmail-remote(8): The remote host is qmail-remote's first argument, host. qmail-remote sends the message to host, or to a mail exchanger for host listed in the Domain Name System, via the Simple Mail Transfer Protocol (SM

RE: Sending to an IP address

2000-02-01 Thread Roman Volf-RealShell Admin
Get rid of the brackets. Roman Volf [EMAIL PROTECTED] Realshell Internet Services http://www.realshell.com "We are all unique, just like everyone else" On Wed, 2 Feb 2000, Wilson Fletcher wrote: > Well if you try mailing to it you will see. It is r

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
Someone told me to use square brackets and put the number in rcpthosts so I did. It works on our internal LAN but if I'm dialled into my ISP and try to email to it then it gets bounced. Wilson -- From: Spiro Harvey[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 2 February 2000 15:50 To:

RE: Sending to an IP address

2000-02-01 Thread Wilson Fletcher
Well if you try mailing to it you will see. It is returned by the smtp server I use to send email which incidentally is also qmail. Here is the bounce message: Hi. This is the qmail-send program at gidora.zeta.org.au. I'm afraid I wasn't able to deliver your message to the following addresses.

Re: Sending to an IP address

2000-02-01 Thread Spiro Harvey
>> I tried to send to wilson@[203.26.11.154] but it failed. Can someone tell me >> why ? >I doubt it, unless you provide a detail or two. In what way did it fail? qmail should accept it if you have the IP address in the rcpthosts file. of course, this is purely speculation on may part based on

Re: Sending to an IP address

2000-02-01 Thread Chris Johnson
On Wed, Feb 02, 2000 at 03:25:58PM +1100, Wilson Fletcher wrote: > I tried to send to wilson@[203.26.11.154] but it failed. Can someone tell me > why ? I doubt it, unless you provide a detail or two. In what way did it fail? Chris

Sending to an IP address

2000-02-01 Thread Wilson Fletcher
I ried to send to wilson@[203.26.11.154] but it failed. Can someone tell me why ? Thanks Wilson

Re: Bandwidth

2000-02-01 Thread Russell P. Sutherland
* Marek Narkiewicz ([EMAIL PROTECTED]) [ 1 Feb 2000 23:02]: > I hate to ask such a general question, but hat sort of bandwidth is needed to >accomodate up to 1 home > dialup users for smtp and pop3 services? I just need some sort o rough estimate as I >have a budget to > overcompensate so

Bandwidth

2000-02-01 Thread Marek Narkiewicz
I hate to ask such a general question, but hat sort of bandwidth is needed to accomodate up to 1 home dialup users for smtp and pop3 services? I just need some sort o rough estimate as I have a budget to overcompensate somewhat. Thanks for any help, -- Marek Narkiewicz, Systems Director We

Red Hat sysV init rc.d script for qmail?

2000-02-01 Thread John Conover
Does anyone have a URL for a Red Hat SysV init rc.d script for qmail? Thanks, John -- John Conover[EMAIL PROTECTED] http://www.inow.com/ 631 Lamont Ct. Tel. 408.370.2688 http://www.inow.com/ntropix/ Campbell, CA 95008 Fax. 408.379.9602 http://www.inow.com/nf

A newbie's question: qfilelog and multilog

2000-02-01 Thread Wang-hua Li, Mack
Hi there, I am having qmail-1.03 with daemontools-0.61 running and would like to have my logs rotated on a daily base. I learned from the Qmail Mailing List Archive that qfilelog could do just what I am expecting but all the messages there seem to be about older version of daemontools (cyclog)

Re: Two smtpd/databytes?

2000-02-01 Thread Brian Baquiran
Chris Johnson wrote: > > On Tue, Feb 01, 2000 at 09:30:44AM +0800, Brian Baquiran wrote: > > Is it possible to run two versions of qmail-smtpd (say, on different port > > #s), with different control/databytes files? Boss is asking whether we can > > set a limit on the size of incoming mail (easy,

Re: Two smtpd/databytes?

2000-02-01 Thread Chris Johnson
On Tue, Feb 01, 2000 at 09:30:44AM +0800, Brian Baquiran wrote: > Is it possible to run two versions of qmail-smtpd (say, on different port > #s), with different control/databytes files? Boss is asking whether we can > set a limit on the size of incoming mail (easy, use databytes) but have no > li

Re: Two smtpd/databytes?

2000-02-01 Thread Mark Delany
Sure. Just run two instances of qmail. In fact, why not mutlihome your system (or alias depending on which term you prefer) and have them both on port 25. One listens to your internally advertised address and one listens to your MX address. You can also control how many resources go to which ser

Two smtpd/databytes?

2000-02-01 Thread Brian Baquiran
Is it possible to run two versions of qmail-smtpd (say, on different port #s), with different control/databytes files? Boss is asking whether we can set a limit on the size of incoming mail (easy, use databytes) but have no limit on the outgoing mail. Easiest way is to have 2 SMTP servers on separ

Re: AW: AW: AW: php3 and qmail

2000-02-01 Thread Paul Farber
What does the qmail file look like? The message file? Do you have the http server set to record at debug level? Most are preconfigured to use warn. Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 1 Feb 2000, Andreas Altenburg wrote: > the http_access

Re: mail to all@domain.com password protected

2000-02-01 Thread Russ Allbery
Marco Leeflang <[EMAIL PROTECTED]> writes: > is it possible to secure mail to [EMAIL PROTECTED] with a password so only > people who knows the user/password or just the password could mail to > this emailaddress. .qmail-all will hold all users within this domain. One way we've solved this probl

pop3 start

2000-02-01 Thread Andreas Altenburg
i read "life with qmail" and set ip my server correctly. i did not find the part how to start the pop3d automatically. so i entered the lines of the doc ("tcpserver..." to my boot script of qmail. Now each transaction is logged to the console. Does anybody have I working startup script for qmail-s

Re: IMAP command

2000-02-01 Thread Sam
[EMAIL PROTECTED] writes: > I am looking for references of IMAP comand line, so I can try > it via telnet to port 143 , where I could find it? RFC 2060. -- Sam

Re: AW: AW: php3 and qmail

2000-02-01 Thread Mark Delany
On Tue, Feb 01, 2000 at 11:23:33PM +0100, Andreas Altenburg wrote: > the http_access file shows "GET index.php 200 ..." Nothing unusual. The > http_error show nothing... It sounds like you need to do a *LOT* more homework before hitting the list with non-information like this. If you administer

AW: AW: AW: php3 and qmail

2000-02-01 Thread Andreas Altenburg
the http_access file shows "GET index.php 200 ..." Nothing unusual. The http_error show nothing...

Re: default to mailing list

2000-02-01 Thread J.M. Roth \(iip\)
Ok, then try putting a forwarder inside a .qmail-default file and try the mess ;) I want my default delivery to go to a mailing list. If I simply put a forwarder instead of vdelivermail. inside .qmail-default all mail (to any account, even if it exists) is forwarded twice, or something like t

Re: AW: AW: php3 and qmail

2000-02-01 Thread Paul Farber
what is the log file recording? Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 1 Feb 2000, Andreas Altenburg wrote: > phpinfo() showed me /var/qmail/bin/sendmail as sendmail path. In spite of > this mail is not delivered. The host is allowed as well.

Re: what makes ezmlm fast?

2000-02-01 Thread Racer X
Like the master himself says, "Profile - don't speculate." In this case, look at the way qmail and ezmlm work. By "parallel SMTP processes" I'm assuming you're referring to the way qmail handles deliveries, which is to spawn one qmail-remote process for each recipient address. That all happens

AW: AW: php3 and qmail

2000-02-01 Thread Andreas Altenburg
phpinfo() showed me /var/qmail/bin/sendmail as sendmail path. In spite of this mail is not delivered. The host is allowed as well. Sendmail is killed totally, other mails are sent. Where is my mistake. Perhaps it is a quetsion of php...

Linux kernel turning for mail performance?

2000-02-01 Thread Jeremy Hansen
Is there any kernel sysctl or otherwise parameters suggested for performance using qmail on Linux? Open file handle limits, share memory, whatever? I have a goal to send at least 1 million emails in a 24 hour period from a single machine. Also, has anyone done any experimentation using 2.3.x

RE: AW: php3 and qmail

2000-02-01 Thread RaTao von J
you should ask this in the php3 mailling-list ;) anyway the correct file name is: php.ini and you can override it's default location with a ./configure option ./configure --help to list the options! don't forget to restart apache after making changes to the php.ini file also: in a file by

Re: AW: php3 and qmail

2000-02-01 Thread Patrick Berry
on 2/1/00 12:27 PM, Andreas Altenburg had the thought: > i changes the line in the php3.ini-dist to /var/qmail/bin/sendmail > > In spite of this, the mail is not send. In the http-error-log there is a > line /usr/sbin/sendmail -no such directory or file. But i do not find the > line in my php3.i

Re: what makes ezmlm fast?

2000-02-01 Thread Jeremy Hansen
I understand that qmail is the MTA, but there is also functionality in ezmlm which takes advantage of qmail in a way which makes things much faster. Something about parallel smtp processes or something like that. There's more to it then just qmail itself. -jeremy > On Tue, Feb 01, 2000 at 03:

Re: Logging information about each email.

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 12:44:30PM -0800, Qmail wrote: > Hi Folks, > > I'm wondering the best place/way to log details about each email to a > database of some sort. > Specifically I need to log, from address, to address, and email size. > > Any hints on where to start? Your maillogs. They cont

Re: Logging information about each email.

2000-02-01 Thread Magnus Bodin
On Tue, Feb 01, 2000 at 12:44:30PM -0800, Qmail wrote: > Hi Folks, > > I'm wondering the best place/way to log details about each email to a > database of some sort. > Specifically I need to log, from address, to address, and email size. > > Any hints on where to start? Hint #1: log qmail-send

Re: "<>" bogus mail from??

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 03:36:50PM -0500, Adam McKenna wrote: > On Tue, Feb 01, 2000 at 01:47:22PM -0600, Ronny Haryanto wrote: > > On 01-Feb-2000, Adam McKenna wrote: > > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > > > If mail from <> is bouncing that means th

Re: "<>" bogus mail from??

2000-02-01 Thread Robbie Honerkamp
Thus spake Ronny Haryanto ([EMAIL PROTECTED]): > On 01-Feb-2000, Timothy L. Mayo wrote: > > On Tue, 1 Feb 2000, Ronny Haryanto wrote: > > > On 01-Feb-2000, Adam McKenna wrote: > > > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > > > But if <> is valid, what is th

Logging information about each email.

2000-02-01 Thread Qmail
Hi Folks, I'm wondering the best place/way to log details about each email to a database of some sort. Specifically I need to log, from address, to address, and email size. Any hints on where to start? Thanks, Lance

Re: "<>" bogus mail from??

2000-02-01 Thread Adam McKenna
On Tue, Feb 01, 2000 at 02:28:56PM -0600, Ronny Haryanto wrote: > On 01-Feb-2000, Timothy L. Mayo wrote: > > On Tue, 1 Feb 2000, Ronny Haryanto wrote: > > > On 01-Feb-2000, Adam McKenna wrote: > > > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > > > But if <> is v

Re: "<>" bogus mail from??

2000-02-01 Thread Adam McKenna
On Tue, Feb 01, 2000 at 01:47:22PM -0600, Ronny Haryanto wrote: > On 01-Feb-2000, Adam McKenna wrote: > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > If mail from <> is bouncing that means the admin of that site has chosen to > > enable that setting. (It might b

Re: what makes ezmlm fast?

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 03:03:22PM -0500, Jeremy Hansen wrote: > > Can someone explain to me what exactly makes ezmlm fast? I > would like to try to adapt some of its functionality and speed > to a customized list processor. Thanks for any input. One word: qmail. Greetz, Peter. -- Peter van

Re: mail to all@domain.com password protected

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 07:58:03PM +, Ricardo Cerqueira wrote: > > i don't want everyone to send mail to [EMAIL PROTECTED], just selected people. > > mail to [EMAIL PROTECTED] will be delivered to all popboxen in this domain. > > so thats why > > Instead of searching for far-fetched solutions

Re: "<>" bogus mail from??

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 02:28:56PM -0600, Ronny Haryanto wrote: > On 01-Feb-2000, Timothy L. Mayo wrote: > > On Tue, 1 Feb 2000, Ronny Haryanto wrote: > > > On 01-Feb-2000, Adam McKenna wrote: > > > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > > > But if <> is v

Re: "<>" bogus mail from??

2000-02-01 Thread Ronny Haryanto
On 01-Feb-2000, Timothy L. Mayo wrote: > On Tue, 1 Feb 2000, Ronny Haryanto wrote: > > On 01-Feb-2000, Adam McKenna wrote: > > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > But if <> is valid, what is the reason to make this behaviour > > user-configurable in the

AW: php3 and qmail

2000-02-01 Thread Andreas Altenburg
i changes the line in the php3.ini-dist to /var/qmail/bin/sendmail In spite of this, the mail is not send. In the http-error-log there is a line /usr/sbin/sendmail -no such directory or file. But i do not find the line in my php3.ini-dist file. Where can it be???

Re: Special pop accounts

2000-02-01 Thread Robbie Honerkamp
Thus spake Director tecnico del Nodo Nicarao -- Juan Navas ([EMAIL PROTECTED]): > Te documentation told me to run the program qmail-newu to rebuild the > database (cdb). When I do dat it respond with: > > # qmail-newu > qmail-newu: fatal: bad format in users/assign > > I'm trying to find now

Re: Special pop accounts

2000-02-01 Thread Marco Leeflang
Director tecnico del Nodo Nicarao -- Juan Navas wrote: > I trying to configure a pop mail account without using a system account: > > . > . > Single-UID based POP3 box HOWTO.By Paul Gregg , > 1998Copyright Paul Gregg,1998 > . > . > > Te documentation told me to run the program qmail-newu to rebu

Re: yet another question about Virtual domains

2000-02-01 Thread Ian Douglas
> > I plan to have a directory structure in place such as: > > /home/domain1/mail/user1 > > /home/domain1/mail/user2 > > etc > > This looks like you're planning on setting up home directories for virtual > mail users -- why? Do they need shell/ftp/other access? If so, they're > not really virtu

Special pop accounts

2000-02-01 Thread Director tecnico del Nodo Nicarao -- Juan Navas
I trying to configure a pop mail account without using a system account: . . Single-UID based POP3 box HOWTO.By Paul Gregg , 1998Copyright Paul Gregg,1998 . . Te documentation told me to run the program qmail-newu to rebuild the database (cdb). When I do dat it respond with: . . # qmail-newu

Re: yet another question about Virtual domains

2000-02-01 Thread Charles Cazabon
Ian Douglas <[EMAIL PROTECTED]> wrote: > > However, my dilemma is that I'm going to be running multiple virtual domains on > one server, web, mail, ftp, etc. and am curious to know what steps exactly I > should follow to get the setup completed with qmail. As far as qmail is concerned, this is n

what makes ezmlm fast?

2000-02-01 Thread Jeremy Hansen
Can someone explain to me what exactly makes ezmlm fast? I would like to try to adapt some of its functionality and speed to a customized list processor. Thanks for any input. -jeremy

Re: yet another question about Virtual domains

2000-02-01 Thread Ian Douglas
For a little more information, I'm getting into virtual web hosting which I can set up and maintain quite well ... but everyone's looking for Email to go with it. So each domain I host is going to have their own webmaster@, sales@, info@ address, etc. I would like all root@, sysadmin@, and postm

Re: php3 and qmail

2000-02-01 Thread Julie Baumler
On Tue, 1 Feb 2000, Chris Johnson wrote: > On Tue, Feb 01, 2000 at 04:52:12PM +0100, Andreas Altenburg wrote: > > in php there is a function called "mail()". In the docs it is described how > > to use it with sendmail. Does anybody know how to use this with qmail?? > > Probably the same way, a

Re: mail to all@domain.com password protected

2000-02-01 Thread Ricardo Cerqueira
> i don't want everyone to send mail to [EMAIL PROTECTED], just selected people. > mail to [EMAIL PROTECTED] will be delivered to all popboxen in this domain. > so thats why > Instead of searching for far-fetched solutions, why don't you just install a mailing-list manager (like ezmlm, http://w

Re: "<>" bogus mail from??

2000-02-01 Thread Timothy L. Mayo
On Tue, 1 Feb 2000, Ronny Haryanto wrote: > On 01-Feb-2000, Adam McKenna wrote: > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > If mail from <> is bouncing that means the admin of that site has chosen to > > enable that setting. (It might be the default, but I'

RE: mail to all@domain.com password protected

2000-02-01 Thread Soffen, Matthew
Then couldn't an ezmlm list with specific people able to "post" work for a situation like this ? Matt Soffen Applications Developer http://www.iso-ne.com/ == Boss- "My boss says we need some eunuch programmers." Dilbert - "I think h

Re: Local users connecting from home.

2000-02-01 Thread Charles Cazabon
Gaziz Nugmanov <[EMAIL PROTECTED]> wrote: > > Let me ask you how can I configure qmail in order to relay > for local users (based on "mail from" field). You don't want to relay based on the SMTP envelope sender, as this is easily spoofed by spammers. You want to relay based on IP address. This

yet another question about Virtual domains

2000-02-01 Thread Ian Douglas
I know this is a tense subject on the mailing list, but please bear with me. ;o) I haven't even INSTALLED qmail yet, but would much rather use it on my RedHat 6.1 box than the stock sendmail that's full of holes. However, my dilemma is that I'm going to be running multiple virtual domains on one

Re: mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang
[EMAIL PROTECTED] wrote: > On Tue, Feb 01, 2000 at 08:33:38PM +0100, Marco Leeflang wrote: > > First a pop validation and then mail to this account. > > First of all: don't Cc me, I'm on the list. ok. > > > Second: http://leerquoten.nijntje.net/ (Dutch). > just read it. > > And then, to quote

Re: "<>" bogus mail from??

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 01:47:22PM -0600, Ronny Haryanto wrote: > On 01-Feb-2000, Adam McKenna wrote: > > This is _not_ an IMail problem. This is a user-configurable setting. > > > > If mail from <> is bouncing that means the admin of that site has chosen to > > enable that setting. (It might b

Re: "<>" bogus mail from??

2000-02-01 Thread Ronny Haryanto
On 01-Feb-2000, Adam McKenna wrote: > This is _not_ an IMail problem. This is a user-configurable setting. > > If mail from <> is bouncing that means the admin of that site has chosen to > enable that setting. (It might be the default, but I'm pretty sure it's > not.) But if <> is valid, what

Re: "<>" bogus mail from??

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 12:25:01PM -0600, Ronny Haryanto wrote: > Hi, > > I'm just wondering if > > MAIL FROM: <> > > in SMTP session is valid or not? From what I understand is that qmail Yes it's valid, it's actually even the required sender of a bounce. > uses that to send bounc

Re: php3 and qmail

2000-02-01 Thread Paul Farber
use the sendmail wrapper that comes with qmail? Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 1 Feb 2000, Andreas Altenburg wrote: > in php there is a function called "mail()". In the docs it is described how > to use it with sendmail. Does anybody kn

Re: mail to all@domain.com password protected

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 08:33:38PM +0100, Marco Leeflang wrote: > First a pop validation and then mail to this account. First of all: don't Cc me, I'm on the list. Second: http://leerquoten.nijntje.net/ (Dutch). And then, to quote djb: 'What problem are you trying to solve?' Greetz, Peter. --

Re: Blocking Spam in qmail?

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 09:40:45AM -0800, Bill Parker wrote: > Hello All, > > I have the following addresses which generate some periodic > spam to my system: > > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > How does one go about dealing with this mess,

Blocking Spam in qmail?

2000-02-01 Thread Bill Parker
Hello All, I have the following addresses which generate some periodic spam to my system: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] How does one go about dealing with this mess, as much as I would love to block the aol.com domain 8^), I can't do it ca

Re: "<>" bogus mail from??

2000-02-01 Thread Adam McKenna
This is _not_ an IMail problem. This is a user-configurable setting. If mail from <> is bouncing that means the admin of that site has chosen to enable that setting. (It might be the default, but I'm pretty sure it's not.) --Adam On Tue, Feb 01, 2000 at 12:41:10PM -0600, Ronny Haryanto wrote:

"<>" bogus mail from??

2000-02-01 Thread Ronny Haryanto
Hi, I'm just wondering if MAIL FROM: <> in SMTP session is valid or not? From what I understand is that qmail uses that to send bounce messages. However some sites (particulary ones using IMail v5) rejects that sender saying "501 bogus mail from". I don't care if the sender doe

Re: mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang
First a pop validation and then mail to this account. marco leeflang [EMAIL PROTECTED] wrote: > On Tue, Feb 01, 2000 at 08:19:20PM +0100, Marco Leeflang wrote: > > is it possible to secure mail to [EMAIL PROTECTED] with a password so only > > people who knows the user/password or just the passw

Re: Notice-Requested-Upon-Delivery-To

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 08:19:49PM +0100, Andrés wrote: > Hello. > > I've seen in the documentation of qmail that it has qreceipt, to use if a mail comes >with the header: > Notice-Requested-Upon-Delivery-To Correct. > Can it be used if the header has this other option?: > Return-Receipt-To N

Re: "<>" bogus mail from??

2000-02-01 Thread Ronny Haryanto
On 01-Feb-2000, [EMAIL PROTECTED] wrote: > > I'm just wondering if > > > > MAIL FROM: <> > > > > in SMTP session is valid or not? From what I understand is that qmail > > Yes it's valid, it's actually even the required sender of a bounce. Hi Peter, thanks for your response. I thought I

Notice-Requested-Upon-Delivery-To

2000-02-01 Thread Andrés
Hello.   I've seen in the documentation of qmail that it has qreceipt, to use if a mail comes with the header: Notice-Requested-Upon-Delivery-To   Can it be used if the header has this other option?: Return-Receipt-To   Anyway, they both doesn't work on my server because they say: 502 unimple

Re: mail to all@domain.com password protected

2000-02-01 Thread petervd
On Tue, Feb 01, 2000 at 08:19:20PM +0100, Marco Leeflang wrote: > is it possible to secure mail to [EMAIL PROTECTED] with a password so only > people who knows the user/password or just the password could mail to > this emailaddress. > .qmail-all will hold all users within this domain. > i use vch

init script svc issue

2000-02-01 Thread A Hoffman
At LWQ 2.8.5, I ran into a problem where I couldn't get sv to do anythign useful with QMail. I'm certain this is a pretty boneheaded mistake, but for some reason, svc won't recognize the run scripts. For example, this is what I get. I include the first entry in the interest of being thorough. #

mail to all@domain.com password protected

2000-02-01 Thread Marco Leeflang
is it possible to secure mail to [EMAIL PROTECTED] with a password so only people who knows the user/password or just the password could mail to this emailaddress. .qmail-all will hold all users within this domain. i use vchkpwd/vpopmail with qmailadmin. i can use vpopbull , which works ok with pl

Can it be done ?

2000-02-01 Thread Adil Tahiri
Is it possible to get a copy of messages a certain user sends and receives ? Many thanks

IMAP command

2000-02-01 Thread andhy
I am looking for references of IMAP comand line, so I can try it via telnet to port 143 , where I could find it? I am testing imapd with maildir support from IMP WebMail , ( IMAP list command ? ) shows only the Maildir folders . copy, rename , move works fine >From Outlook , ( IMAP list again? )

Local users connecting from home.

2000-02-01 Thread Gaziz Nugmanov
Hello qmail fans, Let me ask you how can I configure qmail in order to relay for local users (based on "mail from" field). --- Best regards, Gaziz Nugmanov

RE: cgi

2000-02-01 Thread Julian L.B. Cardarelli
-Original Message- From: Andreas Altenburg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 01, 2000 10:22 AM To: qmail Liste Subject: cgi does anybody know a perl script that supports form handling with the use of qmail??? Any perl script (such as formmail (http://www.scriptarchive

Re: cgi

2000-02-01 Thread Steve Wolfe
> does anybody know a perl script that supports form handling with the use of > qmail??? Most any of the scripts will work with a properly set-up Qmail installation, as Qmail provides a clone for sendmail. steve

Re: php3 and qmail

2000-02-01 Thread Chris Johnson
On Tue, Feb 01, 2000 at 04:52:12PM +0100, Andreas Altenburg wrote: > in php there is a function called "mail()". In the docs it is described how > to use it with sendmail. Does anybody know how to use this with qmail?? Probably the same way, as long as you've linked /usr/sbin/sendmail to /var/qma

php3 and qmail

2000-02-01 Thread Andreas Altenburg
in php there is a function called "mail()". In the docs it is described how to use it with sendmail. Does anybody know how to use this with qmail??

Enforcing a min. delay between POP3-polling

2000-02-01 Thread Jochen Tuchbreiter
Hi, I was wondering if anybody on this list has a solution to enforce a minimum delay a user has to wait for polling his pop3 box. A lot of users on my POP3-Server are polling it every 30secs while being online 24/7. This produces unnecassary load on the pop3 machine. Does anybody have scripts/a

cgi

2000-02-01 Thread Andreas Altenburg
does anybody know a perl script that supports form handling with the use of qmail???

Re: where is the mistake

2000-02-01 Thread Paul Schinder
At 11:54 AM +0100 2/1/00, Vincent Schonau wrote: >From your emails to the list it seems that you're attempting to use >qmail using serveral different approaches. You should probably start >over, and follow the instructions at >http://web.infoave.net/~dsill/lwq.html#installation> *exactly*.

  1   2   >