Smtp relay error SJES 2005Q4

Hi,
In SJES 2005Q4 ....the switching to tcp_auth does not happen ......
I have done the setting as per admin guide.....
============
! tcp_local
tcp_local smtp mx single_sys remotehost inner switchchannel subdirs 20 maxjobs 7 pool SMTP_POOL mayt
lsserver maysaslserver saslswitchchannel tcp_auth missingrecipientpolicy 0
tcp-daemon
! tcp_intranet
tcp_intranet smtp nomx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SMTP_POOL maytlsserv
er allowswitchchannel saslswitchchannel tcp_auth missingrecipientpolicy 4
tcp_intranet-daemon
! tcp_submit
tcp_submit submit smtp mx single_sys mustsaslserver maytlsserver missingrecipientpolicy 4
tcp_submit-daemon
! tcp_auth
tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4
tcp_auth-daemon
==========
Now a hosted user ......sends mail from a IP which does not fall in INTERNAL MAPPING IP ....he is sending this mail out .......and is doing authentication....
But the mail.log logs show relaying not allowed ....
550 5.7.1 Relaying not allowed:
On checking the logs further ..I see there is no switching to tcp_auth ..channel ..therefore tcp_local ==> tcp_local is treated as relaying....
WHY DOES'NT the switching to tcp_auth happen ...when a user tries to send mail to non-hosted Domain ...and uses SMTP AUTH...????
This would happen in iMS5.2 without any setting>>>
imsimta version
Sun Java(tm) System Messaging Server 6.2-4.03 (built Sep 22 2005)
libimta.so 6.2-4.03 (built 04:37:42, Sep 22 2005)
SunOS mta 5.9 Generic_118558-14 sun4u sparc SUNW,Ultra-80
Don't have any clues ..here ??
HAS anybody tried the SMTP AUTH...
Thanks

Think you're already getting good response on the other list.
2. About SMTP AUTH - you need to exclusively turn on this capability on
MTA side, file imta.cnf,
include maysaslserver on specific channels such as tcp_intranet,
tcp_local.
Compile the MTA configuration with imsimta cnbuild followed by
imsimta restart
==================================================================
Well,
By default this is enabled on Backend Server ...and I think it is
always enabled by default...
On my MTA the default settings in imta.cnf are already set for SMTP auth
....as per Admin guide
IMTA.CNF
defaults logging notices 1 2 4 7 copywarnpost copysendpost postheadonly
noswitchchannel immnonurgent maxjobs 7 defaulthost domain.com domain.com
Note the default noswitchchannel in the defaults above ....then
! tcp_local
tcp_local smtp mx single_sys remotehost inner switchchannel subdirs 20
maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel
tcp_auth missingrecipientpolicy 0
tcp-daemon
Now I have switchchannel , maysaslserver saslswitchchannel tcp_auth ON
THE tcp_local ...which takes the non INTERNAL SMTP connections ...
! tcp_auth
tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4
tcp_auth-daemon
As there is no switch statement here ...defaults noswitchchannel applies
SO THE DEFAULT imta.cnf supports smtp auth ....but it does not work here
I just tried to replicate the symptoms you see but I am having the
opposite effect.
Out of the box both the backend Messaging Server and the MTA have the
same keywords on the tcp_local channel and on the tcp_intranet
channel.
Here is a test I would suggest you try out.
I forgot to mention that these tests changes should take place only on the MTA.
>>
- Pick a host that you are going to do the telnet tests from and place
its IP address into the INTERNAL_IP mappings table. Place it as the
very first entry in that table and specify a $N so as to ensure that
this IP address is most definitely not considered internal.
Your mapping table should now look like:
INTERNAL_IP
172.16.131.88 $N
$(172.16.131.131/24) $Y
127.0.0.1 $Y
* $N
where 172.16.131.88 is the IP address of the node you telnet from.
In my testing, I get behaviour that is the opposite to what you
report. The MTA will announce the AUTH capabilities and the Message
Store will not do so.
Please test as shown above and see if you are able to get this behaviour.
Also the imta.cnf files are same (except the hostnames) in the backend
messaging server and the frontend MTA ...backend supports SMTP
AUTH...which I have already tested.
Further, I have a similar setup in iMS5.2 ....there everything works as
expected.....
I think there is a BUG in the installation of SJES 2005Q4 ...when we
choose single component MTA ....
One problem which I already solved is that ...the latter installations
(MMP, MTA, MEM etc) reset the MailHost ldap attribute value in the
directory server.

