Re: Case in email address

2001-05-11 Thread Charles Cazabon
as the list of users which can receive mail. It collapses case on these. You can override this behaviour with the qmail-users mechanism. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software

Re: notification of new email whenever user logs in on the shell

2001-05-11 Thread Charles Cazabon
wrote. Here's a freebie, in bash shell scripting: #!/bin/bash INBOX=$HOME/Maildir new=`ls $INBOX/new/ | wc -l` if [ $new -gt 0 ] ; then echo You have $new new messages waiting. fi Charles -- --- Charles Cazabon

Re: MASS mailing

2001-05-11 Thread Charles Cazabon
. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Subject Line Manipulation

2001-05-11 Thread Charles Cazabon
Guenter's QMAILQUEUE patch, and then use his qmail-qfilter mechanism (or roll your own) to modify the messages as they are injected into the queue. You can find the neccessary links at qmail.org. Charles -- --- Charles Cazabon

Re: notification of new email whenever user logs in on the shell

2001-05-10 Thread Charles Cazabon
a Python script I use for this purpose, which checks multiple Maildirs and presents a summary of current and new messages in each. Send me a message off-list if you want a copy. Charles -- --- Charles Cazabon

Re: qmail-clean

2001-05-10 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: QMail autostart problem

2001-05-10 Thread Charles Cazabon
. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: qmail undeliverables - return to sender?

2001-05-10 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: pop3 connection reset after exactly 1 minute

2001-05-10 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: remote smtp problem

2001-05-10 Thread Charles Cazabon
the RELAYCLIENT environment variable to ? instead of to allow relaying for your IP address range(s). Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc

Re: smpp instead of smtp

2001-05-10 Thread Charles Cazabon
(-qmtpd, -qmqpd) for an example. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: forwarding

2001-05-09 Thread Charles Cazabon
richard morris [EMAIL PROTECTED] wrote: we need to complete forwarding. I have read the LWQ and they mention .qmail files? Yes. `man dot-qmail` will tell you everything you need to know. Charles -- --- Charles Cazabon

Re: Mail still undeliverable after qmail-getpw reports correctly.

2001-05-09 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Urgent Qmail Question (Relaying)

2001-05-09 Thread Charles Cazabon
. [climbing belltower with sniper rifle...] Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Charles Cazabon
reading about various odd networking bugs with everything before 2.2.17 or so on the Linux kernel mailing list. There's also some (local) security holes in 2.2.17. Charles -- --- Charles Cazabon[EMAIL

Re: html based email

2001-05-09 Thread Charles Cazabon
this ability built in. Note, however, that using this format may make you fairly unpopular with the people you send mail to. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: virtualdomain problem

2001-05-09 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Server-side mail clients

2001-05-09 Thread Charles Cazabon
be controlled with another configuration settings. But even if the messages are moved from new to cur, the POP3 or IMAP service should still see them, and therefore make them available to remote mailreaders. Charles -- --- Charles Cazabon

Re: mailing list

2001-05-09 Thread Charles Cazabon
managers probably feel that ezmlm (or ezmlm-idx) represents best-of-breed already. If you don't mind the odd security hole or misfeature, lots of people seem to like GNU MailMan. Charles -- --- Charles Cazabon

Re: Question to entries in logfile

2001-05-09 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: mutt, qmail, and ~/Maildir/ spooling

2001-05-09 Thread Charles Cazabon
you're looking for (I had trouble finding it myself at one point) is probably the spoolfile variable: set mbox=~/Mail/inbox/ set mbox_type=Maildir set spoolfile=~/Mail/inbox/ Charles -- --- Charles Cazabon

Re: QUEUE_EXTRA: can I use a complete email address?

2001-05-09 Thread Charles Cazabon
(including the leading T and the trailing NUL). Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just

Re: How to setup under qmail for an incoming message to be delivered to multiple addresses?

2001-05-08 Thread Charles Cazabon
site at cr.yp.to. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: using safecat to filter mail

2001-05-08 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: rcpthosts default allow all ?

2001-05-07 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Selective forwarding of email

2001-05-07 Thread Charles Cazabon
likely have the desired affect. Note that I don't know whether Exchange even knows about the concept of an IP address as domain literal. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software

Re: Avoiding Returun-path

2001-05-07 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Huge Maildirs?

2001-05-04 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: qmtp

2001-05-04 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: how to run two qmail-smtpd

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Qmail as only relay

2001-05-03 Thread Charles Cazabon
for local at all? Don't put anything in /var/qmail/control/locals? Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: SPAM Patches recomendations.

2001-05-03 Thread Charles Cazabon
on this mailing list -qmail has _never_ relayed mail unless the administrator specifically configures it to do so. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
of trying to distinguish a.b.c and foo.b.c and foo.a.b.c, etc, etc... Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions

Re: SPAM Patches recomendations.

2001-05-03 Thread Charles Cazabon
, and they aren't even actually sending the mail, just testing the RCPT TO: command). Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: forwarding to a dynamic / variable address ??

