Mail SMTP Broken

Been trying to get help fopr a few days now...
Upgraded from Snow Leopard to Mountain Lion server via Migration - Everything worked - then I upgraded to 10.8.3 and Mail wont go - Ive tried every configuration - All my MX records work, According to Terminal My DNS is fine (I'm no IT professional)
Connection Doctor says My Mail client (Apple Mail 6.0.3) is connected to the servers OK but when I send emails (to myself via an external email account as well as using the internal one) I get
May 11 10:29:40 server.1handclapping.co.uk postfix/smtpd[58158]: disconnect from server.1handclapping.co.uk[192.168.1.2]
May 11 10:29:52 server.1handclapping.co.uk postfix/postscreen[58731]: CONNECT from [192.168.1.2]:54563 to [192.168.1.2]:25
May 11 10:29:52 server.1handclapping.co.uk postfix/postscreen[58731]: PASS OLD [192.168.1.2]:54563
May 11 10:29:53 server.1handclapping.co.uk postfix/smtpd[58732]: connect from server.1handclapping.co.uk[192.168.1.2]
May 11 10:29:53 server.1handclapping.co.uk postfix/smtpd[58732]: 5B14D46A2FB: client=server.1handclapping.co.uk[192.168.1.2], sasl_method=PLAIN, sasl_username=seandavison
May 11 10:29:53 server.1handclapping.co.uk postfix/cleanup[58740]: 5B14D46A2FB: message-id=<[email protected]>
May 11 10:29:53 server.1handclapping.co.uk postfix/qmgr[58345]: 5B14D46A2FB: from=<[email protected]>, size=579, nrcpt=1 (queue active)
May 11 10:29:53 server.1handclapping.co.uk pipe[58744]: fatal: pipe_command: execvp /usr/libexec/dovecot/dovecot-lda: No such file or directory
May 11 10:29:53 server.1handclapping.co.uk postfix/pipe[58742]: 5B14D46A2FB: to=<[email protected]>, orig_to=<[email protected]>, relay=dovecot, delay=0.35, delays=0.12/0.02/0/0.21, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/libexec/dovecot/dovecot-lda: No such file or directory )
May 11 10:30:53 server.1handclapping.co.uk postfix/smtpd[58732]: disconnect from server.1handclapping.co.uk[192.168.1.2]
May 11 10:30:57 server.1handclapping.co.uk postfix/postscreen[58731]: CONNECT from [62.128.146.104]:54514 to [192.168.1.2]:25
May 11 10:30:57 server.1handclapping.co.uk postfix/postscreen[58731]: PASS OLD [62.128.146.104]:54514
May 11 10:30:57 server.1handclapping.co.uk postfix/smtpd[58732]: connect from smtp1.easily.co.uk[62.128.146.104]
May 11 10:30:57 server.1handclapping.co.uk postfix/smtpd[58732]: NOQUEUE: reject: RCPT from smtp1.easily.co.uk[62.128.146.104]: 554 5.7.1 <[email protected]>: Relay access denied; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<smtp1.easily.co.uk>
May 11 10:30:57 server.1handclapping.co.uk postfix/smtpd[58732]: disconnect from smtp1.easily.co.uk[62.128.146.104]
Any Ideas? - Im no IT professional but this seems a bit broken....

I have noticed that MacMail SMTP just DOES NOT WORK when faced with very a very slow upload connection.
I have an ISP at home with an adequate download speed and a dismal upload speed. Sending mail, even plain text messages, regularly results in a timeout or server not available error.
Since I am using a laptop, I tried using the same computer, same settings to an open WiFi zone with a zippy upload connection speed. That worked like a charm; messages connected to my SMTP server and sent; even large messages with attachments that always choked at home.
So, part of the bug might be the SMTP server timeout settings? Or Apple's SMTP connection protocols? It seems that they expect a zippy broadband connection in order to work properly.

