qmail + throttling (limit bandwidth)

2000-11-07 Thread Michael Maier
How can I throttle the Bandwidth Usage with qmail ? I have High Volume Server sending 3 Mio. e-Mails / weekly out. My ISP bills in Bandwidth Consumation and that 3 Mio. e-Mails Send produce very high Bandwidth Usage Peeks!! Who can help? PS: I'm on Sun Solaris 7 Box -- With best Regards, Micha

Re: Free documentation for beginners about mail server basis ?

2000-11-07 Thread Michael Maier
"Robin S. Socha" wrote: > http://www.faqs.org/faqs/mail/ }:-> For qmail Beginners I did a good All Purpose Installation Mini HOWTO... http://www.octlabs.de/linux/docu/qmail_howto.shtml CU, Michael..

Re: smtp-auth and smtp after pop

2000-11-07 Thread Michael Maier
Milen Petrinski wrote: > Yor problem is not with qmail setup, but the users. thay can get thair mail > befor sending outgoing messages, if they select "recieve" first from the > drop-down menu in right of the button - tell them to read the help. > > Milen Users must check before they can send ou

Re: Moving the qmail directory

2000-11-07 Thread Michael Maier
Filip Salomonsson wrote: > If I move /var/qmail to /export/qmail, and replace it with a symbolic > link pointing to the new location, is there anything that might cause > things to explode into my face? Hmm, if you place symlink and then move nothing should happen. But to be sure I would wait un

Re: qmail + throttling (limit bandwidth)

2000-11-07 Thread Michael Maier
Charles Cazabon wrote: > To reduce peak bandwidth usage, reduce your concurrencyremote value. There's > no way to specify something like "never go over 30kbps", but as a general > rule, if you reduce your concurrencyremote by half, your typical network > bandwidth will go down by a similar amoun

Re: smtp-auth and smtp after pop

2000-11-07 Thread Michael Maier
Hans-Juergen Schwarz wrote: > I agree with everybody of you. The problem is that the customer is a > reseller who is hosting quit a few domain on my server and he told > me he can´t do this thing to his customers, because they would not > like it. So I got to find a way to please him. I told my c

Re: qmail and secure smtp relay?

2000-11-07 Thread Michael Maier
What you mean is SMTP after POP so checkout http://www.octlabs.de/linux/docu/qmail_howto.shtml It has nothing to do with SSL so far!! CU, Michael..

Re: connections ???

2000-11-08 Thread Michael Maier
tag wrote: > Hi ALL, > > In syslog i am getting alot of these: > > 973696609.774420 tcpserver: pid 16494 from > 973696609.776054 tcpserver: ok 16494 0::25 > :::4648 > 973696610.343762 tcpserver: end 16494 status 256 > > Please help ?? > > Thanks > Tonino Get qmail-analog mentioned on www.qmail

Re: connections ???

2000-11-08 Thread Michael Maier
tag wrote: > > Get qmail-analog mentioned on www.qmail.org > > CU, > > Michael! > > I have it - how is it going to help me ??? qmail-analog looks into your Log Files and provides Programs to show Statistics of your Mail Server.

Re: Problem mit qmail-pop

2000-11-08 Thread Michael Maier
s!! CU -- --^..^------ michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECTED] urlhttp://www.flatfox.

Re: Compiling problems?

2000-11-09 Thread Michael Maier
Stian Brekmo wrote: > maildirwatch.c: In function `main': > maildirwatch.c:62: warning: return type of `main' is not `int' This is quite normal! That is because the main Function has Return Type void. CU, Michael --^..^-----

Re: relay-ctrl does not work

2000-11-10 Thread Michael Maier
Value: "; $salt=; chomp($salt); print "Generated Password is: "; print crypt($pass, $salt); print "\n"; For more Info check http://www.octlabs.de/linux/docu/qmail_howto.shtml --^..^-- michael maier - system &

Re: cc incoming mail

2000-11-10 Thread Michael Maier
Kimberly Vher wrote: > How can i make a copy of incoming mail from one address to multiple address. > > I have in my home/vhernz/.qmail file > > ./Maildir/ > [EMAIL PROTECTED] > > so that i have a copy in my hotmail account. but i want to make a copy to > multiple address how can i do that? > > T

Re: Wanting to move the qmail queue.

2000-11-13 Thread Michael Maier
queue-fix will help you!! --^..^-- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTE

451 qq Trouble creating files in Queue

2000-11-13 Thread Michael Maier
Hi all! When I send out dozens of Messages I get that Error 451 qq Trouble creating files in Queue. I did already make setup check but it didn't help! So why is that Error occuring ? Can it be possible that my Hard Disk is to busy/slow Thanks in Advance, Michael!

