Announcement

Collapse
No announcement yet.

mail sending slowly

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mail sending slowly

    Hello ,

    I have a little problem with my OX installation ,when I click on the button to send the mail , it take a long time .
    Sorry for my english

  • #2
    Hi,

    there is no need to be sorry for speaking a foreign language
    Could you describe the type of E-Mail you're sending? Are there any attachements?

    Greetings

    Comment


    • #3
      I just put 2 or 3 words into the mail and I send it to my gmail mailbox , without any attachements .
      At the end of the page it's says "waiting for 'IP address of my server' " and it's that which seems to take time

      Comment


      • #4
        Thanks for the information,

        are there any error message at the log files of the mail server? /var/log/mail.*

        Greetings

        Comment


        • #5
          I have no error.

          here is my log:

          ail cyrus/imap[4589]: accepted connection
          Jul 8 12:06:07 mail cyrus/imap[4589]: login: localhost [127.0.0.1] thomas.de_giacinto plaintext User logged in
          Jul 8 12:06:07 mail postfix/smtpd[4625]: connect from localhost[127.0.0.1]
          Jul 8 12:06:47 mail postfix/smtpd[4625]: 7FE23134A387: client=localhost[127.0.0.1]
          Jul 8 12:06:47 mail postfix/cleanup[4654]: 7FE23134A387: message-id=<1370440457.01215511607455.JavaMail.root@mail.t estdetoto.com>
          Jul 8 12:06:47 mail postfix/qmgr[2794]: 7FE23134A387: from=<thomas.de_giacinto@gs-computer.com>, size=945, nrcpt=1 (queue active)
          Jul 8 12:06:47 mail postfix/smtpd[4625]: disconnect from localhost[127.0.0.1]
          Jul 8 12:06:47 mail cyrus/imap[4589]: open: user thomas^de_giacinto opened Sent Items
          Jul 8 12:06:47 mail postfix/smtpd[4661]: connect from localhost[127.0.0.1]
          Jul 8 12:06:47 mail postfix/smtpd[4661]: DF436134A38F: client=localhost[127.0.0.1]
          Jul 8 12:06:47 mail postfix/cleanup[4654]: DF436134A38F: message-id=<1370440457.01215511607455.JavaMail.root@mail.t estdetoto.com>
          Jul 8 12:06:48 mail postfix/qmgr[2794]: DF436134A38F: from=<thomas.de_giacinto@gs-computer.com>, size=1377, nrcpt=1 (queue active)
          Jul 8 12:06:48 mail postfix/smtpd[4661]: disconnect from localhost[127.0.0.1]
          Jul 8 12:06:48 mail amavis[2482]: (02482-01) Passed CLEAN, LOCAL [127.0.0.1] [127.0.0.1] <thomas.de_giacinto@gs-computer.com> -> <thomas.degiacinto@gmail.com>, Message-ID: <1370440457.01215511607455.JavaMail.root@mail.test detoto.com>, mail_id: GV3mOPcCJZEW, Hits: -, queued_as: DF436134A38F, 451 ms
          Jul 8 12:06:48 mail postfix/smtp[4659]: 7FE23134A387: to=<thomas.degiacinto@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.63, delays=0.17/0.01/0.01/0.45, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=02482-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as DF436134A38F)
          Jul 8 12:06:48 mail postfix/qmgr[2794]: 7FE23134A387: removed
          Jul 8 12:06:48 mail postfix/pipe[4662]: DF436134A38F: to=<thomas.degiacinto@gmail.com>, relay=procmail, delay=0.44, delays=0.18/0.03/0/0.23, dsn=2.0.0, status=sent (delivered via procmail service)
          Jul 8 12:06:48 mail postfix/qmgr[2794]: DF436134A38F: removed
          Jul 8 12:06:48 mail postfix/pickup[2793]: 554BA134A391: uid=65534 from=<thomas.de_giacinto@gs-computer.com>
          Jul 8 12:06:48 mail postfix/cleanup[4654]: 554BA134A391: message-id=<1370440457.01215511607455.JavaMail.root@mail.t estdetoto.com>
          Jul 8 12:06:48 mail postfix/qmgr[2794]: 554BA134A391: from=<thomas.de_giacinto@gs-computer.com>, size=1505, nrcpt=1 (queue active)
          Jul 8 12:06:48 mail postfix/smtp[4670]: 554BA134A391: to=<thomas.degiacinto@gmail.com>, relay=smtp.free.fr[212.27.48.4]:25, delay=0.46, delays=0.15/0.01/0.17/0.14, dsn=2.0.0, status=sent (250 Ok: queued as A55C912B6B2)
          Jul 8 12:06:48 mail postfix/qmgr[2794]: 554BA134A391: removed


          thx

          Comment


          • #6
            Hmm

            your logs seems to be ok. The message is delivered to smtp.free.fr[212.27.48.4]:25
            and from the first entry to the last 41 seconds (Jul 8 12:06:07 to Jul 8 12:06:48). But from the point of
            Code:
            Jul 8 12:06:07 mail postfix/smtpd[4625]: connect from localhost[127.0.0.1]
            Jul 8 12:06:47 mail postfix/smtpd[4625]: 7FE23134A387: client=localhost[127.0.0.1]
            It takes 40 sec and the rest is done within 1 sec..... I think you mean these seconds of waiting between connect and accept...

            So to my opinion "waiting for 'IP address of my server' " has something todo with the nameserver. My guess is that name to ip-address takes so long, because (real rough guess) your first nameserver is down/out-of-order and now it is waiting for the timeout to take the next one in the list. This one gives a IP resolution and then it works. So check /etc/resolve and the result of
            Code:
            nslookup smtp.free.fr
            CU
            Popeye

            Comment

            Working...
            X