LOGIN FAILED

2001-02-27 Thread fred
m. When I try to get message using telnet I have errors: [fred@localhost fred]$ telnet ip_of_mailserver 110 Trying ip_of_mailserver... Connected to ip_of_mailserver. Escape character is '^]'. +OK Hello there. USER fpinatel@my_virtualdomain +OK Password required. PASS mypass -ERR Login failed

tarpit+relaymailfrom.patch

2001-02-26 Thread fred
Hello I want to secure against spam my mail server. I found the "tarpit+relaymailfrom.patch" but I don't know what I have to do with this file. What is the procedure to use "tarpit+relaymailfrom.patch". Thanks for your help.

Unable_to_chdir_to_maildir._(#4.2.1)

2001-02-16 Thread fred
Hello I am using qmail-1.03+patches-18 on redhat 7.0 I have a problem with my local configuration. My local user like root can't reseive mail I have this errors

Unable_to_chdir_to_maildir._(#4.2.1)

2001-02-16 Thread fred
Hello I am using qmail-1.03+patches-18 on redhat 7.0 I have a problem with my local configuration. My local user like root can't reseive mail I have this errors Feb 16 10:52:07 www qmail: 982317127.050422 delivery 9: success: did_0+0+0/ Feb 16 10:52:07 www qmail: 982317127.051427 status: local

Qmailadmin

2001-01-25 Thread fred
Hello everybody!!! I am using qmail1.03 on a rh7.0. I would like to use qmailadmin 0.39. but I can't log in, I need 'postmaster' but I don't know who is he. however I use omail and it run very wel. Thanks fo your support.

quotas

2001-01-25 Thread fred
Hello, I have add a 'vmailmgrquotas' file in /var/qmail/control/ What have I to do to made qmail read this file ? whitch daemon must be restarted ? This is my ps : 176 ?S 0:00 supervise qmail 186 ?S 0:00 qmail-send 187 ?S 0:00 splogger qmail 188

quotas

2001-01-25 Thread fred
Hello, I have add a 'vmailmgrquotas' file in /var/qmail/control/ What have I to do to made qmail read this file ? whitch daemon must be restarted ? This is my ps : 176 ?S 0:00 supervise qmail 186 ?S 0:00 qmail-send 187 ?S 0:00 splogger qmail 188

Re: Maildir, mailbox and list archives

2000-03-29 Thread Fred Lindberg
-cgi/1#b (the qmail list). -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Why fstat() in qmail-send.c:markdone()?

2000-03-15 Thread Fred Lindberg
On Fri, 10 Mar 2000 14:42:15 -0600, Fred Lindberg wrote: fd = open_write(fn.s); if (fd == -1) break; if (fstat(fd,st) == -1) { close(fd); break; } if (seek_set(fd,pos) == -1) { close(fd); break; } Ok, I get it. qmail-send doesn't trust qmailq. Without the fstat() call, qmailq could

Re: Why fstat() in qmail-send.c:markdone()?

2000-03-15 Thread Fred Lindberg
is not used, but if only qmails can create a symlink and qmail-send runs as qmails, we're back to the original question: Why is the fstat() there? -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Why fstat() in qmail-send.c:markdone()?

2000-03-10 Thread Fred Lindberg
;D",1) != 1) { close(fd); break; } /* further errors - double delivery without us knowing about it, oh well */ close(fd); return; } Thanks! -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Qmail List Digest?

2000-03-03 Thread Fred Lindberg
. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: qmqp and local delivery

2000-03-01 Thread Fred Lindberg
sub/unsub to function immediately even while you are sending a post to 500K subscribers. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Validate MIME messages?

2000-02-29 Thread Fred Backman
formatting, e.g. bogus boundaries, headers and such. Would it be hard to write such a validator? (e.g. are we talking about 10K lines of code, or just a fairly simple perl script?) TIA cheers Fred -- If it's tourist season, why can't we shoot them?

Re: Queue-Sitters Anonymous

2000-02-24 Thread Fred Lindberg
as many users before it bottoms out. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Problem with failed remote SMTP connections

2000-02-22 Thread Fred Backman
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection." Can anyone please advice what to do? Thanks, Fred telnet po.netnet.com.sg 25 -- fails telnet mail.teen-mail.com 25 -- fails # nslookup -type=MX lists.hearme.com Server: dns1.telia.com Address: 194.22.190.10 hearme.com origin =

Re: Problem with failed remote SMTP connections

2000-02-22 Thread Fred Backman
Russell Nelson wrote: Fred Backman writes: Our queue is growing due to failed smtp connections. So? This is not, in itself, a problem. Tell my managers :-) I agree, it's just that the delivery of emails is already getting delayed by hours just because of these failed connections. It's

Re: Problem with failed remote SMTP connections

2000-02-22 Thread Fred Backman
Russell Nelson wrote: If mail is not being delivered obviously something is wrong. It's sufficient for you to verify that the problem is not on your end, unless you're really into sysadmining other people's machines for them just because you have mail to be delivered to users there. Mail

[re-post] qmail-pop3d not timing out?

2000-02-21 Thread Fred Backman
FYI - I posted this last week but with no replies. It is really important so please if you can help, help. Otherwise, sorry for the double post. (1) If I want to change the qmail-pop3d timeout, is it correct to modify the line int timeout = 1200; in qmail-popup.c and qmail-pop3d.c? If not,

Re: ezmlm-idx 0.40 and web archives...

2000-02-16 Thread Fred Lindberg
time stamps to give modification dates and handle if-modified-since. Using this, especially combined with e.g. squid will make it much more efficient (I think faster than serving preformatted files from Apache [speculation, not profiled ;-)]). -Sincerely, Fred (Frederik Lindberg, Infectious

qmail-pop3d not timing out?

2000-02-16 Thread Fred Backman
(1) If I want to change the qmail-pop3d timeout, is it correct to modify the line int timeout = 1200; in qmail-popup.c and qmail-pop3d.c? If not, how do I go about? (2) I did just that, changing it from 1200 to 30, but the timeout only seems to work in the authentication stage, ie. before i'm

Re: Big and/or famous sites using qmail?

2000-02-10 Thread Fred Backman
I'm not speaking for USA.NET as I have no clue what they use or do, but it's possible they have a non-qmail smtp mail server for incoming traffic, and separate qmail processes running for the outgoing traffic. Bruce Guenter wrote: On Wed, Feb 09, 2000 at 12:44:16PM +, Blaine Lefler wrote:

Re: [Already solved.] ezmlm without username-listname?

2000-02-09 Thread Fred Lindberg
] [[EMAIL PROTECTED] discusses lots of ezmlm stuff and there is a FAQ on line at http://www.ezmlm.org] -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: what makes ezmlm fast?

2000-02-02 Thread Fred Lindberg
. See http://www.ezmlm.org and ftp://ftp.ezmlm.org/pub/patches/ezmlm-idx-0.40.tar.gz (FAQ section on bounce handling) for more info. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Large ISPs/services running qmail?

2000-01-18 Thread Fred Backman
Hello all, What large ISPs or services are running qmail, and roughly how much traffic do they have (e.g. number of messages per day)?

Re: Large ISPs/services running qmail?

2000-01-18 Thread Fred Backman
Anand Buddhdev wrote: Yahoo! is running entirely on qmail (with some modifications to suit their size), Hotmail's outgoing mail server is qmail, egoups (now incorporating egroups and onelist) run close to 26 mailing lists on qmail, Resaux IP Europeene (RIPE) and Network Solutions

Re: ezmlm-idx-moderator

2000-01-14 Thread Fred Lindberg
/digest/subscribers (among other things). The reason for the error is that these do not exist. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: how are sublists supposed to work?

2000-01-14 Thread Fred Lindberg
. Are you using ezmlm-idx? What version? How did you set up the sublist? etc. The short answer is probably to remove the ezmlm-reject line from DIR/editor of your sublist. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

When does qmail append defaultdomain?

2000-01-12 Thread Fred Backman
displayed as "[EMAIL PROTECTED]", so where does qmail append the domain name? I need qmail-inject (or any of the subsequent processes) to bounce if the domain is missing, instead of appending defaultdomain. I think it's being done on qmail-inject but does anyone know exactly how? cheers Fred

Re: When does qmail append defaultdomain?

2000-01-12 Thread Fred Backman
Dave Sill wrote wrote: Fred Backman [EMAIL PROTECTED] wrote: 1. Exactly when does qmail append the default domain name (control/defaultdomain?) to a local recipient? qmail-inject appends it before injecting the message. Ok. 2. Can I force qmail to bounce if domain name is missing

Re: When does qmail append defaultdomain?

2000-01-12 Thread Fred Backman
nt. I also suspect any bounces will be sent from the same address which will be very confusing. If there is no other way, I guess I have to put on a hard hat and start digging... :) cheers Fred