Re: Qmailanalog ...

2000-11-15 Thread Michael Maier
log.matchup rm -rf /var/log/maillog* -- --^..^---------- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECTED] url

Re: Strange 550 errors to ???

2000-11-17 Thread Michael Maier
il Server with POP before SMTP Stuff. With best Regards... --^..^------ michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-

Re: POP Mail

2000-11-23 Thread Michael Maier
and pardon my english try gcc -o checkpasswd -lcrypt -lcrypt means that the Crypt Library should be used to compile the C Program The crypt Lib is needed by checkpasswd --^..^---------- michael maier - system & development administrator flatfox ag

Re: SMTP and PoP 3 problems

2000-11-24 Thread Michael Maier
o mmaier > /var/qmail/alias/.qmail-root # echo mmaier > /var/qmail/alias/.qmail-postmaster # ln -s .qmail-postmaster /var/qmail/alias/.qmail-mailer-daemon > I removed sendmail before installing the qmail RPMs. Good! =) --^..^------ mi

Re: SMTP and PoP 3 problems

2000-11-24 Thread Michael Maier
symlink... from /home/username/Mailbox to /var/spool/mail/username for eg. # ln -s /home/mmaier/Mailbox /var/spool/mail/mmaier It's not the best Solution but worked for me very good with System Accounts. --^..^-- michael maier - system & developm

Re: lets get back to the purpose of the mailing list

2000-12-01 Thread Michael Maier
Yesterday! ;-)) --^..^-- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECTED] urlhttp://www.flatfox.com - m a k e m y d a y

Quality of this List

2000-12-05 Thread Michael Maier
e.com And when there can be nothing found about that Error contact the List. Isn't there a Way to setup an additional List for more advanced People using qmail ? It would be really a very big Afford. Thanks a lot Folks! -- --^..^------ mic

Re: Quality of this List

2000-12-05 Thread Michael Maier
Threading System. It's a bit too complicated. Why we don't share our Resources we have and think and setup a really good List? Thanks --^..^---------- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a

Re: The new "Advanced" qmail lists

2000-12-06 Thread Michael Maier
rmiddleton wrote: > Right on :> A true IT guy :> >From another true IT Guy doing Unix Administration, coding Perl, Delphi, PHP, Visual Basic, ... and having own ISP/ASP Firm, yeah! Yes I can proll, too! ;-) --^..^------ michael maie

Re: The new "Advanced" qmail lists

2000-12-06 Thread Michael Maier
Goran Blazic wrote: > And he is modest also... :) > > Goran :p Of course! ;-)) CYA, Michael

Re: Relay-ctrl installed but can't auth

2000-12-07 Thread Michael Maier
Did you make the needed crontab Entries?? --^..^-- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 e

Quality of this List - Thread seems to be out of Control

2000-12-07 Thread Michael Maier
_x_ lame. > > _x_ stupid. > > _x_ ignorant. > > _x_ much longer than any worthwhile thought of which you > > may be capable. Quoting you I have to say: "What has this to do with qmail??!" You are a really lame Actor and getting some Peo

Re: Quality of this List

2000-12-07 Thread Michael Maier
Markus Stumpf wrote: > I don't think it's the quantity that counts ... > > And I think this list is on its best way to loose some more helpers. > Highly skilled people that surely wrote some hundred helpful posts > throughout the years. > > IMHO this whining newbie threads are enough now. > >

Tool for running Probetest under Solaris!

2000-12-22 Thread Michael Maier
Hi all! You got a Tool for running a Probetest of e-Mail Delivery?? I wanna probe on 10 MBit. My Boss doesn't believe me it's the Bandwidth which causes the 9 Secs. Average Message Delay. Many Thanks in Advance!! CYA, Micha..

Re: about smtp.rules

2000-12-27 Thread Michael Maier
m! It's Component of tcpserver... --^..^---------- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECTED] urlhttp://www.flatfox.com - m a k e m y d a y

Re: Oracle + Qmail

2001-01-03 Thread Michael Maier
ewritten, or if it's just DBA related configuration, however It would be > much more scaleable if qmail could work with Oracle. You're right because it's just another SQL Style! -- --^..^------ michael maier - system & development adm

Stress Test

2001-01-04 Thread Michael Maier
Hi People! I was running the following Perl Script for Stress Test qmail: #!/usr/local/bin/perl use Thread; my $addr = "[EMAIL PROTECTED]"; # change to desired mail address!! my $var1 = 100; my $count = 0; for(my $a=0; $a<10; $a++) { my $ref = new Thread \&sendit; lock &send

Re: IS TIME_WAIT has somethings to do with qmail?