Similar Messages

  • Mail - SMTP - Broken Sub-accounts.

    Hello All,
    I have an email account with an ISP that provides a main account and a number of sub-accounts that I use for family members. All accounts are receiving their email via Mail but only the main account is being allowed to send outbound mail via the SMTP server.
    All accounts are expected to log on the the SMTP server authenticated with the username and password of the main account holder in BASE64 and the MAIL FROM field set to that of the main account holder. This have been working without fail for years using Mail until recently.
    I have since used telnet, as below, to confirm the above.
    HELO
    AUTH LOGIN
    <main account email address in BASE64>
    <main account password in BASE64>
    MAIL FROM:<main account email address>
    RCPT TO:<[email protected]>
    DATA
    from:<[email protected]>
    subject:Subject
    date: 26 March 2008
    to:<[email protected]>
    Message.
    QUIT
    Can someone confirm that Mail has been changed in someway in a recent upgrade to cause the above.
    Thanks in advance.
    Message was edited by: Mathew Bosher

    None that I'm aware of and even if possible, this does not fix the problem.
    Has your wife's email only account created as a .Mac type account ever downloaded messages from the server?
    If not, any error message provided?
    To confirm, if the Mail.app is not set to save sent messages on the server for your wife's email only account, are sent messages available in the account's Sent mailbox under Sent in the mailboxes drawer?
    If not, I would try deleting and re-creating the account first.

  • An error occured while sending mail: SMTP server error.  The server responded: (null)

    I'm getting this set of error messages intermittantly:
    <P>
    An error occured while sending mail: smtp server error
    the server responded: (null) contact email admin
    for assistance
    other message
    an error occured while sending mail: smtp server error
    the server responded: intermail,
    end with quote.quote contact email admin
    for assistance
    <P>
    This problem may occur at low-use times when Messaging is installed with the
    Trend virus protection software on the same system.
    <P>
    Change the version of the Trend software from 3.0 to the older 2.62 version.

    It's possible that your provider has made a change.
    I think STARTTLS usually is used with port 587, instead of the standard SSL port 465.
    Could you look up your provider's current SMTP settings to see whether your "Outgoing Server" settings need to be updated? If it's difficult to translate between your provider's help page and Thunderbird's dialog controls, you could provide a link to your provider's help page.

  • Setting the JavaMail properties especially: mail.smtp.timeout

    Hello,
    I am desperately trying to set the mail.smtp.timeout on a Spring JavaMailSenderImpl.
    Here is what I undertook:
    <bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl">
    <property name="host" value="${mail.server}"/>
    <property name="port" value="${mail.port}"/>
    <property name="javaMailProperties">
    <props>
    <prop key="mail.smtp.connectiontimeout">1000</prop>
    <prop key="mail.smtp.timeout">1000</prop>
    </props>
    </property>
    </bean>
    The javaMailProperties seem to be completely ignored by my Java Mail implementation. Can anyone please help?
    If I can't set this property through Spring, how can I set it?
    Thanks in advance,
    Julien.

    I notice the API documentation for com.sun.mail.smtp says that property should be an int. Is it possible that Spring doesn't know that, and sets it as a String by default? And that you should be specifying the property type somehow?
    Note: I know nothing about Spring except what it's for. This is just speculation.

  • IPhoto 11 (9.2.1) can't use iCloud Mail smtp server for email.

    iPhoto 11 (9.2.1) can't use iCloud Mail smtp server for email.  "The email server didn't recognise username/password combination".  Both appear correct in preferences/accounts.  Mail sends and receives messages perfectly.
    (This problem also occurs when trying to send from Thunderbird, however both iPhoto and Thunderbird can send perfectly well using the Gmail server).

    Hi there
    I should explain that I have 5 days experience of the iMac but have had a working iCloud account with my iPad for several months.  I don't think this is an iCloud issue as such. My thought is that this is something to do with the Mail application itself and its relationship to my Apple ID etc. (Perhaps when the iMac first configured itself?)
    I have deleted and manually reset both Mail and iPhone account settings for iCloud using the Apple recommended settings and I have tentatively checked that the username/password combination is as expected in Keychain but I'm too much of an Apple novice to go any further with that.
    On a PC I think I would try reinstalling the Mail programme but I don't see that as an option.

  • Mac OS X Leopard Mail SMTP server keeps going offline and won't come on

    My SMTP in mail on my email accounts keeps going offline and I can't work out how to get it working again. My internet connection is fine. I am receiving emails. I was able to send earlier on my business email account but now my .mac account has gone offline and then my business on went on me.
    I only started using my business email account in mail today and loaded the account into mail. Does anyone have any answers for this as I can see there have been some other people who might have had a similar problem but I can't see any fixes?
    I have deleted and reloaded both my .mac and work account a couple of times now and restarted my computer but still no good.
    Can anyone help?

    I have that offline mail smtp server when I try to send emails from work with my macbook. I've always been able to send emails away from home using the login and password in the smtp configurations. It's a real pain since I use one email account for work and personal business. I can receive email but cannot send any. Everytime I have to answer an email while I'm working, I have to go to the browser, go to my provider's mail page, login and send from there my emails.
    Do we have the same problem?

  • "mail.smtp.from" is not working for me

    There seem to be zero other posts like this, so I'm probably just doing something obviously dumb,
    but for me, setting the mail.smtp.from property seems to have no effect.
    The debug output shown below says to me that while the property has been set, the transport is using the From address not the value of the property.
    Any suggestions for what might be causing this?
    //set:
    Properties prop = new Properties();
    prop.put("mail.smtp.host", SMTPServers ); //see below
    prop.put("mail.smtp.from","[email protected]");
    sessions{i} = Session.getInstance(prop, null);
    //use:
    System.out.println("(session mail.smtp.from is '" + sessions{i}.getProperty("mail.smtp.from") + "')");
    sessions{i}.setDebug(true);
    mimeMsg = generateMimeMsg(msg, sessions{i});
    Transport.send(mimeMsg);
    //the console output:
    (session mail.smtp.from is '[email protected]')
    DEBUG SMTP SENT: mail from: <[email protected]>
    //note - Looks like this forum's software is grabbing my square brackets,
    so {i} in this post stands for opensquarebracket i closesquarebracket...

    I haven't read the FAQ, at least not lately. I'm just stating an interpretation of the behaviour that you described.
    Normally, system properties are used to specify defaults that can be overridden. It doesn't make sense to me to have to set a system property to "override" something that you do normally in your code. As a designer, it's obvious to me that the system property should be the default value for "from" and it should be possible to override that on a message-by-message basis by explicitly setting (and thus overriding) the from-address. And you confirm that it really does work that way. I'm not surprised at all. I would suggest that if the FAQ doesn't say that, then it needs to be fixed.

  • Testing Outgoing Mail (SMTP) server does not work

    I want to set up the Outgoing Mail (SMTP) servers using the Notification Methods page. After filling-in the fields with the correct name of the server and a correct email address, when I click on Test button, it returns the following error:
    <br>
    smtp.futuretrends.com: Test failed with message: "Sending failed; nested <br>exception is: javax.mail.SendFailedException: Invalid Addresses; nested<br> exception is: javax.mail.SendFailedException: 554 <[email protected]>:<br> Recipient address rejected: Access denied<br>
    <br>
    By the way, the outgoig email server is using port number 25
    <br>
    How can I resolve the issue?

    Please put more light about your environment
    oms version,platform etc

  • Java Mail,SMTP server not starting,help required urgently

    Hi i have been working on java mail .Yesterday it was working ok but today suddenely i am getting this thing.its not starting the smtp server i guess,just exiting and get the command prompt ..dont know what to do.help required how to go about this error
    am pasting the debug information.please check and let me know
    the compilation ,smtp server and others are all valid
    thanks
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Pavan>cd C:\Program Files\Java\jdk1.5.0_07\bin
    C:\Program Files\Java\jdk1.5.0_07\bin>javac jdbcExample3.java
    C:\Program Files\Java\jdk1.5.0_07\bin>java jdbcExample3 smtpserver address
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.providers (The system cannot find the file specified)
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax
    .mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsyste
    ms, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com
    .sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLSt
    ore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsyst
    ems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.su
    n.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=jav
    ax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc],
    com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP
    3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.
    sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STOR
    E,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Prov
    ider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc],
    pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems
    , Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun
    Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.S
    MTPTransport,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.address.map (The system cannot find the file specified)
    C:\Program Files\Java\jdk1.5.0_07\bin>

    The debug output doesn't show an obvious problem. You're
    going to have to actually debug your program. A debugger
    might be helpful.

  • Setting 'mail.smtp.localhost' to make things work

    Hello
    I was getting this error with my initial attempts to send myself an email using JavaMail:
    javax.mail.MessagingException: 501 Syntactically invalid HELO argument(s)
    After hunting around for a while I came across references to doing this:
    props.put( "mail.smtp.localhost", "localhost" )
    So I tried it, and it works!
    I'm happy about that, but I would like to find out why? I just cannot seem to find an answer anywhere.
    I run Windows XP, and my hosts file has not been changed - localhost is still there, as shipped. When I call this:
    InetAddress.getLocalHost().getHostName()
    I get the $COMPUTERNAME value for my PC which happenes to be "HARRY_PC".
    My real concern is what will happen when I deploy my application to other machines - is this little 'hack' likely to break things?
    Hmm...
    Many thanks!
    Harry Mantheakis
    London, UK

    Thanks for that link.
    I had actually looked at it earlier, and next to the 'mail.smtp.localhost' property it reads:
    Local host name. Defaults to InetAddress.getLocalHost().getHostName(). Should not normally need to be set if your JDK and your name service are configured properly.
    Which begs the question: how should my JDK and/or my name service be configured?
    I am sorry to say that I have no idea what JDK configurations to consider, and I do not think a name service is used in my simple test application.
    Regards
    Harry Mantheakis
    London, UK

  • Mail.smtp.host ??

    if I want to send a mail to example: [email protected], what do i have write in properties objet? My code is:
    String host = "?????????";
    String from = "[email protected]";
    String to ="[email protected]";
    // Get system properties
    Properties props = System.getProperties();
    // Setup mail server
    props.put("mail.smtp.host", host);
    // Get session
    Session session = Session.getDefaultInstance(props, null);
    System.out.println("Creo objeto sesion");
    // Define message
    MimeMessage message = new MimeMessage(session);
    System.out.println("Creo objeto Mime");
    try{
    // Set the from address
    message.setFrom(new InternetAddress(from));
    // Set the to address
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    // Set the subject
    message.setSubject("Hello JavaMail");
    // Set the content
    message.setText("Welcome to JavaMail");
    // Send message
    Transport.send(message);
    catch(Exception e){
    System.out.println("Falla");
    }

    read the tutorial carefully, everything is explained in the tasks, let this as it is
    String host = args[0];
    String from = args[1];
    String to = args[2];
    at runtime give the required details the way its given in the task!!

  • Mail.smtp.localhost

    Hello
    for some reason on a windows 98 pc of one of my customers
    InetAddress.getLocalHost().getHostName() does not return the requested information.
    the network seems to be configured ok , he can connect to the internet form that machine.
    i tried props.put("mail.smtp.localhost","client1");
    then added to c:\windows\hosts
    127.0.0.10 localhost
    192.168.2.11 client1
    no improvement at all.
    my app still throws an exception.
    on every other machine at my office everything is fine.
    thany in advance
    kh

    Please provide the following information
    1) JRE version (java -version)
    2) What happens when you ping client1 from a command prompt
    3) Post Exception error
    4) Post snibbet of code
    Thanks

  • Outgoing Mail (SMTP) server

    Trying to test/setup send email at EMDBControl to my email [email protected], wondering what i should put in
    outgoing Mail (SMTP) server box?
    after setting up notification when i press test button, getting erro, [email protected] : Failed to connect to gateway:smtp.gmail.com sending failed

    As far as I'm aware, GMail isn't running a public SMTP server. Assuming you're running this on your home machine, does your ISP have a SMTP server you could use?
    Justin

  • URGENT::Status returned by Transport.send() and problem with mail.smtp.host

    Hello,
    I am writing a code to send an email using JavaMail. I have added mail.jar and activation.jar in the classpath. Also I would like to mention that I am using Weblogic6.1 SP4.
    A bunch of questions:
    1. After calling Transport.send(), how do i know if the mail was sent successfully or not ?? Is there anyway I can handle that?
    2. I am using props.put(mail.smtp.host, <some-value>). What should be this <some-value> ?? Where can I get this value from??
    And is this value sufficient for the code to know that which server we are using for it? Do we need to give any URL/Port etc? How does this work?
    3. Is there anything else other than smtp host, username and password to be added to props?? Do we need to create a properties file??
    4. After doing these things, do I need to create a mail session in the Weblogic server also or is it a different method?
    Please help me in resolving these issues.
    Thanks

    Thanks for your kind answers, Dr. Clap..!!
    However, I will again like to ask u this:
    1. As i said that I installed Weblogic 6.1 in my local machine, can I use it as the mail server? As the server is local to my machine, i know that its only me who is the incharge of it. How do I know what smtp host to use.
    2. I am using this code:
    public callService(ServiceRequest request) throws Exception {
         EmailRequest req = (EmailRequest) request;
         Session session = null;
         MimeMessage msg = new MimeMessage(session);
         String accNum = req.getAccountNumber();
         String toAddress = req.getToAddress().trim();
         String fromAddress = generalConfig.FROM_EMAIL_ADDRESS;
         String subject = req.getSubject().trim();
         String message = req.getMessage().trim();
         String [] arrToAddress = null;
         String fileName = "./"+accNum+".htm";
         if (toAddress != null) {
    arrToAddress = convertToArray(toAddress);
         Properties props = System.getProperties();
         props.put("mail.smtp.host", "MYSERVER"); //STILL NEED TO FIGURE OUT WHAT VALUE TO PUT HERE
    session = Session.getDefaultInstance(props);
         setRecipientsTo(msg,arrToAddress);
         msg.setFrom(new InternetAddress(fromAddress));
         msg.setSubject(subject);
         msg.setText(message);
    MimeMultipart mp = new MimeMultipart();
    MimeBodyPart text = new MimeBodyPart();
         text.setDisposition(Part.INLINE);
         text.setContent(message, "text/html");
         mp.addBodyPart(text);
         MimeBodyPart file_part = new MimeBodyPart();
         File file = new File(fileName);
         FileDataSource fds = new FileDataSource(file);
         DataHandler dh = new DataHandler(fds);
         file_part.setFileName(file.getName());
         file_part.setDisposition(Part.ATTACHMENT);
         file_part.setDescription("Attached file: " + file.getName());
         file_part.setDataHandler(dh);
         mp.addBodyPart(file_part);
         msg.setContent(mp);
    Transport.send(msg); //send message
    In this code, like I am using Properties class, will this code work fine(as it is) even if I dont make any Properties text file?? or is it mandatory for me to make the properties text file and to add some values to it?
    I am sorry, I may sound a bit dumb, but I just need to learn it somehow.
    Thanks.
    P.S: convertToArray() and setRecipientsTo() are my own defined private methods.

  • I can't send yahoo mail(SMTP)using a Mac?

    I can't send yahoo mail(SMTP)using a Mac?

    Listen I do not have any problem with the I cloud at all. When its  come to setting up the..... Outgoing
    mail serve (smtp) for yahoo I have tried every thing even I changed any other settings in my email accounts. 
    But doesn't responds.  Just some  one tell me please for yahoo account what should I put  for  Server Name and
    Description ??? I  already tried the  (smtp.yahoo.com)   or even this one. (smtp.mail.yahoo.com)
    I  believe do something wrong here .  Is all of
    this make sense  what I try to tell you ? Im just so confessed
    smtp.mail.yahoo.comI..
    (It wont let me send any emaills)
    Thank you for your response!

Maybe you are looking for

  • Here is a few tips and tricks I have picked up over the time of having a blackberry.

    In any message application, scroll onto the message and press T to go to the top of the conversation. And B to get to the bottom. On your photos click I to zoom in and O to zoom out. Hold alt and press LGLG (not capitals) and this will bring up you e

  • Is there any way to map tables in rutime dynamically?

    Hi Thank you for reading my post My question is mostly technical and i want to know whether with EJB 3.0 (JPA) can do this or not. we have an application which we are going to port it to EJB 3.0 from plain JDBC. In our application, we have tables whi

  • When scheduling a price change for a sale period, what timezone is used?

    I'm in Bangkok but I need the pricing to be effective for US customers. If I say start on the 17th and end on the 18th, does it go into effect on my 17th and end on my 18th? At midnight, switching to the 18th, it's still the 17th in the US. The prici

  • Bar graph click event not getting triggered

    i specified methods in bean for bar graph's clickListener and clickAction. graph data is getting rendered properly. graph is based on SQL based read only VO which uses bind variables as well which are set on a button click to generate report but on c

  • Making the background white

    Can someone help me make the background of my application white ? All it does is display a simple curve in a window. Here's the structure: public class Curve public static void main(String[] args) JFrame window = new JFrame(); CurvePane pane = new Cu