Re: 7 bit ascii qmail

2000-01-05 Thread Fred Lindberg
t violates the more important rule to be lenient on accept. The only reason to reject a 8-bit message [for that reason] is an inability to handle it. Still, you are correct, just not right ;-) -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Help on qmailanalog

2000-01-04 Thread Fred Lindberg
of messages started before the analysis period. If you don't do this, your statistics will be bogus as will any info messages that weren't both sent and successfully delivered within the analysis period. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: 7 bit ascii qmail

2000-01-04 Thread Fred Lindberg
shouldn't have to do this nonsense. This is something that should be handled automatically by qmail-remote. Or by retiring the outdated servers. Sometimes being right is better than being correct. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: The Canonical Set of qmail Patches

2000-01-03 Thread Fred Lindberg
to hurt very little even with concurrency 255. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: can nott telnet to port 25

1999-12-09 Thread Fred Backman
. smtpstream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd #nntp stream tcp nowait root/usr/sbin/tcpd in.nntpd On Wed, 8 Dec 1999, Fred Backman wrote: Can you reach your Linux host on any other port? If you have access to tools

Re: can nott telnet to port 25

1999-12-08 Thread Fred Backman
Can you reach your Linux host on any other port? If you have access to tools such as traceroute or ping, try these and see if you can reach your mail host from the external host. Also try the reverse, e.g. try reaching the external host from inside the mail host. Ning Wu wrote: Hi. I am a