2001-01-04 Thread Michael Maier
looks like a Firewall Problem. :-) --^..^------ michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECTED] urlhttp://www.flatfox.com - m a k e m y d a y

Re: IS TIME_WAIT has somethings to do with qmail?

2001-01-04 Thread Michael Maier
Ould wrote: > > That looks like a Firewall Problem. :-) > > > > Can you explain this few please? Just open Port 25 TCP (for SMTP) and Port 110 (if you are using POP3) on your Firewall.

Re: Time zone

2001-01-04 Thread Michael Maier
machine is set to GMT -3 America São Paulo. > It's not a hardware matter, and on other machines that have red hat 6.2 > whitout > qmail it not heappens. > > Somebody knows about it ??? Use linuxconf on Red Hat Systems to adjust the Timezone!! --^..^--------

Re: Stress Test

2001-01-05 Thread Michael Maier
> On Thu, Jan 04, 2001 at 10:11:37AM +0100, Michael Maier wrote: > >system 'qmail-inject $addr < 50k.data'; > > Does 50k.data have a Mail header on it? Just a guess... No, it hasn't a Mail Header in it. I think maybe it will be solved

Re: Stress Test

2001-01-05 Thread Michael Maier
> I'm confused. You say, 'it worked fine', then you say 'email has > not been sent'. Which is it? Sorry! I forgot to right down it worked fine when sending about 100 Messages. > If you are sending a an identical message to 500,000 people, consider > one message with a half-million recipients,

Re: Stress Test

2001-01-05 Thread Michael Maier
> >No, it hasn't a Mail Header in it. > > Ding! Ding! Ding! We have a winner. > > Sean But why it works for 100 Mails then ? Michael..

Speed Problem

2001-01-08 Thread Michael Maier
Hi again! I'm running qmail with big concurrency and big todo patch under Solaris 7 on a mirrored Disk. It's horrible slow and sometimes there is a Message while sending Mail: "451 qq trouble creating files in queue(#4.3.0)" Possible Bottlenecks could be the semaphore Mechanism or the Solaris File

Re: Speed Problem

2001-01-08 Thread Michael Maier
Mark Delany wrote: > Sigh. What do you mean by slow? 1000 deliveries a second? One delivery > a day? You haven't defined what you mean by slow and haven't shown how > what happens is different. > > How about some log files showing what you think are slow deliveries? > > Remember, we know nothing

Re: speed of machines

