Results 1 to 5 of 5

Thread: sendmail is incredibly slow at bootup

  1. #1
    Join Date
    Sep 2006
    Beans
    166
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Question sendmail is incredibly slow at bootup

    I was wondering if it's normal for the sendmail daemon to take a long time (about 30sec - 1min) at startup? I recently installed sendmail and starttls to check gmail on gnus.

    for example here's what happens when I time the restart of sendmail
    Code:
    david@laptopskis:~$ time sudo /etc/init.d/sendmail restart
     * Restarting Mail Transport Agent (MTA) sendmail                        [ OK ] 
    
    real	1m4.609s
    user	0m0.244s
    sys	0m0.232s

  2. #2
    Join Date
    Jan 2006
    Beans
    56

    Re: sendmail is incredibly slow at bootup

    I second that - How in the hey do I run sendmail without doubling my boot-up time?

  3. #3
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: sendmail is incredibly slow at bootup

    add an entry for your external address in your /etc/hosts to match the machine name.

  4. #4
    Join Date
    Mar 2005
    Location
    Fredericia, DK
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: sendmail is incredibly slow at bootup

    I've this issue too. How do I do that?
    My external IP is not static.
    Should I start setting up a dyndns?
    Then add something like this to the /etc/hosts

    my.dyndns.com localhost
    my.dyndns.com 127.0.0.1

    Or how. Please explain..

    Is it somehow possible to start a service in the background like it is in arch with just putting a "@" in front of the serivce name in rc.conf?
    Registered Linux Couter #217909
    This site has been moved. - We'd tell you where, but then we'd have to delete you.

  5. #5
    Join Date
    Nov 2011
    Beans
    1

    Re: sendmail is incredibly slow at bootup

    Put & at the end
    Eg sendmail &

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
  •