Old messages in Maildir/tmp

1999-12-07 Thread Fred Backman
Why do I have old messages (as in 3-4 days old) in Maildir/tmp? Shouldn't these be moved to Maildir/new at delivery? If this isn't always the case, can someone please explain why they haven't been moved and also when, if ever, they will be. Cheers Fred

Local retry schedule?

1999-12-03 Thread Fred Backman
emote? (d) Can I hack qmail retry more/less frequently, e.g. by modifying some value in the source code? Many thanks in advance! cheers Fred

Re: relay

1999-11-29 Thread Fred Lindberg
pd.c. Look at badmailfrom implementation. Your hack is a simpler version. All you do is check if '%' is in the recpient address. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: relay

1999-11-28 Thread Fred Lindberg
o "$LOCAL" | grep -v '%' /dev/null 21 || { echo "We do not relay"; exit 100; } in ~alias/.qmail-default -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: cyclog: warning: unable to create...

1999-11-28 Thread Fred Lindberg
tup script - typically qmaill) does not have write access to the log directory. Change that, and the error message goes away. Yes, it does affect qmail function. See cyclog man page for details. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Moderating ezmlm

1999-11-26 Thread Fred Lindberg
] is NOT the same mailing list, but two separate lists. The answer is that you should get ezmlm-idx-0.324.tar.gz. It contains all the info you need as well as the code you need (in addition to ezmlm-0.53.tar.gz). http://www.ezmlm.org has the info on line. -Sincerely, Fred (Frederik Lindberg

Re: hi guys.. quick answer..

1999-11-26 Thread Fred Lindberg
all you have to do is wait for ezmlm-idx-0.40. I'm waiting for ezmlmrc translations but other wise it's pretty much done. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: qmail remote delivery logic