2001-01-11 Thread Michael Maier
30 30,7 GB HD (UDMA 100) --^..^------ michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 98-101 email [EMAIL PROTECT

Re: Anybody heard from Michael Samuel?

2001-01-18 Thread Michael Maier
> > No. This shows even more the need for multiple archives and mirrors of > the > > contributions around qmail. > > Shouldn't we build a nice structure around this? > > Now everyone sits around with their own little qmail-page. If all > these were > > at least archivable together the qmail-world

Re: bandwidth monitoring/analysis

2001-01-22 Thread Michael Maier
it should be really no Problem to see which Bandwidth qmail is using! -- --^..^-- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am main fon+49.(0)69.50 95 98-308 fax+49.(0)69.50 95 9

Re: couldn't find any host

2001-01-22 Thread Michael Maier
Henning Brauer wrote: > On Sat, Jan 20, 2001 at 08:55:36PM -0500, Jeff Bolle wrote: > > Jan 20 12:54:30 mail qmail: 980024070.874084 delivery 14: failure: > > Sorry,_I_couldn't_find_any_host_named_bucknell.edu._(#5.1.2)/ > > DNS problem. > > This machine is > > currently using register.com's doma

Re: bandwidth monitoring/analysis

2001-01-22 Thread Michael Maier
> OK Thanks but i haven't two ip on my server ! Give it an internal IP, and let it map with your Firewall =) -- Ciao, Michael..

Re: QMail DOS

2001-01-22 Thread Michael Maier
> We are in the midst of a security audit performed by Ernst & Young. > They are claiming something about a DOS situation. What I need to > find out is whether there are any known DOS situations out there. If > so what needs to be done to take care of the problem. ThanksAndy Just use tcpserver

Re: qmail-pop3d broken LAST command

2001-01-25 Thread Michael Maier
> I noticed that qmail-pop3d always responds with: < +OK 0 to the pop3 > command LAST > This behavior makes pop3 clients like fetchmail unable to know which > messages are new and thus download all the messages. So running > fetchmail two successive times without deleting mail from the pop3 > ser

Re: supervise fatal errors

2001-01-26 Thread Michael Maier
Just go into the affected Directories and delete those lock Files manually. Because UFS Solaris is a bit laggy in I/O this Problem occurs when you stop and start your qmail Programs too fast! -- Michael Maier / http://www.shell-provider.net Fish Flowers wrote: > I've gotten qmail to

qmail speed improvement

2001-02-01 Thread Michael Maier
Hi, I'm running qmail on Solaris 7 (SUN Netra T1) and I am trying to send out 500.000 e-Mails for Testing. I setup a Remote Concurrency of 400 and have queue Directory Split + Big Todo Server Patches. Why are there just average of 4 concurrent qmail-remote Processes ? How to improve it ? -- Thanks

Re: qmail speed improvement

2001-02-01 Thread Michael Maier
Sorry, I'm using multilog for logging. And here is a Cut from Logs... -- 2001-02-01 16:07:00.591559500 status: local 0/250 remote 4/400 2001-02-01 16:07:01.136160500 new msg 709520 2001-02-01 16:07:01.176806500 info msg 709520: bytes 5581 from <[EMAIL PROTECTED]> qp 25704 uid 101 2001-02-01 16:07:

Re: qmail speed improvement

2001-02-01 Thread Michael Maier
> How? 500,000 separate messages or one message with 500,000 recipients? > If the former, have you tried stopping qmail-send until the messages > are injected--and do you really need to send each recipient a > different message? They are seperate messages and Yes it's needed because those are per

Re: qmail speed improvement

2001-02-01 Thread Michael Maier
Justin Bell wrote: > On Thu, Feb 01, 2001 at 05:12:36PM +0100, Michael Maier wrote: > # > mean airspeed velocity of an unladen swallow? > # > # Dunno, gonna search on Google! :-) > > the correct response would be 'African or European?' > > -- > J

Re: qmail speed improvement

2001-02-01 Thread Michael Maier
Dave Sill wrote: > OK, no need to get excited. So, have you tried stopping qmail-send > until the messages are injected? > > I think you're seeing the combination of two problems: the first is > disk bandwidth on the queue partition, and the second is the > single-threaded nature of qmail-send: i

Re: qmail speed improvement

2001-02-01 Thread Michael Maier
Steve Kennedy wrote: > what's your favourite colour ? > > Steve Blue! Uhmm... No Yellow! ;-) -- --^..^---------- michael maier - system & development administrator flatfox ag, hanauer landstrasse 196a d-60314 frankfurt am ma

qmail speed solaris

2001-02-02 Thread Michael Maier
Setup is Solaris 7 and qmail + big todo + big concurrency What's going wrong here ? Thanks for Answer! 2001-02-02 18:31:10.045668500 status: local 0/250 remote 6/400 2001-02-02 18:31:10.626628500 status: local 0/250 remote 5/400 2001-02-02 18:31:10.988526500 status: local 0/250 remote 6/400 2001-

Re: qmail speed solaris

2001-02-02 Thread Michael Maier
Dave Sill wrote: > You asked this yesterday. Do you think the answer is different today? Yes, may depend on You! > In my responses to you yesterday, I *twice* asked if you'd tried > turning off qmail-send during the injection of your mass of > messages. You never answered that question. Yes I

qmail Speed

2001-02-02 Thread Michael Maier
http://www.ornl.gov/its/archives/mailing-lists/qmail/1999/12/msg00465.html This here exactly describes the Situation! -- Michael..

qmail + Solaris 7.0 fatal: data 451 qq write error or disk full (#4.3.0)

2001-02-07 Thread Michael Maier
Someone knows why I get fatal: data 451 qq write error or disk full (#4.3.0) ? It comes after different Message Counts when sending via SMTP. I think there is an Error in that qmail-smtpd. Any Solutions ? Never seen that on Linux btw. -- Michael..

Re: high volume server configurations

2001-02-08 Thread Michael Maier
> > I also applied these patches: > > qmail-1.03]# patch -p1 > > > qmail-1.03]# patch -p1 > I got this error: > > 1 out of 5 hunks FAILED -- saving rejects to file spawn.c.rej > > Try -p0, perhaps. > > Greetz, Peter. I have Errors, too with Solaris patch Tool but with GNU patch it's ok -- Micha

Does qmail-send rescan the queue when there are delivery failures, too?

2001-02-19 Thread Michael Maier
You know when qmail receives a Bounce it reinjects the Message in the queue and then the queue is rescanned. But what happens when there is a Delivery Failure and not a Bounce ? -- Thanks for fast Answer! Michael..

Re: Does qmail-send rescan the queue when there are delivery failures, too?

2001-02-19 Thread Michael Maier
Those are Failures: @40003a8c3cc1118607d4 delivery 22609: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/ @40003a8c3cc12394e8dc delivery 22610: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/ @40003a8c3cc128cb2f14 delivery 22611: failure: Sorry,_no_mailbox_here_by_that