2001-05-03 Thread Charles Cazabon
pages for each of these. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: SPAM Patches recomendations.

2001-05-03 Thread Charles Cazabon
should be identified as relays. I guess those days are gone, however. So are the days of the 5-cent Coke and the sub-$1000 new car. Doesn't mean I'm wistful about them. Charles -- --- Charles Cazabon

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: concurrency and bccs

2001-05-03 Thread Charles Cazabon
with an appropriate error code. How were you injecting the message, and what was the exit code of the program? Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: Limit outbound connections but not for all domains

2001-05-03 Thread Charles Cazabon
own to apply whatever filtering criteria you want to his mail. More details about the situation would help. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: Can MX record be CNAME?

2001-05-03 Thread Charles Cazabon
- mail.swishmail.com That doesn't matter for SMTP. Why don't you try it and see? Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any

Re: Strange Bounce

2001-05-02 Thread Charles Cazabon
for every message I send to the list. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Both system account and virtual account of one domain.

2001-05-02 Thread Charles Cazabon
your own wrapper around checkpassword (or equivalent) which tries multiple authentication methods before failing. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: libc.so.6 error with RH 7.0

2001-05-02 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: I messed up my QMQP Client Config...

2001-05-02 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: OT: Sending Mail with C++

2001-05-02 Thread Charles Cazabon
/qmail/bin/qmail-inject, for that matter)? 3) Does anything make it into the qmail logs? 4) Have you straced/trussed the program? 5) What is the failure mode? Silent failure, core dump, ... Charles -- --- Charles Cazabon

Re: ezmlm-idx error

2001-05-02 Thread Charles Cazabon
be the same issue. You might want to look at the ezmlm list archives (I don't recall where they are, but doubtless ezmlm.org will tell you), or post this trace to that list. Charles -- --- Charles Cazabon[EMAIL

Re: Filter incoming messages for one particualr user

2001-05-02 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Mail Stuck in Queue

2001-05-02 Thread Charles Cazabon
(the part that actually takes messages out of the queue, and delivers them locally or remotely). Run your qmail-start script or equivalent, or issue an appropriate command to svscan. Charles -- --- Charles Cazabon

Re: serving other domains

2001-05-02 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Strange Bounce

2001-05-02 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: slow smtp connection

2001-05-01 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: SPAM Patches recomendations.

2001-05-01 Thread Charles Cazabon
environment variable for random IP addresses which connect to your SMTP port, then you are NOT an open relay. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca

Re: slow smtp connection

2001-05-01 Thread Charles Cazabon
from discussion with the various members of this list, all of whom bring different points of view to the table. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http

Re: slow smtp connection

2001-05-01 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: ezmlm-idx error

2001-05-01 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: need help understanding status 256 log messages

2001-05-01 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: ezmlm-idx error

2001-05-01 Thread Charles Cazabon
Adam McKenna [EMAIL PROTECTED] wrote: On Tue, May 01, 2001 at 01:07:51PM -0600, Charles Cazabon wrote: Adam McKenna [EMAIL PROTECTED] wrote: I'm getting the following for one of my local lists: @40003aeef9c40fe92884 delivery 2345: deferral: Segmentation_Fault_-_core_dumped

Re: queue problems

2001-04-30 Thread Charles Cazabon
. Then stop qmail, and run queue-fix on your queue. It should be able to handle this. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software

Re: username@domain@domain relay hole !

2001-04-30 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Fw: username@domain@domain relay hole !

2001-04-30 Thread Charles Cazabon
it -- show us the unedited logs of this happening. What I think is your log shows your system trying to deliver to local user foo@bar, and you're misreading it. Charles -- --- Charles Cazabon[EMAIL PROTECTED

Re: username@domain@domain relay hole !

2001-04-30 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Strange POP Problem

2001-04-28 Thread Charles Cazabon
authenticate and get my mail. This is the number-one most frequently asked question on this list. It most definitely is answered by the documentation and the FAQ. Charles -- --- Charles Cazabon

Re: Strange POP Problem

2001-04-28 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Strange POP Problem

2001-04-28 Thread Charles Cazabon
qmail support from one of the many organizations listed at www.qmail.org . If you're willing to pay my rates, I'll answer every FAQ you've got, with no sarcasm -- payment in advance. Charles -- --- Charles Cazabon

Re: Queue Building

2001-04-27 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: | preline -f sed -n p ... = Is it dangerous/improper?

2001-04-26 Thread Charles Cazabon
the original $SENDER of the messages preserved when sending the messages again with the maildirsmtp. So why not do something like ``NEWSENDER=$SENDER forward ...'' ? Charles -- --- Charles Cazabon

Re: Inserting messages into Maildir?

2001-04-26 Thread Charles Cazabon
make sure the files are owned by the owner of the Maildir. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed

Re: bounce messages

2001-04-26 Thread Charles Cazabon
cron). The one we use is called qmail_bounce (IIRC), and you should be able to find it at qmail.org or on Google. If not, post to the list again, and I can put it up somewhere. Charles -- --- Charles Cazabon