1999-11-16 Thread Fred Lindberg
t yet, no matter how good the reputation. Agreed. Also, no reason to believe that DJB will address this particular issue. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: deliverable message header parsing

1999-11-12 Thread Fred Lindberg
. If you run a single UID pop system, you can add a program delivery to the relevant .qmail. 100% reliable if done right and simpler. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: qmail tuning question

1999-11-11 Thread Fred Lindberg
y come back to ezmlm after 7 days. After another 11 days ezmlm sends warnings. These warnings will be deferred as well. Still, that's at most one per subscriber, i.e. 1800. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: qmail remote delivery logic

1999-11-07 Thread Fred Lindberg
to the smarthosts. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Qmail and Email virus protection

1999-10-28 Thread Fred Lindberg
. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Please Help: Concerning Qmail Footers. (fwd)

1999-10-27 Thread Fred Lindberg
= $messnum + 0; or: $messnum ~= /^(\d+)$/; then: $msg = $1; open FOO, " /var/qmail/queue/$msg"; would work. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

tcpserver log failed connections?

1999-10-14 Thread Fred Backman
I couldn't find it in the man pages, so is there a way to log failed connections with tcpserver? (ie. connections which are defined as illegal in the tcprules data file) TIA, Fred

duplicate logs?

1999-10-14 Thread Fred Backman
this for certain reasons.) Thanks Fred

Re: duplicate logs?

1999-10-14 Thread Fred Backman
Dave Sill wrote: Fred Backman [EMAIL PROTECTED] wrote: The problem is that for each delivery, qmail generates duplicate logs and when I say duplicate logs I mean everything is duplicated: How do I solve this? [snip] What's in your /etc/syslog.conf? mail.debug

MX -- IP number instead of host name

1999-10-12 Thread Fred Backman
nd to sort this out? Any advice would be most apreciated. Cheers Fred ps. foo.com isn't the domain in question, names have been changed to protect the guilty :-)

Re: getting qmail to retry

1999-10-12 Thread Fred Lindberg
have expected a modern draft to specifically allow the full 8-bit charset (barring CRLF and probably NUL) in header text fields and message. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Qmail sets speed record!

1999-10-08 Thread Fred Lindberg
in mail delivery speed! PS: There might have been a problem with the clock for a message or two - investigating ;-) -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: A second strange problem.

1999-10-06 Thread Fred Lindberg
system. If there is no entry for the message, the answer is (1). Otherwise (2). If (1), which I suspect, the "Webtrends professional suite" is defective at at least 2 points, and yes, one of them may be the bare-LF problem. See http://www.qmail.org for info on that. -Sincerely, Fred

sorted (Re: Aack child crashed on Solaris)

1999-10-01 Thread Fred Backman
I have sorted the problem myself now. Sorry for being too eager sending this post. (The problem turned out to be non-qmail).

qmail-queue was killed?

1999-09-30 Thread Fred backman
in the mail queue. Sending to the "bollox" account via smtp works just fine! Any ideas? cheers TB ___ The Web's BEST free email... Get your FREE account at http://www.pmail.net My Pmail address is: Fred backman [EMAIL PROTECTED]

Re: qmail-queue was killed?

1999-09-30 Thread Fred Backman
- Original Message - As a first try, you could try to present a valid message to qmail-inject: # echo to: bollox | /var/qmail/bin/qmail-inject Sorry, that was a typo. I did exactly the line you suggested. If it still fails, turn on process tracing (if your system allows it) and

Re: qmail-queue was killed?

1999-09-30 Thread Fred Backman
- Original Message - From: Harald Hanche-Olsen [EMAIL PROTECTED] | Do you mean I should trace qmail-queue? If so, how do I do that when | qmail-queue is invoked from qmail-inject? You seem to be on a Solaris system. Then use truss -f to trace the children. (You can also use -o

Fixed it -- thanks!! (Re: qmail-queue was killed?)

1999-09-30 Thread Fred Backman
r-xr-x 35 root root1536 Sep 4 08:47 // Extra special thanks to Harald Hanche-Olsen for helping me! :-) cheers Fred

Re: .qmail alias files

1999-09-30 Thread Fred Lindberg
] [EMAIL PROTECTED] [EMAIL PROTECTED] (New Address) If the address begins with a letter or number, you may leave out the ampersand: [EMAIL PROTECTED] -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

