Exim, can send mail but not receive

Ask a Question related to Debian, Design and Development.

  1. #1

    Default Exim, can send mail but not receive

    Just installed Exim 3.35, I can send mail from the server and from a machine
    on the LAN. The machine has the domain MX record pointing to it. The
    /var/mail/$user user files receive the mail but clients seem incapable of
    collecting this mail. Using outlook express, get the following

    Your server has unexpectedly terminated the connection. Possible causes for
    this include server problems, network problems, or a long period of
    inactivity. Account: 'LANMAIL', Server: 'mailserver_name', Protocol: POP3,
    Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F

    What do I need to do to allow mail to be collected

    Many Thanks

    Gordon Chapman


    Gordon Chapman Guest

  2. Similar Questions and Discussions

    1. Send and receive data from mysql.
      I would like flash to send and receive data from mysql. To send data I would like to create 5 input fields, and then use a submit button. Then...
    2. FMS send/receive data when paused
      Upon streaming from Flash Media Server I can see data being exchanged via windows network connection which makes sense. However when I pause the...
    3. Is it possible to send / receive cookies on an image
      Is it possible to create a perl script that would send to the user an image and cookies. Depending on the cookie on the users computer, the user...
    4. Can't send/receive Mail (Apple Mail)
      Somehow, I can't send or receive any E-mails... I'm using apple mail and tried with entourage, too... I also checked user name, password..etc...
    5. NIC's will send but not receive
      Have two pc's at home running WinXP Home (SPk1) connected with a CAT5 crossover cable. We don't share an internet connection, just want to be able...
  3. #2

    Default Re: Exim, can send mail but not receive


    "Gordon" == Gordon Chapman <gordon.chapman@freeuk.com> writes:

    Gordon> Just installed Exim 3.35, I can send mail from the server
    Gordon> and from a machine on the LAN. The machine has the domain
    Gordon> MX record pointing to it. The /var/mail/$user user files
    Gordon> receive the mail but clients seem incapable of collecting
    Gordon> this mail. Using outlook express, get the following Your
    Gordon> server has unexpectedly terminated the
    Gordon> connection.

    Exim is only a Mail Transfer Agent, it is not a POP or IMAP server
    that allows email clients to fetch mail. You need to install and
    configure a POP or IMAP server for Outlook Express to be able to fetch
    mail. ("apt-cache search pop" and "apt-cache search imap" will help in
    looking at your options).

    Most Unix style mail clients do not need such servers if they are
    running on a machine that can read /var/mail/${user} files. POP is
    what Outlook Express is expecting when fetching mail. Exim provides
    the SMTP interface that Outlook Express can use to send mail, and SMTP
    is also used when mail is exchanged between systems.

    Cheers!
    Shyamal


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Shyamal Prasad Guest

  4. #3

    Default Re: Exim, can send mail but not receive

    Hello

    Gordon Chapman wrote:
    > Just installed Exim 3.35, I can send mail from the server and from a
    > machine on the LAN. The machine has the domain MX record pointing to it.
    > The /var/mail/$user user files receive the mail but clients seem
    > incapable of collecting this mail. Using outlook express, get the
    > following
    >
    > Your server has unexpectedly terminated the connection. Possible causes
    > for this include server problems, network problems, or a long period of
    > inactivity. Account: 'LANMAIL', Server: 'mailserver_name', Protocol:
    > POP3, Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F
    >
    > What do I need to do to allow mail to be collected
    If the email is delivered to the files in /var/mail/, it looks like you
    have a problem with your POP3 server rather than a problem with exim. You
    do have one installed, right?

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Andreas Janssen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139