Re: Win x Linux x Recipient Pile

2001-04-26 Thread Charles Cazabon
as a web page or fingerd server. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: | preline -f sed -n p ... = Is it dangerous/improper?

2001-04-26 Thread Charles Cazabon
could lose mail. As for forwarding, you can set NEWSENDER to be whatever you want, and the message will go out with that as the envelope sender. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed

Re: | preline -f sed -n p ... = Is it dangerous/improper?

2001-04-26 Thread Charles Cazabon
for delivering to Maildirs. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: newbie question

2001-04-26 Thread Charles Cazabon
that the system clocks between all the machines are synchronized (with xntpd, clockspped, or equivalent). qmail-pop3d won't see messages which are dated in the future. Charles -- --- Charles Cazabon[EMAIL

Re: CAN'T Send to lists!

2001-04-25 Thread Charles Cazabon
and QMAILUSER to ik5bcu). LOGS say mail is accepted but I never seen it on mailing-lists. They silently drop anything they want to filter out of the l-k lists. Charles -- --- Charles Cazabon[EMAIL

Re: Fwd: Just a little question

2001-04-25 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: RSS LIST

2001-04-25 Thread Charles Cazabon
a default rule of :deny, because that means that other machines won't be able to connect to the service at all -- and therefore can't send you email. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed

Re: qmail-inject error checking

2001-04-25 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: qmail-inject error checking

2001-04-25 Thread Charles Cazabon
Henning Brauer [EMAIL PROTECTED] wrote: On Wed, Apr 25, 2001 at 08:05:34AM -0600, Charles Cazabon wrote: thing you might try, though, is to see if you get better results with new-inject (it's in one of djb's other packages; serialmail possibly?). No, it's in mess822. Indeed; thanks

Re: /var/qmail/control and queue question

2001-04-25 Thread Charles Cazabon
/qmail/control/smtproutes didn't help either. Hmmm. Even with something like domain:127.0.0.1? Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca

Re: badheaders patch from flame.org

2001-04-25 Thread Charles Cazabon
? Perhaps there's another, more qmail-ish way to do it. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed

Re: qmail as Back up MX box

2001-04-25 Thread Charles Cazabon
story. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: scripts run as user...?

2001-04-25 Thread Charles Cazabon
. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

rfc2822

2001-04-25 Thread Charles Cazabon
(mentioned at http://cr.yp.to/y2k.html) is also marked obsolete. I can't see any obvious problems that using a 5-digit year would have caused; does anyone know why it has been removed? Charles -- --- Charles Cazabon

Re: Strange behavior in outgoing mail

2001-04-25 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: CAN'T Send to lists!

2001-04-24 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: .qmail alias file with an underscore in the entry...

2001-04-24 Thread Charles Cazabon
not qmail's fault. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: questions about an exploit

2001-04-24 Thread Charles Cazabon
or so. Granted, the reported ones have been fixed, but with that kind of a track record, what are the chances that there are zero vulnerabilities left? I'd strongly suspect proftpd in this case. Charles -- --- Charles Cazabon

Re: qmail-pop3d not working?

2001-04-24 Thread Charles Cazabon
, both trying to bind to the same interface(s) and port. At least one of those _has_ to be failing, and it should be showing up in your logs. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed

Re: Attach

2001-04-24 Thread Charles Cazabon
a lot trickier, but see the archives. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my

Re: timeout downloading mail while connecting to the server using dial-up

2001-04-24 Thread Charles Cazabon
-smtpd. Check the FAQs and the archives. Chances are this is actually the #1 FAQ on this list. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca

Re: RSS LIST

2001-04-24 Thread Charles Cazabon
, see http://mail-abuse.org/rss/ . Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my

Re: Domain name added twice

2001-04-23 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: Can I force a download on POP

2001-04-23 Thread Charles Cazabon
at `man test`. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: VIRUS IN QMAIL-LIST

2001-04-23 Thread Charles Cazabon
clients. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: big-todo patch

2001-04-23 Thread Charles Cazabon
, apply the patch, do a make setup check, and restart qmail. If you need step-by-step instructions for applying the patch, it's offtopic here. Check a Unix-newbies FAQ or other resource for those. Charles -- --- Charles Cazabon

Re: Queue Building

2001-04-23 Thread Charles Cazabon
-- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ Any opinions expressed are just that -- my opinions. ---

Re: incorrect_user@correct_domain accepted

2001-04-23 Thread Charles Cazabon
configurations which simply make it impossible to know during the inital SMTP conversation whether the local part of an address is valid. Charles -- --- Charles Cazabon[EMAIL PROTECTED] GPL'ed software

<    1   2   3   4   5   6   7   8   9   10   >