qmail-tcpto and non-authoritative DNS

1999-09-30 Thread Fred Lindberg
a solution. However, the system runs at an average concurrency of 5 normally and due to the network problems it is now pegged at 120. Thanks! -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: return code for stray new lines

1999-09-29 Thread Fred Lindberg
config will make the message acceptable. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

RE: return code for stray new lines

1999-09-29 Thread Fred Lindberg
]. It is an MUA as well, but the failure is "translation" of the message into SMTP. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: A patched qmail-smtpd.c

1999-09-24 Thread Fred Lindberg
to exploit it. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Qmail

1999-09-23 Thread Fred Lindberg
" too. The same for "*" and other special characters. Outch! So no ezmlm lists and no VERP (at least the standard version) with qmail-ldap. Is there no quoting mechanism for the LDAP lookups? I assume it affects only addresses local to the machine/domain. -Sincerely, Fred (Frederik Lindberg,

Re: Kurt's Closet on qmail

1999-09-15 Thread Fred Lindberg
to worry about." -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Kurt's Closet on qmail

1999-09-15 Thread Fred Lindberg
advertize it, if he didn't want people to use it? -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Qmail.org webpage [Was Re: Patches revisited]

1999-09-13 Thread Fred Lindberg
On Mon, 13 Sep 1999 10:42:06 -0400, Thomas M. Sasala wrote: For the qmail gurus, the page is great. You scan down a single page, find the program you are looking for, and you run with it. For Exactly! Thanks, Russell! -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU

qmail as secondary MX server

1999-09-13 Thread Fred Backman
Is there anything specific I need to keep in mind or do in order to set up qmail as a secondary MX server, as opposed to a "normal" qmail setup? I've installed qmail before but never on a secondary MX server so I'd appreciate any advice you may have. Cheers Fred -- Fred Backman L

Re: qmail inetd.conf

1999-09-04 Thread Fred Backman
this cleared things up a little bit :-) cheers Fred System Administrator wrote: can qmail live without an entry in /etc/inetd.conf on solaris 7? can it just be happy with the following in /etc/init.d/inetsvc: csh -f '/var/qmail/rc' echo "qmail started..." /basit

Re: Mail.com blacklisting

1999-09-02 Thread Fred Lindberg
tests in an hour so that relaying load wouldn't be excessive. In addition, a bounce could be counted as evidence that the host doesn't relay. Anyway ... -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

inetd or tcpserver or xinetd?

1999-09-01 Thread Fred Backman
: Is there anything wrong with (inetd|tcpserver|xinetd)? cheers Fred -- Lead Wizard Binary Spells www.binaryspells.com *** Check out AntiTron v0.92 - our latest arcade game! ***

stack execution?

1999-09-01 Thread Fred Backman
Does qmail (1.00) execute any code on the stack?

RE: control/databytes meaning

1999-08-31 Thread Fred Lindberg
() when you've detected a \r\n, i.e. in: case 4: /* + \r */ if (ch == '\n') { state = 1; /* here*/ break; } -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Port 25 is not responding using tcpserver

1999-08-31 Thread Fred Lindberg
On Tue, 31 Aug 1999 17:26:41 -0400, Brad Shelton wrote: So, you have something listening on port 25. Figure out what it is and stop it. Then make sure your init scripts don't restart it on reboot. ps auxw|grep sendmail ? -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St

Very strange error Lotus SMTP taking to qmail

1999-08-30 Thread Fred Lindberg
[mail6.motleyfool.co m]./ [xx = list name, yy = recipient local name] telnet to 164.53.88.23 smtp: 220 smtpnag01.national.com.au Lotus SMTP MTA Service Ready helo dimwhit 250 smtpnag01.national.com.au Thanks for any insights! -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU

