+ Reply to Thread
Results 1 to 5 of 5

Thread: Qmail Question?

  1. #1
    minhkhue
    Guest

    Qmail Question?

    Can anyone give me tips on how to configure Qmail to send the QUEUED messages faster? without discarding the message.



    Changing the quedlifetime into a lower value would only result to discarded message which i do not want to happen.



    Current Qmail Configuration:

    concurrencylocal - 10

    concurrencyremote - 255

    databytes - 0

    doublebouncehost - me

    doublebounceto - postmaster

    qmapservers - none

    queuelifetime - 604800 (7 days)

    timeoutconnect - 60

    timeoutremote - 1200

    timeoutsmtpd - 1200



    AND, If anyone can give me tips on the right configuration to handle 20,000 emails per day I would highly appreciate it, thanks.



    By the way we are not spammers, we are sending 20,000 email messages per day to our subscribed clients in 5 of our website we are managing.



    We are using postfix but we are currently implementing to send emails through Qmail, but when we tried to send 800 messages it took 1hour and 45minutes to finish all the sending.



    Unlike postfix it took only 45minutes. Qmail sending is not configured to pass to any anti virus scanning so the messages should be directly sent.



    Please give some tips on how to configure Qmail to send the messages faster, Thanks.
    More Information:
    1. In the qmail control file menu, I see options like
    2. Before you can post your question, you'll have to register -- it's completely free and registered users see less advertising! If
    3. Why not turn a question thread you've participated in into an article? And be sure to take a look a the Article Guidelines for more information about writing Articles
    4. qmail forums, part of the Mail Servers and Related category; Hello
    5. 1 post - Last post: Dec 23, 2004Problem is when i make connection to loopback of qmail server by telnet to port 25 or 110
    6. subroutine &main::minidebug called at /var/qmail/bin/qmail-scanner-queue
    7. Question Are you using QMAIL in ISP? Hosting Software and Control Panels Updated: 2008-04-27 07:36:43 (10)

    More:


  2. #2
    vinhphuong164
    Guest

    Do you run a dnscache on the same machine? Is the mail queue on its own disk? What filesystem are you using? As far as I recall, you need to recompile to get concurrencyremote above 120. You can go above 255 with certain patches.



    Have you monitored the box when you run your email run to see whether there is a bottleneck? Is it disk related? Are you sending the same message to everyone or generating a unique one for each recipient? 800 emails is nothing. I used to send 150K per day on a low end box using qmail.



    There are several patches available for handling higher volume queues, I think it is called the qmail-todo patch. Also, you can run multiple copies of qmail to grind through larger queues.



    A few pointers
    More Information:
    1. Is my server sending spam ? (qmail question, lots of mails going out)
    2. I personally like qmail, we use it on our mail server, and like you we
    3. mail server, no brainer, rhel: Hi Ali, I actually have quite a bit of experience with the qmailrocks qmail mail server installation
    4. You would be best off asking in some kind of qmail forum
    5. But same connection is very slow while accessing through live IP address from the same qmail machine
    6. <ezrafree> and then for my QMAILQUEUE var i just use /var/qmail/bin/qmail-scanner-queue instead of the

  3. #3
    damsam10
    Guest

    Hello,



    most of the times, slowness on mail delivery comes from DNS issue. I would suggest you to focus on this.



    Otherwise, I had a similar problem with one of my former customer. I solve it by creating more spool queues so that a lagging delivery would not prevent the other deliveries to stall. Meanwhile I don't know if Qmail can handle multiple queues; Sendmail does.



    Cheers !

    Thibaut
    More Information:
    1. Question Hi I have a qmail server based on qmailrocks
    2. Posting a question to the qmail mailing list should be one of your last resorts for information or help
    3. i have a question – how can i using this patch tell qmail-remote which IP address from a local pool use to deliver for ipv4 and which for ipv6? i mean control/bindroutes file, currently i use: :127
    4. Now, at this point it sounds to me like it's a QMail problem, particularly given the fact that MX11 and MX12 are not "local" domains,
    5. The problem with using a bastion host under qmail is that it's really designed with an all-or-nothing mentality
    6. It's especially good at answering "how to" questions
    7. my contact list on qmail is empty, how can i import them from the contact list on
    8. Problem is when i make connection to loopback of qmail server by telnet to port 25 or 110
    9. com/search?q=queue_extra), for which you need to recompile qmail

  4. #4
    lifegood
    Guest


    Quote:








    Originally Posted by ThreeGuineaWatch


    Do you run a dnscache on the same machine? Is the mail queue on its own disk? What filesystem are you using? As far as I recall, you need to recompile to get concurrencyremote above 120. You can go above 255 with certain patches.



    Have you monitored the box when you run your email run to see whether there is a bottleneck? Is it disk related? Are you sending the same message to everyone or generating a unique one for each recipient? 800 emails is nothing. I used to send 150K per day on a low end box using qmail.



    There are several patches available for handling higher volume queues, I think it is called the qmail-todo patch. Also, you can run multiple copies of qmail to grind through larger queues.



    A few pointers



    Do you run a dnscache on the same machine? YES

    Is the mail queue on its own disk? YES



    Have you monitored the box when you run your email run to see whether there is a bottleneck? YES, the 800 messages took about 1hour and 45 mins to be sent.



    Is it disk related? NO



    Are you sending the same message to everyone or generating a unique one for each recipient? WE are sending different types of emails, no problems with the generating of messages because, the same scenario works fine with our previous mail server using postfix.



    When you say low end box that sends 150K emails per day what are the specs of your low end box?

    Because, our server only have 2gb RAM



    Is it true that ONE qmail queued message eats about .8kb in RAM memory?



    I ran the default DNS server of LINUX RED HAT Distros, Alot of forums are telling me to change the DNS SERVER to "djbdns" which is risky because, the Mysql Database is also located on the same box, which might cause the services to crash?



    How long did it took your server to send the 150K emails a day?

    And, what was your concurrencylimit?
    More Information:
    1. I want to enable SSL on my qmail server, by far the most secure and difficult to configure MTA in the world
    2. In this post I show you how to patch qmail to support sending messages over IPv6 connections
    3. I have a question about rcpt hosts under/var/qmail/control
    4. So my question is: does anybody know of some issue between qmail and thunderbird? Is there a solution somewhere? Thank you for tips :)
    5. Essentially, you need to be sure that domain is NOT in /var/qmail/control/virtualdomains (if Plesk)
    6. Why is qmail doing CNAME lookups, anyway? Answer: The SMTP standard does not permit aliased hostnames, so qmail has to do a CNAME lookup in DNS for every sender and recipient host
    7. ca The above mailing list is not intended to discuss general qmail questions
    8. If you post a question to the qmail mailing list which could have been answered by reading any of the above items, you should not be surprised when members of
    9. testing to see if your qmail install is working correctly

+ Reply to Thread

Similar Threads

  1. PRWebDirect question and MySpace Question
    1. Has anyone ever used this service from PRWebDirect and what was the effectiveness of using the BusinessWire distribution also? $399 -- PRWeb® ...
  2. QMAIL Configuration
    I am looking for someone that is good at qmail configuration to assist me with a custom project I am working on for a client. You need to be...
  3. Is my qmail hacked or missconfigured ?
    How can i receive email from non existing email addresses from my own domain ? Return-Path: Delivered-To: kadar@hopzone.net Received:...
  4. did services need qmail is comptable wit exim ?
    hi all some services need to work with ( qmail) but i have exim does it can work with no problems with exim or i must have qmail thanks...

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Welsh Yiddish