501 5.1.7 Bad sender address syntax

Hi,
My Exchange Environment contains
Two Exchange 2010 SP3 CAS/HUB servers with WNLB configured
Two Exchange 2010 SP3 Mailbox servers with DAG
External mail is send via a smarthost - Sophos Email Appliance
I have an application that sends mails to internal distribution lists, this lists contain contacts with external addresses.
This is used for 10 distribution lists and delivers mails to the external contacts for 9.
The one that is not delivering gives the following error in Exchange Tracking Log
501 5.1.7 Bad sender address syntax
I have tried to recreate the contact but no joy.
I can mail the contact from my Outlook profile.
I can mail the contact from the account stated in my Application via Outlook.
Anyone seem this error before ?

Hello,
Since Outlook works fine, I think the issue is more related to the configuration of the APP.
Thanks,
Simon Wu
TechNet Community Support

Similar Messages

  • ORA-29278: SMTP transient error: 401 4.1.7 Bad sender address syntax

    Hello All,
    I am Facing an Error as below while trying to Execute a Developed EMAIL Trigger in DB :
    ORA-29278: SMTP transient error: 401 4.1.7 Bad sender address syntax
    I am totally surprised as i have checked both the addresses : Sender as well as Receivers..
    My Senders Address is : '[email protected]'
    and Receivers Address is : '[email protected]'
    Any Help related to it will be highly appreciated..
    Regards,
    Deepak
    Below Script is being used :
    CREATE OR REPLACE PROCEDURE TESTMAIL(fromm VARCHAR2,too VARCHAR2,sub VARCHAR2,body VARCHAR2,port NUMBER)
    IS
    objConnection UTL_SMTP.CONNECTION;
    vrData VARCHAR2(32000);
    BEGIN
    objConnection := UTL_SMTP.OPEN_CONNECTION('mail.maxmsp.com',PORT);
    UTL_SMTP.HELO(objConnection, 'mail.maxmsp.com');
    UTL_SMTP.MAIL(objConnection, fromm);
    UTL_SMTP.RCPT(objConnection, too);
    UTL_SMTP.OPEN_DATA(objConnection);
    UTL_SMTP.WRITE_DATA(objConnection, 'From: '||fromm || UTL_TCP.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection, 'To: '||too || UTL_TCP.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection, 'Subject: ' || sub || UTL_tcp.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection, 'MIME-Version: ' || '1.0' || UTL_tcp.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection, 'Content-Type: ' || 'text/html;');
    UTL_SMTP.WRITE_DATA(objConnection, 'Content-Transfer-Encoding: ' || '"8Bit"' || UTL_TCP.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF);
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF||'<HTML>');
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF||'<BODY>');
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF||'<FONT COLOR="red" FACE="Courier New">'||body||'</FONT>');
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF||'</BODY>');
    UTL_SMTP.WRITE_DATA(objConnection,UTL_TCP.CRLF||'</HTML>');
    UTL_SMTP.CLOSE_DATA(objConnection);
    UTL_SMTP.QUIT(objConnection);
    EXCEPTION
    WHEN UTL_SMTP.TRANSIENT_ERROR OR UTL_SMTP.PERMANENT_ERROR THEN
    UTL_SMTP.QUIT(objConnection);
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    WHEN OTHERS THEN
    UTL_SMTP.QUIT(objconnection);
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END TESTMAIL;
    DECLARE
    Vdate Varchar2(25);
    BEGIN
    Vdate := to_char(sysdate,'dd-mon-yyyy HH:MI:SS AM');
    TESTMAIL('[email protected]', '[email protected]', 'TESTMAIL','This is a UTL_SMTP-generated email at '|| Vdate,25);
    END;

    Hello Helios,
    I am trying the same script in the provided
    Check SMTP Server Availability for ORA-29278 or ORA-29279 errors using UTL_SMTP to Send Email. [ID 604763.1]
    Earlier it was reverting with Error :
    ORA-29278: SMTP transient error: 421 Service not available
    but after using the above Document ID we came to know that we are unable to TELNET mail server with Port 25
    Issue got solved but now its reverting with Error as below :
    ORA-29278: SMTP transient error: 401 4.1.7 Bad sender address syntax
    I then tried UTL_MAIL instead of UTL_SMTP as sugested by someone but it is also reverting with same Error.
    + I am using the same code as provided in document ID 604763.1 +
    Regards,
    Deepak Arora

  • Why am I suddenly receiving the message: 5.1.0 - Unknown address error 501-"5.1.8 Bad sender's system address" I am only getting it for Mozilla Thunderbird

    In the past three days, whenever I send a message, it does not go through. Instead, I get the message: 5.1.0 - Unknown address error 501- "5.1.8 Bad sender's system address". I tried downloading the newest version of Thunderbird but it did not work. I do not receive this message when using other software.

    I had the look that you suggested. As far as I can tell there are no problems with the user name. Maybe I should check with my email company, Cogeco?

  • "501 Bad address syntax" Squirrel Mail message

    I am getting "501 Bad address syntax" when attempting to use a now once again freshly installed version of Mac OS X 10.4 server on an xServe.
    I have installed the server completely from scratch to attempt to solve this problem about a week ago, and it was fine, until today. Now... when a user attempts to send a mail through www mail, they get the "501 Bad address syntax" Squirrel Mail message.
    I have installed mailbfr, and use it religiously, but it does not seem to be able to fix this problem.
    Is this something that I need to make changes to the httpd configs (or Apple GUI) or something I need to do to mail configs?
    Thanks in advance for any assistance.
    Chris

    Check mailaccess.log and system.log while trying to send via SquirrelMail.

  • I have started to get this error message: 5.1.3 bad address syntax in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?

    I have started to get this error message: "5.1.3 bad address syntax" in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?  My email account is through Optimum online and I am using Airpost Express.
    P.S. The error sound "bong" is driving us nuts!

    Please post on the Office for Mac product forums that Microsoft hosts. It's their product and they can best troubleshoot the issue.

  • UTL.MAIL error ORA-29279: SMTP permanent error: 501 Address Syntax Error in

    Hi,
    I am new to the forum so please excuse if I post incorrectly without conforming to the standards.
    We need to send mails using the UTL.MAIL package and have installed them on the database.
    Whenever I am trying to send an email I am getting the following error:
    ERROR at line 1:
    ORA-29279: SMTP permanent error: 501 Address Syntax Error in
    [email protected]
    ORA-06512: at "SYS.UTL_MAIL", line 654
    ORA-06512: at "SYS.UTL_MAIL", line 671
    ORA-06512: at line 2
    The test code which I am running is as follows:
    BEGIN
    UTL_MAIL.send(sender => 'test <[email protected]>',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    I have tried different combinations:
    BEGIN
    UTL_MAIL.send(sender => 'test "<[email protected]>"',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    even tried
    BEGIN
    UTL_MAIL.send(sender => '[email protected]',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    Everytime I am getting the same error.
    This seems to be working with an exchange mail server but never on the SMTP server.
    In the SMTP server logs the sender address is not having the angular brackets <> unlike the other mails which are being sent over.
    It seems that the SMTP server is pretty strict and the SMTP admin will not change any settings on the server.
    The oracle version is as follows
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Could you please help me out with a solution.
    Some how the angular brackets are geting stripped off (which UTL MAIL package generally does), Is there any way in which I can include the angular brackets.
    Edited by: 984757 on 29-Jan-2013 02:56
    Edited by: 984757 on 29-Jan-2013 02:57

    I dislike UTL_MAIL - clunky and poor abstraction interface, and not well written.
    Had a look at the code. It does this:
    WHILE (ALL_RCPTS IS NOT NULL) LOOP
          UTL_SMTP.RCPT(MAIL_CONN,'&lt;' || GET_ADDRESS(ALL_RCPTS) || '&gt;');
    END LOOP;The GET_ADDRESS() function process the ALL_RCPTS parameter, returns the 1st address from it, and updates the (in/out) parameter with the remaining string.
    SQL> var address varchar2(200);
    SQL> exec :address := '<[email protected]>,[email protected]';
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=[email protected]
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=
    PL/SQL procedure successfully completed.
    SQL> The address is explicitly surrounded by brackets as per the RFC. So that is what your SMTP server should see.
    If not - perhaps then our UTL_MAIL versions do not match. Cannot recall from what version I pulled and unwrapped the UTL_MAIL package code I have.
    Personally though, I've ceased using UTL_MAIL a while back. It lacks in may respects. I have written my own mail package that supports multiple attachment, complex Mime formatting, attachments of 20+ MB in size, and so on - running on the UTL_SMTP interface (that provides the transport layer for sending mail). And for issues like you are facing, I suggest considering using UTL_SMTP directly.
    Edited by: Billy Verreynne on Jan 29, 2013 12:52 PM
    (Updated the code with HTML entity names to get the code snippet to render correctly)

  • HT204150 "bad address syntax"..??

    I have one contact that for some reason, no matter how often I edit the contact info to reflect a proper email, once I try and use the address, the email bounces back with the following:
         Your message cannot be delivered to the following recipients:
         Recipient address: @
         Reason: bad address syntax
    For whatever reason, it believes I'm only sending it to '@' and it never reads the actual email address that I've entered for this contact.  It may not even be part of the Contacts, but just an auto-fill function..
    Anyone have any ideas on how to delete this '@' address association with my specific contact?
    Thanks
    Alain

    Check mailaccess.log and system.log while trying to send via SquirrelMail.

  • MSEXchange not rejecting bad email addresses

    I have written a specialized email application In ACCES 2010 for my department. At first I couldn't send email outside our domain so the server folks turned on relay and gave me a static IP address. However, now the mail server does not reject bad email
    addresses unless I leave off everything to the right of the @ sign. Example my real address is
    [email protected]. But if I change something in the address, such as
    [email protected] I don't get an error message back from the mail server, error handling is ignored and it counts as being sent.  This is true for emails going both inside and outside the domain. 
    It seems to me that something needs to be configured on the host, or I need to do something in my ap. (I'm no expert here.)  The Send part of the code is an ACCESS 2010 function. (Mail server is MSExchange 2010.) If nothing is wrong it works great.
    Public Sub SendAMessage(strFrom As String, strTo As String, _
        strSubject As String, strTextBody As String, _
         Optional strAttachDoc As String, Optional strCC As String, _
        Optional strBcc As String)
    On Error GoTo ErrorHandler
    Set objMessage = New CDO.Message
    With objMessage
        .From = strFrom
        .To = strTo
        Debug.Print strTo
        If Len(Trim$(strCC)) > 0 Then
            .CC = strCC
        End If
        If Len(strBcc) > 0 Then
            .BCC = strBcc
        End If
        .Subject = strSubject
        .TextBody = strTextBody
        If Len(strAttachDoc) > 0 Then
            .AddAttachment strAttachDoc
        End If
        With .Configuration.Fields
            .Item(CDO.cdoSMTPServer) = "mymail"
            .Item(CDO.cdoSMTPServerPort) = xx
            .Item(CDO.cdoSendUsingMethod) = CDO.cdoSendUsingPort
            .Item(cdoSMTPConnectionTimeout) = xx
            .Update
        End With
        .Send
    End With
    Set objMessage = Nothing
    Dim CurDateTime As DependencyInfo
    CDateTime = Now()
    Dim AccountNo As String
    AccountNo = GBL_Master_Id
    If GBL_PostMailSwitch = True Then   'Test if in management and skip the next three statements
    Dim SentSql As String
    'DoCmd.SetWarnings False
    'SentSql = "INSERT INTO SentEmailTbl(Account_Number, Event, DateSent) Values('" & GBL_Master_Id & "', '" & GBL_Event & "', # " & Now() & " #)"
    'DoCmd.RunSQL SentSql
    'DoCmd.SetWarnings True
    End If
    Exit Sub
    ErrorHandler:
        Dim BadEmSql As String
        Dim emVal As String
         'MsgBox "in error Handler" & " " & Err.Number
         'If Err.Number = -2147220977 Or -2147220980 Then
         'MsgBox "Bad email"
         DoCmd.SetWarnings False
         BadEmSql = "INSERT INTO EmErrorsTbl(AccountNo, EmailAddress, ErrNo, ErrMsg, ErrDate) VALUES('" & GBL_Master_Id & "', '" & strTo & "',  '" & Err.Number & "', '" &
    Err.Description & "','" & GBL_DateSent & "')"
         GBL_Rejected = GBL_Rejected + 1
         Forms!EmailForm!emRejected = GBL_Rejected
         DoCmd.RunSQL BadEmSql
         DoCmd.SetWarnings True
        'End If
          Resume Next
    End Sub
    Thanks in advance

    Hi,
    Generally, when you send an email to an address that doesn't exist via OWA or Outlook, you will receive a NDR explaining that delivery has failed.
    Please disable the app temporarily and check the result. If the issue disappears, there is something wrong with the app code. Actually, we have a dedicated support team regarding the Microsoft Office for Developers. I recommend you ask your question on our
    Microsoft Office for Developers forum which is staffed by more experts specializing in this kind of problems. For your convenience:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
    Thanks for your understanding.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How to distingush delivery failure notices & bad email addresses

    Hello, All:
    Is there a standard for the format(content, subject, headers, etc) of delivery failure notices?
    What would you do if you want to get the bad email address (Undelivery address) from the delivery failure notice? Is there a systematic way to get the bad email address instead of earching for the address string in the email?
    Thanks in advance!

    Hi, the exception SendFailedException only happens when any of the recipient addresses is detected to be invalid by the "Transport" during message submission. It is not exactly the same as the user email does not exists.
    I have tried the SendFailedException and functions you suggested. The transport does not give this exception even though the recipent's address is not valid :(..
    I think the JavaMail code passes the email message to the SMTP server, the SMTP deals with the actually sending. Therefore, JavaMail code can not get its hand on the invalid email addresses.
    Thanks!

  • HT1430 Ref; email problem; my iPad says sender address rejected by server, could I have a corrupt email or syntec error, how do I clear it

    I am using a SIM card, it's worked really for for 6 weeks, but started to say "Sender address was rejected by the server. I have swopped
    SIM cards from my iPhone 4S which works fine with sending from the same email address. I sort of feels like a corrupt of syntax error, I
    have rebooted a few times but it's not cleared. I have even deleted and reinstalled my email address etc, but still can't send
    Help Carthago

    Sometimes it is as simple as checking the outgoing server setting and making sure that your username and password are correct.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • I cannot send email - error message as follows : 'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk.' I can send email from other apple devices, and the email settings are identical. Any ideas?

    For some reason I cannot send email - all was working fine, but now I get the following error message when I try to send email:
    'The sender address (my email address) was rejected by the server smtp.tiscali.co.uk'
    I can receive incoming mail ok and I can send email from other Apple devices. The problem seems confined to my Mac Book Pro.
    Ant ideas?

    Hello there, Pablo639.
    The following Knowledge Base article offers up some great steps for troubleshooting mail issues on your Mac:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • IPhone 6 is unable to send email because the sender address was rejected by the server

    When I try to send emails from my Microsoft Outlook for Mac, I get a message that says "Unable to Send Email.  A copy has been placed in your Outbox.  The sender address was rejected by the server."  I've checked all the settings (it is a POP account).  I've deleted and re-installed.  Any suggestions??

    Please see this article on setting up an email account using the shaw mail server.
    https://community.shaw.ca/docs/DOC-2181
    Good luck Friend.

  • Trying to send e-mail and error message " a copy has been placed in your outbox. the sender address was rejected by the server"

    trying to send e-mail and error message " a copy has been placed in your outbox. the sender address was rejected by the server"

    i have the same problem with my 3gs and tried to add my email acc+pass in the outgoing server but it got rejected.
    just bin on the phone(45min) with my carrier support about this issue they are pretty much scratching there head, the settings i should use gets verified with no problems when i add the outgoung server, but still cant send mails.

  • HT4519 sometimes when I send a mail it will go regardless of location or whether it has attachments, but more often than not they won't go and the message " a copy has been placed in your outbox. The sender address "my email blah blah was rejected by the

    Sometimes when sending a mail it will go more often it won't go, it doesn't seem to be relevant  to my geographic position and the message" a copy has been placed in your Outbox. The sender address" my email blah blah" was rejected by the server"     . Any ideas?

    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Error message 'sender address rejected by server' w/MacMail

    I receive email ok but all of a sudden I cannot send email or reply to email using Mac Mail. The error message says:
    Message could not be delivered and will remain in outbox,
    The sender address xxx@xxx was rejected by the server.
    What's up Apple server?
    Thanks
    Chas
    G3 B+W 450 Rev.2-ram 448mb-OS X on Cheetah disk   Mac OS X (10.3.9)  

    The security update didn't break any of my email accounts and I access several with Mail that are not provided by my ISP.
    Is this email account you were having problems sending messages with provided by your ISP - AT&T or other?
    I have a .Mac account and I also access my employer provided POP account with Mail and although I have no problems sending messages with either account and associated SMTP server since both SMTP servers are authenticated and my ISP does not block the use of SMTP servers that are outside of their network or not provided by my ISP on Port 25 as long as the SMTP server is authenticated, I use my ISP's SMTP server to send messages with both accounts when connected to my ISP at home.

Maybe you are looking for

  • Question about installing and removing Windows on Mac OS X

    Forgive me for asking this because the answer is probably extremely simple, but I just wanted to make sure. If I use Boot Camp to install windows XP or 7 onto my Mac (OS X), then if I choose to remove windows and repartition my mac into one hard driv

  • WRT 54G problem

    Last night there was a storm. I had my xbox plugged in the ethernet and so did my roommate and he also had his coomputer plugged in with an ethernet cord. Today, the router is not working. Only the first port the third and fourth ports are working. D

  • REPORT VIEW OUT PUT NOT SHOW

    HI ALL Report view output not show. only one user cant not view report output here is a 1 user who cant see report view output what ever other user can see view when the user click view output no error show nothing happen can anay 1 tell me how can i

  • Database VS Data warehousing

    pls help me in knowing the differences between database and data warehousing in detail send me links and PDF if u have thanks

  • ScriptUI openDialog not working downgrading from CS5.5 to CS4

    So here is my newest bit of fun.  The scripts I have been writing have been in CS5.5, but I was informed today that they need to run on CS4. Most everything seems to be working, except one critical piece. Here is  a quick summary of what I am doing.