Re: How to truncate the mailer-daemo failure notice?

1999-08-30 Thread Fred Lindberg
like, send a message to [EMAIL PROTECTED] -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Welcome to #l#@domain list ?!

1999-08-30 Thread Fred Lindberg
-0.53 alone. How can you expect this to work? -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

More braindead syntax checking by MTA

1999-08-27 Thread Fred Lindberg
beral in receiving", and "don't worry about what's not your business" MTA approach in qmail. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Qmail dying

1999-08-25 Thread Fred Jones
this? -- Fred Jones IAJ Systems Administrator [EMAIL PROTECTED] ___ Get Free Email and Do More On The Web. Visit http://www.msn.com

Re: qmqpc and queue

1999-08-23 Thread Fred Lindberg
, the mail will remain queued until the primary is up and then it will be transferred there. You loose the "multi-recipient message" part when you fall back to the SMTP part. Hopefully, qmail-2.0 will solve this via QMTP. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St.

Re: qmtp and smtp coexisting

1999-08-18 Thread Fred Lindberg
) or 4 qmail installations of 250 each vs one with a concurrecy of 1000. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

RE: question on big-todo patch

1999-08-18 Thread Fred Lindberg
/117188 with the big-todo patch. One of the main things it does is subdivided the todo/ directory. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: qmail sighting

1999-08-17 Thread Fred Lindberg
deliveries for which the initial log entry is not available to matchup. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Solved: qmail-bigrem limits linux

1999-08-12 Thread Fred Lindberg
bly better throughput. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Performance

1999-08-07 Thread Fred Lindberg
kind of hardware, you might be able to support more than a 4x 255 concurrency. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Can I do this with qmail?

1999-08-03 Thread Fred Lindberg
postmaster box. Forward mail to main box for specific users. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Can I do this with qmail?

1999-08-02 Thread Fred Lindberg
e who does not ...). I don't know how to rewrite e.g. From: headers with qmail. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: *sigh* performance issues again. Please help!

1999-07-29 Thread Fred Lindberg
sync() after each entry. This realizes most of the performance gains seen with cyclog. I obviously still prefer cyclog, but the syslog.conf change followed by a syslogd HUP is a very fast and simple fix when seeing a system in trouble. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases

Re: Internet draft for VERP

1999-07-29 Thread Fred Lindberg
? I was under the impression that most large services have cut that limit way down (20) due to SPAM. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: baboo.smtp does not work by using qmail.

1999-07-29 Thread Fred Lindberg
l symptoms you describe. Log tcpserver output. There are also notes in the mailing list archives on how to log qmail-smtpd info. Personally, I'd just try the bare-LF patch and see if it helps. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Internet draft for VERP

1999-07-29 Thread Fred Lindberg
On Thu, 29 Jul 1999 09:41:15 -0400 (EDT), Russell Nelson wrote: Let me be the first of many who point out that 10,000 / 500 = 20. :) ... going for coffee. I most humbly apologize for wasted bandwidth and cc the list only to save keyboards and fingertips. -Sincerely, Fred (Frederik

Re: Return-Path

1999-07-21 Thread Fred Lindberg
queue. [...] -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: Fast email list questions

1999-07-20 Thread Fred Lindberg
] bounce scorer, especially if the address list is relatively constant. If not, replace the part in ezmlm-send that reads the addresses (or putsubs.c from ezmlm-idx) with your own db interface. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: (#5.7.1) ???

1999-07-03 Thread Fred Lindberg
On Sat, 3 Jul 1999 10:53:20 -0700, Oden Eriksson wrote: What I mean is the part (#5.7.1), and other simular errors. ? rfc1893. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Re: autoconf?

1999-07-02 Thread Fred Lindberg
... As for buffers, Dan's library is just a little bit more low-level. He chooses ceratain buffer sizes in his applications, but that's not a requirement of his library. I would think that his choice for his applications is better than what designers of libc do at a global level. -Sincerely, Fred

Re: Matchup fd5

1999-07-01 Thread Fred Lindberg
. -Sincerely, Fred (Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

  1   2   >