Results 1 to 4 of 4

Thread: Internal Mail

  1. #1

    Internal Mail

    I've deployed my server which acts as an Internet gateway and email server. All windows workstation can send email internally, except for one macintosh machine, which outputs these errors on my sendmail logs:

    Oct 18 15:34:35 server sm-mta[3097]: g9I7YZl2003097: user.mac [192.168.0.1] did not issue MA
    IL/EXPN/VRFY/ETRN during connection to MTA
    Oct 18 15:36:30 server sm-mta[3112]: g9I7aUl2003112: user.mac [192.168.0.1] did not issue MA
    IL/EXPN/VRFY/ETRN during connection to MTA


    What does this mean?

    Note: Mac machine can relay and receive emails. Only problem is the sending of the mac's internal email account (which produces the errors above).

  2. #2
    Guest

    Re:Internal Mail

    Dont know about linux, but windows has to have Services for Macintosh installed before macs can use their servers. Might be something like that. Sorry its not more. :-\

  3. #3

    Re:Internal Mail

    I would imagine that the problem is with the client mail program on the MAC, not the server. AFAIK, sendmail could care less what platform you are running (nix, mac, winders) as long as that platform's mail client adheres to the standards of SMTP. Your box can recieve email because recieving email (vie either POP or IMAP) is not handled by sendmail, but by another service (xinetd, ipopd, imapd) Sendmail does one thing: it "sends mail". What mail client are you using on the mac? How is it configured to connect to the server? have you tried other mail clients? That's where I would start looking. If this is a vanilla install of sendmail, you shouldn't need to look at sendmail.cf for the cause of the problem.

  4. #4
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re:Internal Mail

    I dont have much usefulness to say other than tolstoy is abosulutely correct. UNIX (including Linux variants) do email in a wonderful fashion -- right to the standards. So for POP3/SMTP -- all you need is a proper client. Try (for shits and giggles) something like Mozilla on your Mac. If you can make Moz connect and recieve messages, and connect and send messages -- its most obviously the client that you were using. Then you can start digging into the options there. Plus make sure that all of the TCP/IP drivers are present. UNIX loves TCP/IP, in case you haven't noticed ;D

Similar Threads

  1. Error while fetching mail for virtual mail domain account!
    By honey bee in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-27-2007, 01:55 PM
  2. Mail in Bulk
    By piyushwipl in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 01-23-2006, 09:51 AM
  3. How to Back Up and Recover Outlook Express Data
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 10:11 PM
  4. Mail server upgrade
    By cheezetrix in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 06-01-2004, 08:00 AM
  5. IPTables stuff
    By tarballed in forum Linux - Software, Applications & Programming
    Replies: 8
    Last Post: 02-18-2003, 10:54 PM

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
  •