Similar Messages

  • Smtp relaying error - all of a sudden

    In the last week or so, Apple Mail.app has started throwing a "relaying denied" message for mail outbound through smtp-server.nyc.rr.com.
    I am not in fact relaying -- this is the smtp server specified (no password) for my own ISP. And nothing about my Mail settings has changed since this began happening. However, and this may be a hint, I think Mail.app may have been updated by an Apple security update during this period.
    Oddly, choosing "try later" (which saves it to the outbox) and then opening it again and sending it again *always succeeds.* This is an error that's thrown only the first time "send" is hit.
    Any ideas? Thanks in advance.
    Mac Mini   Mac OS X (10.4.8)  

    It might be an authentication issue. Some SMTP servers will only accept mail if there has been an authenticated POP connection from your IP address within the last 15-20 minutes. Maybe they have changed their timeout.
    AK

  • SMTP Relaying Error Must Issue STARTTLS

    All:
    I'm using OS X server 10.6 and have configured mail services to relay mail thru my gmail account using my gmail account with authentication. But when I send mail I get a 'must issue STARTTLS command' from the gmail server. I set mail services to use SSL and use authentication.
    Anyone had this problem or is relaying thru an ISP ? If so, how did you set things up ?
    Dennis

    I set the +smtptls_securitylevel = may+
    I am now getting a failure in the log:
    {quote}Jan 20 09:15:36 maria postfix/pipe[23607]: 245C6556808: to=<[email protected]>, relay=dovecot, delay=0.08, delays=0.05/0.01/0/0.02, dsn=4.3.0, status=deferred (temporary failure){quote}
    Is there a way to set the port to:
    {quote}Port for TLS/STARTTLS: 587
    Port for SSL: 465 {quote}
    I do not see it in the file /etc/postfix/main.cf nor in the GUI.
    Edit: I added the port at the end:
    smtp.gmail.com:587
    and then got this error:
    {quote}Jan 20 09:23:52 maria postfix/smtp[23837]: certificate verification failed for smtp.gmail.com[74.125.159.109]:587: untrusted issuer /C=US/O=Equifax/OU=Equifax Secure Certificate Authority
    Jan 20 09:23:52 maria postfix/smtp[23837]: warning: SASL authentication failure: No worthy mechs found
    Jan 20 09:23:52 maria postfix/smtp[23837]: 819B8556847: to=<[email protected]>, relay=smtp.gmail.com[74.125.159.109]:587, delay=0.69, delays=0.01/0.1/0.57/0, dsn=4.7.0, status=deferred (SASL authentication failed; cannot authenticate to server smtp.gmail.com[74.125.159.109]: no mechanism available)
    {quote}
    Message was edited by: gilsurf

  • ORA-29279: SMTP permanent error: 550 5.7.1 Unable to relay for....

    i got this problem ,when i try to send mail from mail Queue.
    ORA-29279: SMTP permanent error: 550 5.7.1 Unable to relay for [email protected]
    Edited by: Alekh on Aug 7, 2009 10:13 AM
    Edited by: Alekh on Aug 7, 2009 11:52 AM

    Hi,
    I think you can check your SMTP server with your system administrator firstly. does it work normally?
    And if you are using a Windows PC for APEX, you can check you SMTP server in your IIS administration.
    From your error info : Unable to relay, you can follow below to have a check, if you are working on MS Window
    IIS -> Default SMTP Virtual Server -> Properties -> Access -> Relay resitrictions -> Relay -> All except the list below.
    Hope this helpfull.
    PPMonkey.

  • How do I set up an account to receive email from my SMTP relay Server. Have I made a SMTP Server config error?

    Hi,
    How do I set up an account to receive email from my SMTP Relay Server?
    I've setup the SMTP feature and set my Server to use anonymous authentication.
    Things appear to look ok.
    But I can't connect make a test connection to it when I am trying to add an email account in Outlook.
    I could be doing something wrong here.
    This is my process.
    1. I have setup my SMTP Server.
    2. Created a user account in AD and given it an email address.
    3. Opened Outlook and tried to manually add a POP3 account by specifying the incoming and outgoing Server details.
    But when I go to test the connection on the email setup it keeps failing.
    Please help.
    Thanks

    Hi Midi25,
    As Florent suggested, please use Telnet to test SMTP Communication. For more details, please refer to following articles.
    How to Use Telnet to Test SMTP Communication
    XFOR: Telnet to Port 25 to Test SMTP Communication
    In addition, please also refer to following article and check if can help you.
    How to Configure a Windows Server 2003 Server as a Relay Server or Smart Host
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Cannot get db mail to work via SMTP Relay for Office 365 in SQL Server 2014 on Windows Server 2012 R2

    Our company recently moved to Office 365 which mean our on premise exchange server went away as well with the move.  I am trying to configure my new sql server (OS-Windows Server 2012 R2, DBMS- SQL 2014 Std Edtion).  After some searching I found
    this article (http://blogs.technet.com/b/meamcs/archive/2013/02/25/how-to-configure-sql-database-mail-so-send-emails-using-office-365-exchange-online-a-walkthrough.aspx) and have followed these steps exactly, but to no avail.  I did some further research
    on the SMTP relay I setup and found a way to test it (listed here http://technet.microsoft.com/en-us/library/dn592151(v=exchg.150).aspx at the bottom of the article).  If I drop the email.txt file in the pickup folder, it gets sent out no problem.
     I have configured my db email exactly as describe here(http://blogs.technet.com/b/meamcs/archive/2013/02/25/how-to-configure-sql-database-mail-so-send-emails-using-office-365-exchange-online-a-walkthrough.aspx).  But keep getting an unable to connect
    to SMTP server error.  I have even tried completely shutting down firewall to see if that is the issue and multiple restarts.  Any ideas how to get this to work on Office 365?
    DB Mail error log:
    Date 6/10/2014 10:28:41 PM
    Log Database Mail (Database Mail Log)
    Log ID 46
    Process ID 2196
    Mail Item ID 19
    Last Modified 6/10/2014 10:28:41 PM
    Last Modified By xx
    Message
    The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2014-06-10T22:28:41). Exception Message: Cannot send mails to mail server. (Failure sending mail.).

    Hi,
    I followed this blog and got the below error message in the Database Mail Log.
    “The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2014-06-11T19:34:00). Exception Message: Cannot send mails to mail server. (Mailbox unavailable. The server response was: 5.7.1 Unable to relay
    for [email protected]).”
    If you are getting the same error message, you can try the below steps to resolve the issue.
    1. Open the IIS 6.0 management console. Right click on the SMTP server and open the properties window.
    2. Click on the Access tab, click Relay button under Relay restrictions. loopback IP address (i.e 127.0.0.1).
    Then the email should be sent out from Database Mail without problem.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • CUP SMTP server error

    Hi Experts,
    I have a problem configuring my SMTP server in GRC CUP 5.3 .
    As you   guys have already noticed its has a couple of extra fields in 5.3  than  to 5.2 in the SMTP pane  where you save your server name
    error : " Action failed. An unknown error occurred while performing the operation."
    But I tried configuring this in 5.2 and it worked fine!!!
    Should I be filling the additonal fields like System email ID , application URL ,redirection URL etc.
    Please see the log below
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] ERROR com.virsa.ae.configuration.actions.SMTPServerNameAction
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1444)
         at com.virsa.ae.commons.utils.URLHelper.initialize(URLHelper.java:430)
         at com.virsa.ae.configuration.bo.SMTPServerNameBO.saveSMTPServerName(SMTPServerNameBO.java:106)
         at com.virsa.ae.configuration.actions.SMTPServerNameAction.saveSMTPServerName(SMTPServerNameAction.java:76)
         at com.virsa.ae.configuration.actions.SMTPServerNameAction.execute(SMTPServerNameAction.java:51)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:271)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] INFO   MessagingHelper.java@131:clearMessages() : @@@clearing messages
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] INFO   MessagingHelper.java@99:addMessage() : @@@Adding msgValue: Code: 0105; Locale: en
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] INFO   MessagingHelper.java@109:addMessage() : @@@Creating new message list
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] INFO   MessagingHelper.java@119:addMessage() : Adding msg to msglist
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  NavigationEngine.java@272:execute() : Target returned by execute action: failure
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@459:service() : forwarding to:loadConfigSMTPServerName.do
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@522:logRequest() :
    -- Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : email_server_name:0::SMTP-RELAY-EU.GETRANET.COM#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : btnsave:0::Save#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : ApplicationURL:0::#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : RedirectURL:0::#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : GENERICMAILID:0::#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@538:logRequest() : generic_email_server_name:0::#
    2009-03-12 12:29:41,321 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@543:logRequest() : -- End Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:29:41,337 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  NavigationEngine.java@85:execute() : Current Module: |CFG| Conversation: |cnvConfigSMTPServerName| Screen: |scrConfigSMTPServerName|
    2009-03-12 12:29:41,337 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  NavigationEngine.java@105:execute() :  Module#CFG#Conversation#cnvConfigSMTPServerName#Screen#scrConfigSMTPServerName#Action#loadConfigSMTPServerName#
    2009-03-12 12:29:41,337 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  NavigationEngine.java@261:execute() : Handler found:class com.virsa.ae.configuration.actions.SMTPServerNameAction
    2009-03-12 12:29:41,337 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  NavigationEngine.java@272:execute() : Target returned by execute action: success
    2009-03-12 12:29:41,337 [SAPEngine_Application_Thread[impl:3]_27] DEBUG  AEFrameworkServlet.java@459:service() : forwarding to:/cfg_smtp_server.jsp
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@522:logRequest() :
    -- Request dump for Action Path is saveConfigSMTPServerName
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : email_server_name:0::SMTP-RELAY-EU.GETRANET.COM#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : btnsave:0::Save#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : ApplicationURL:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : RedirectURL:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : generic_email_server_name:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@543:logRequest() : -- End Request dump for Action Path is saveConfigSMTPServerName
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@85:execute() : Current Module: |CFG| Conversation: |cnvConfigSMTPServerName| Screen: |scrConfigSMTPServerName|
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@105:execute() :  Module#CFG#Conversation#cnvConfigSMTPServerName#Screen#scrConfigSMTPServerName#Action#saveConfigSMTPServerName#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@261:execute() : Handler found:class com.virsa.ae.configuration.actions.SMTPServerNameAction
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  URLHelper.java@421:initialize() : INTO the method : string=
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] ERROR com.virsa.ae.configuration.actions.SMTPServerNameAction
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1444)
         at com.virsa.ae.commons.utils.URLHelper.initialize(URLHelper.java:430)
         at com.virsa.ae.configuration.bo.SMTPServerNameBO.saveSMTPServerName(SMTPServerNameBO.java:106)
         at com.virsa.ae.configuration.actions.SMTPServerNameAction.saveSMTPServerName(SMTPServerNameAction.java:76)
         at com.virsa.ae.configuration.actions.SMTPServerNameAction.execute(SMTPServerNameAction.java:51)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:271)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:432)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] INFO   MessagingHelper.java@131:clearMessages() : @@@clearing messages
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] INFO   MessagingHelper.java@99:addMessage() : @@@Adding msgValue: Code: 0105; Locale: en
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] INFO   MessagingHelper.java@109:addMessage() : @@@Creating new message list
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] INFO   MessagingHelper.java@119:addMessage() : Adding msg to msglist
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@272:execute() : Target returned by execute action: failure
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@459:service() : forwarding to:loadConfigSMTPServerName.do
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@522:logRequest() :
    -- Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : email_server_name:0::SMTP-RELAY-EU.GETRANET.COM#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : btnsave:0::Save#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : ApplicationURL:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : RedirectURL:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@538:logRequest() : generic_email_server_name:0::#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@543:logRequest() : -- End Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@85:execute() : Current Module: |CFG| Conversation: |cnvConfigSMTPServerName| Screen: |scrConfigSMTPServerName|
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@105:execute() :  Module#CFG#Conversation#cnvConfigSMTPServerName#Screen#scrConfigSMTPServerName#Action#loadConfigSMTPServerName#
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@261:execute() : Handler found:class com.virsa.ae.configuration.actions.SMTPServerNameAction
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  NavigationEngine.java@272:execute() : Target returned by execute action: success
    2009-03-12 12:29:50,852 [SAPEngine_Application_Thread[impl:3]_13] DEBUG  AEFrameworkServlet.java@459:service() : forwarding to:/cfg_smtp_server.jsp
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  AEFrameworkServlet.java@522:logRequest() :
    -- Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  AEFrameworkServlet.java@543:logRequest() : -- End Request dump for Action Path is loadConfigSMTPServerName
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  NavigationEngine.java@85:execute() : Current Module: |CFG| Conversation: |cnvConfigSMTPServerName| Screen: |scrConfigSMTPServerName|
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  NavigationEngine.java@105:execute() :  Module#CFG#Conversation#cnvConfigSMTPServerName#Screen#scrConfigSMTPServerName#Action#loadConfigSMTPServerName#
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  NavigationEngine.java@261:execute() : Handler found:class com.virsa.ae.configuration.actions.SMTPServerNameAction
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  NavigationEngine.java@272:execute() : Target returned by execute action: success
    2009-03-12 12:30:13,055 [SAPEngine_Application_Thread[impl:3]_11] DEBUG  AEFrameworkServlet.java@459:service() : forwarding to:/cfg_smtp_server.jsp
    2009-03-12 12:30:14,258 [SAPEngine_Application_Thread[impl:3]_10] DEBUG  AEFrameworkServlet.java@522:logRequest() :
    Any thoughts , please share you rexperinces
    Regards
    PKK

    Hi Alpesh,
    I was able to resolve the same issue MK reported by adding dummy URLs in the Application URL and Redirection URL fields in SMTP config.   Thanks for the tip!
    However, this seems to introduce a new problem in URL links attached to the e-mail notifications sent to users/approves, etc.
    For example,
    I enetered http://ercp1xxx:50400/AE/ in the Application URL and Redirection URL fields which allows me to save my SMTP configuration.
    When the users received e-mail notification of the status of their request, they will get a link automatically attached to the end of the e-mail to allow them to check the status. For example,
    http://ercp1xxx:50400/AE/index.jsp?loadRequestStatusSearchClosed.do.....    If the user copy and paste this link to a browser, they will be able to go to AE to check status.
    However, if they click on the link provided in the e-mail, the user will be directed to a link like below which is not a valid address and users will get error message.   
    e.g.http://ercp1xxx:50400/AE/=http://ercp1xxx:50400/AE/index.jsp?loadRequestStatusSearchClosed.do
    It looks like the URL I defined for App or Redirection for SMTP was appended in front of the URL generated for e-mail notification.
    Do you know how to fix this issue?  I can not leave the App or Redirection for SMTP config blank otherwise I can not save my SMTP config.    Can I change the link that automatically entered in the email,for example,
    from http://ercp1xxx:50400/AE/index.jsp?loadRequestStatusSearchClosed.do
    to index.jsp?loadRequestStatusSearchClosed.do  ?
    Then when the Application URL combined with it the link will work?   Of course this may introduce a different problem that the link showed up in the e-mail may not look correct either.   
    Many thanks for your help.
    Regards.

  • Smtp relay on osx 10.9.5 and server 3.2.2

    What we have
    We have a mac mini setup using 10.9.5 and server 3.2.2.    The mail server is OFF but we have a Relay Outgoing Mail through ISP checked (and the proper credentials for the outgoing relay (FQDN) and the authorization credentials.
    What we are trying to do
    Our mac mini runs a php script to generate an email that needs to be sent to users.   The mail has to use a smtp relay and we are trying to use the smtp relay provided by our email vendor.
    Settings required by our email vendor
    Instructions for configuring an email client can be found here
    https://www.namecheap.com/support/knowledgebase/article.aspx/1179/2175/general-c onfiguration-for-mail-clients-and-mobile-devices
    We set up the relay in Mail on the Server 3.2.2 to use SSL and port 465.  In our particular case the relay is configured as shown below.  Obviously the [email protected] is the proper username for our authorization.
    When we try to send mail (we test this function by sending mail from terminal by using the following command (sending mail to myself from myself)
    printf "Subject: TestnHello" | sendmail -f [email protected] [email protected]
    and then watch the mail logs the smtp server rejects our mail due to authorization issues.  The mail log text is shown below (email addresses replaced with [email protected] and IP addresses modified)
    Dec 22 11:57:03 109-218-164-81.lightspeed.austtx.sbcglobal.net postfix/pickup[16825]: 5545383231: uid=501 from=<[email protected]>
    Dec 22 11:57:03 109-218-164-81.lightspeed.austtx.sbcglobal.net postfix/cleanup[16827]: 5545383231: message-id=<[email protected]bal.net>
    Dec 22 11:57:03 109-218-164-81.lightspeed.austtx.sbcglobal.net postfix/qmgr[16826]: 5545383231: from=<[email protected]>, size=340, nrcpt=1 (queue active)
    Dec 22 11:57:03 109-218-164-81.lightspeed.austtx.sbcglobal.net postfix/error[16838]: 5545383231: to=<[email protected]>, relay=none, delay=0.04, delays=0.02/0/0/0.02, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to eforwardct3.name-services.com[216.163.176.39]:465: Connection refused)
    Dec 22 11:57:05 109-218-164-81.lightspeed.austtx.sbcglobal.net postfix/master[16824]: master exit time has arrived
    We find many self help pages on the internet that talk about modifying the main.cf file located at /Library/Server/Mail/Config/postfix.   Some even talk about modifying settings in the master.cf file in /ect/postfix.  I have tried several and none seem to work.
    Can anyone provide some guidance?
    Regards!

    The Server GUI doesn't provide for this use case.
    Take the following steps to configure Postfix to relay mail to a remote SMTP server with password authentication over SSL. Substitute as required for strings in italics below. Address is the fully-qualified domain name of the relay host. The value of port is usually either 25, 465, or 587. Username and password refer to your credentials on the relay host.
    In the current version of OS X Server (but not necessarily in older versions), Steps 1 and 3 should be done for you when you enable relaying and relay authentication in the Server application.
    1. If necessary, create or update the relayhost directive in
         /Library/Server/Mail/Config/postfix/main.cf
    It should look like this:
         relayhost = [address]:port
    2. Add these lines, above the section at the end that begins with the comment "# Mac OS X Server":
         smtp_sasl_security_options =
         smtp_tls_CAfile = /etc/certificates/relayhost.pem
         smtp_tls_session_cache_database = btree:$data_directory/smtp_tls_session_cache
         smtp_use_tls = yes
    3. If it doesn't already exist, create the password file
         /Library/Server/Mail/Config/postfix/sasl/passwd
    with this content:
         [address]:port
         username:password
    Here address must match $relayhost.
    Then create the password database:
    sudo postmap /Library/Server/Mail/Config/postfix/sasl/passwd
    This action creates the file
         /Library/Server/Mail/Config/postfix/sasl/passwd.db
    The two password files should be readable by root only.
    4. Create the file
         /etc/certificates/relayhost.pem
    with the CA certificate(s) to be trusted for authentication of the remote host. You get those certificates from the service provider. If you can't find a link to download them, try this:
    openssl s_client -connect address:port -showcerts < /dev/null | sed -n '/-BEGIN /,/-END /p' | sudo sh -c 'cat > /etc/certificates/relayhost.pem'
    The command may produce an error message that isn't necessarily significant. For servers that use the older STARTTLS protocol, rather than straight TLS or SSL, this command may need to be modified.
    5. Restart the Mail service.

  • IIS SMTP Relay

    We are using windows server 2008 Server R2. We installed IIS and the SMTP relay component. It is setup to relay mail to our exchange 2010 CAS server. All internal mail is relaying properly on this server to the exchange 2010 CAS server to internal email
    addresses. When someone tries to send to a recipient outside the organization such as to domain name hotmail.com, gmail.com microsoft .com, it does not relay the message. When I check the logs it looks like it does not even relay the external email address
    to the cas server.
    The error message we get is below. Please assist in what is wrong.
    Delivery has failed to these recipients or groups:
    [email protected]
    Your message wasn't delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept e-mail from certain senders, or another restriction may be preventing delivery.
    Diagnostic information for administrators:
    Generating server:PRI.cross.com
    [email protected]
    #< #5.7.1 smtp;550 5.7.1 Unable to relay> #SMTP#
    Original message headers:
    Received: from HH-DATAserver ([192.111.111.2]) by PRI.cross.com with
    Microsoft SMTPSVC(7.5.7601.17514); Wed, 7 May 2014 20:12:03 -0300
    From: hh-dataserver <[email protected]>
    To: <[email protected]>
    Date: Wed, 7 May 2014 18:12:03 -0500
    Subject: test messase
    X-Mailer: SMTP Mail Component
    MIME-Version: 1.0
    Content-Type: text/plain; charset="us-ascii"
    Return-Path: [email protected]
    Message-ID: <[email protected]>
    X-OriginalArrivalTime: 07 May 2014 23:12:03.0714 (UTC) FILETIME=[C2029620:01CF6A49]

    Hi,
    Is there any update on this thread?
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Email relay error message

    When I try to send an email from my ipad the message goes to the outbox and I get an error message saying it can't relay messages. I have checked my internet connection and outgoing SMTP server and they are ok. My email provider is Optus and if I try to email another optus account it works. My tests however with yahoo and hotmail accounts gives me the relay error message.

    Experiencing same event "<END-OF-MESSAGE>: End-of-data rejected: user not permitted to relay" on newest email account. Had not seen for first 3 days, now suddenly, every attempt. Account has sent less than 30 emails total in it's lifetime.
    Account is [email protected]
    Please advise, and thank you.

  • GWIA SMTP relay restriction doesn't work

    I am running GWIA on SLES 10 SP2 GW703HP4.
    I have the GWIA SMTP Relay Defaults=Prevent message relaying. Exceptions with allow from 192.168.10.3 to * as the 192.168.10.3 is the alert mail server. When I tried to test the SMTP port to GWIA, I got restrict relay error. If I change Relay Default to "Allow message relaying", that is the only time that I can connect from 192.168.10.3 to send SMTP mail via GWIA.
    I have tried to restarted GWIA everytime I make the change but can't get the exception to work?
    Any suggestion?
    Cheer
    Andy

    I deleted the IP address and added the same entry back, then GWIA relay fine.
    Might be I have bad eyes?? Thanks all for the inputs.
    Andy
    Originally Posted by buckesfeld
    * andyj2009 wrote, On 05/20/2010 11:06 PM:
    > Exceptions with allow from 192.168.10.3 to * as the 192.168.10.3 is the
    > alert mail server.
    Note there are two situations where you don't have to tinker with relaying exceptions at all:
    - the alert mail server sends to internal addresses only
    - the alert mail server can do SMTP authentication.
    Uwe
    Novell Knowledge Partner (NKP)
    Please don't send me support related e-mail unless I ask you to do so.

  • UTL_SMTP with Sendmail: Solution for ORA-29278: SMTP transient error

    For those of you migrating from Windows or other platforms to Linux (Redhat Enterprise AS 3.0, in my case) and have email routines using UTL_SMTP, I have a hard-earned hint for you. If your email routines are not working when you try to use the local smtp service (sendmail) try the following at the SQL prompt.
    set serverout on
    declare
    c utl_smtp.connection;
    r utl_smtp.reply;
    begin
    c := utl_smtp.open_connection('local.email.server', 25);
    utl_smtp.helo(c,'local.email.server');
    end;
    If you get ORA-29278: SMTP transient error: 421 Service not available, try the following instead:
    set serverout on
    declare
    c utl_smtp.connection;
    r utl_smtp.reply;
    begin
    c := utl_smtp.open_connection('127.0.0.1', 25);
    utl_smtp.helo(c,'127.0.0.1');
    end;
    And you should get success. So you should specify the internal loopback IP address for the email hostname in the open_connection function. It will not work with anything else (servername, localhost, NIC IP).
    The reason for this is that there is a setting in the sendmail config file (/etc/mail/sendmail.mc) that causes sendmail to only listen on 127.0.0.1. As long as you aren't using sendmail as a relay, this isn't a problem.
    Just specify 127.0.0.1 for the email hostname in the open_connection function.
    Hope this helps someone.
    Trenton

    Hi;
    What is DB version?
    Please see:
    From Master Note For PL/SQL UTL_SMTP and UTL_MAIL Packages [ID 1137673.1] check Note 604763.1 "ORA-29278: SMTP transient error: 421 Service not available" When Using UTL_SMTP to Send Email.
    Regard
    Helios

  • ORA-29279: SMTP permanent error: 500 5.3.3 Unrecognized command

    Dear All,
    I'm trying to send mail WTH of below given proc, but I got ORA-29279: SMTP permanent error: 500 5.3.3 Unrecognized command error, however I'm able to send mails WTH of a java program for the same mailhost
    CREATE OR REPLACE PROCEDURE Send_Mail_Test
    AS
       l_mailhost    VARCHAR2 (64)       := 'smtp.gmail.com';
       l_from        VARCHAR2 (64)       := '[email protected]';
       l_to          VARCHAR2 (64)       := '[email protected]';
       l_mail_conn   UTL_SMTP.connection;
    BEGIN
    --   l_mail_conn := UTL_SMTP.open_connection (l_mailhost, 25);--(l_mailhost, 465);
       l_mail_conn := UTL_SMTP.open_connection (l_mailhost, 587);
       UTL_SMTP.helo (l_mail_conn, l_mailhost);
    -- For Authenication
       utl_smtp.command(l_mail_conn,'STARTTLS');
       UTL_SMTP.command (l_mail_conn, 'AUTH LOGIN');
       utl_smtp.command(l_mail_conn, utl_encode.base64_encode(utl_raw.cast_to_raw('[email protected]')));
       utl_smtp.command(l_mail_conn, utl_encode.base64_encode(utl_raw.cast_to_raw('mypassword')));
       UTL_SMTP.mail (l_mail_conn, l_from);
       UTL_SMTP.rcpt (l_mail_conn, l_to);
       UTL_SMTP.open_data (l_mail_conn);
       UTL_SMTP.write_data (l_mail_conn,
                               'Date: '
                            || TO_CHAR (SYSDATE, 'DD-MON-YYYY HH24:MI:SS')
                            || UTL_TCP.crlf
       UTL_SMTP.write_data (l_mail_conn, 'From: ' || l_from || UTL_TCP.crlf);
       UTL_SMTP.write_data (l_mail_conn, 'Subject: ' || 'test' || UTL_TCP.crlf);
       UTL_SMTP.write_data (l_mail_conn, 'To: ' || l_to || UTL_TCP.crlf);
       UTL_SMTP.write_data(l_mail_conn, utl_tcp.CRLF);
       UTL_SMTP.write_data (l_mail_conn, 'test');
       UTL_SMTP.close_data (l_mail_conn);
       UTL_SMTP.quit (l_mail_conn);
    END Send_Mail_Test;
    /Pls suggest
    Thanks
    *009*

    009 wrote:
    I'm trying to send mail WTH of below given proc, but I got ORA-29279: SMTP permanent error: 500 5.3.3 Unrecognized command error, however I'm able to send mails WTH of a java program for the same mailhostNot an Oracle error. Irrelevant what the Java code do as you could be doing something different using UTL_SMTP, you could be running it from a different IP address, etc. Also the message seem to be very clear that you are sending an invalid SMTP command to the server.
    If UTL_SMTP fails with a SMTP error, it means that the mail server itself reported an error. Thus this is not an Oracle error, a problem with the database, etc.
    What it typically is, is:
    a) the client code incorrectly conversing SMTP (and not sticking to the correct SMTP commands and sequence)
    b) the client requesting the SMTP server something that is not supported (like relaying mail)
    In all cases, the easiest method to troubleshoot this is not to use PL/SQL and UTL_SMTP at all, but to interactively converse with the mail server from the Oracle database server
    1) ssh or telnet or open a command/shell console on the Oracle server
    2) using telnet, connect to the mail server (e.g. telnet mail-server.abc.com 25 )
    3) repeat the same command sequence as your PL/SQL code does (these should be typically the HELO, MAIL FROM, RCPT TO, DATA and QUIT command in this sequence)
    If you like to know more about the SMTP protocol, read [RFC 821 - Simple Transfer Mail Protocol|http://www.faqs.org/rfcs/rfc821.html] - this is the official specification for the protocol. Also read RFC 2554 ( SMTP Service Extension for Authentication ) in case your mail server supports authentication extensions.

  • ORA-29279: SMTP permanent error: 550 5.0.0 Command rejected

    Hi All,
    I wrote a procedure to send mails. It is working fine in one Environment and not working in another Environment even I am passing same values to this procedure.
    Please help me to fix this.
    Error:
    ORA-29279: SMTP permanent error: 550 5.0.0 Command rejected
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 99
    ORA-06512: at "SYS.UTL_SMTP", line 222
    ORA-06512: at "NIKU.Z_PRO_TEST_MAIL", line 14
    ORA-06512: at line 15
    The Procedure is :
    CREATE OR REPLACE PROCEDURE Z_Pro_Test_Mail(
    pInSender IN VARCHAR2,
    pInRecipient IN VARCHAR2,
    pInSubject IN VARCHAR2,
    pInBody IN VARCHAR2,
    pInMailhost IN VARCHAR2)
    IS
    c utl_smtp.connection;
    BEGIN
    c := utl_smtp.open_connection(pInMailhost, 25); -- SMTP on port 25
    utl_smtp.helo(c, pInMailhost);
    utl_smtp.mail(c, pInSender);
    utl_smtp.rcpt(c, pInRecipient);
    utl_smtp.data(c,'From: '||pInSender || utl_tcp.crlf ||
    'To: ' || pInRecipient || utl_tcp.crlf ||
    'Subject: ' || pInSubject ||
    utl_tcp.crlf || pInBody);
    utl_smtp.quit(c);
    END Z_Pro_Test_Mail;
    /

    Hi,
    I think you can check your SMTP server with your system administrator firstly. does it work normally?
    And if you are using a Windows PC for APEX, you can check you SMTP server in your IIS administration.
    From your error info : Unable to relay, you can follow below to have a check, if you are working on MS Window
    IIS -> Default SMTP Virtual Server -> Properties -> Access -> Relay resitrictions -> Relay -> All except the list below.
    Hope this helpfull.
    PPMonkey.

  • Can't send messages from outlook pop client 550 5.7.1 relay error

    my outlook users (pop3) are not able to send using the messaging server they receive a 550 5.7.1 no relaying error.
    they are located on a lan, the mail server is ouside of the lan (on its own lan) - is there a setting to change, to allow relaying from certain places, or a better solution?
    thanks,
    s7

    Authentication is the "safe" way to address this, but, you can rather easily find the ip address where the connection comes from.....
    Add "log_connection=1" to option.dat, recompile, and restart dispatcher, and the ip address gets logged...
    If your router/firewall does "store and forward", it may be that your second network is seen as coming from the router. If that's the case, and the same ip is also seen as the source for all your external mails, then reconfiguration of your router would be the best route.
    We find that routers/firewalls that try to "filter" smtp traffic usually are a "bad idea". These companies know how to do very good firewalls, but are often pretty limited in writing SMTP packages. We see lots of strange errors caused by such.

Maybe you are looking for

  • ASA 5505 no internet

                       Dear all i have a problem with ASA 5505 i have three vlans : Inside, Guest, Outside the Inside's vlan network is 172.16.100.0  255.255.252.0 Guest                           is 192.168.1.0    255.255.252.0 Outside                   

  • Quicktime problems - not playing videos.

    Every video file I view on QT looks like this: http://usera.imagecave.com/mervingiblet/Slide1.JPG It happened when I updated it a few weeks ago. Now I cant get rid of the problem. I tried uninstall and reload but to no avail. The sound plays but no v

  • Extract Date from AVI or other formats

    I have several files that I captured from my digital camcorder to AVI files. I've read that generally, the date and time are captured with the file. Is there any way to extract that info from the AVI files. How about other formats? The timestamp of t

  • Please help - iMessage won't work

    So I updated my phone today like I'm sure a lot of you did and I tried going in to activate my iMessage, I've tried it for hours and even reset my phone and it won't work.  I know my id and password are right and my connection to my wifi is good but

  • Looking for the doc to create Jco on content administrator.

    Please provid ethe docs. Please include the Java parameter related to Jco. Thanks!