Lotus Notes / Domino Sonstiges > Companion Products

Connections versendet keine Mails

<< < (6/8) > >>

MaVo:
... und noch was:

Hast Du die Absenderadressen der Connections-Benachrichtungen anpasst?

Defining valid administrator email addresses

--- Zitat ---By default, automatic notifications are sent from a generic email address, such as blogs-admin@example.com. Edit the property to change this to a legitimate administrator email address that has access rights to send mail. Some of the notification messages sent automatically, such as the notifications used to handle blog postings that are flagged for containing inappropriate content, inform recipients that they can respond to the default administrative user email address from which the notification was sent. If you do not edit the default email address, recipients get a delivery failure notification when they try to respond to the automatic email.
--- Ende Zitat ---

Rossi:
Es ist nicht Replikation sondern Migration.
Ich muss noch das auf englisch umstellen aber schon mal die geünschten dumps


'#################################
NOTIFICATION.XML
<channelConfigs>
      <emailChannelConfig>
         <useJavaMailProvider>true</useJavaMailProvider>
         <!--smtpJNDILookup>
            <smtpJNDILookupURL>dns:///hub-firmenbez.firmenbez.de</smtpJNDILookupURL>
               <authentry>smtpAdmin</authentry>
               <javamail>
                   <property name="mail.debug">false</property>
                   <property name="mail.smtp.connectiontimeout">120000</property>
                   <property name="mail.smtp.timeout">120000</property>
                  <property name="mail.smtp.port">25</property>
                   <property name="mail.smtp.socketFactory.port">465</property>
                   <property name="mail.smtp.socketFactory.class">javax.net.ssl.SSLSocketFactory</property>
                   <property name="mail.smtp.socketFactory.fallback">false</property>
               </javamail>
         </smtpJNDILookup-->
         <maxRecipients>50</maxRecipients>
      </emailChannelConfig>
   </channelConfigs>
#################
   telnet hub-firmenbez.firmenbez.de 25
   220 hub-firmenbez.firmenbez.de ESMTP Service (Lotus Domino Release 8.5.3FP3) ready at
Wed, 5 Dec 2012 13:12:13 +0100
#################
[05.12.12 13:18:33:069 CET] 0000004a SystemOut     O DEBUG: mail.smtp.class property exists and points to com.sun.mail.smtp.SMTPTransport
[05.12.12 13:18:33:069 CET] 0000004a SystemOut     O DEBUG SMTP: useEhlo true, useAuth true
[05.12.12 13:18:33:069 CET] 0000004a WASMailNotifi E com.ibm.lotus.connections.core.notify.channels.email.WASMailNotificationChannelHandler sendMessage CLFRR0083E: Ausnahmebedingung beim Senden einer E-Mail-Benachrichtigung
                                 javax.mail.AuthenticationFailedException
   at javax.mail.Service.connect(Service.java:306)
   at javax.mail.Service.connect(Service.java:156)
   at javax.mail.Service.connect(Service.java:105)
   at com.ibm.lotus.connections.core.notify.channels.email.WASMailNotificationChannelHandler.sendMessage(WASMailNotificationChannelHandler.java:77)
   at com.ibm.lotus.connections.core.notify.channels.email.EmailNotificationChannelHandler.sendMessage(EmailNotificationChannelHandler.java:114)
   at com.ibm.lotus.connections.core.notify.channels.email.AbstractEmailNotificationChannelHandler.handleNotificationDelivery(AbstractEmailNotificationChannelHandler.java:299)
   at com.ibm.lotus.connections.core.notify.channels.NotificationChannelProcessor.process(NotificationChannelProcessor.java:187)
   at com.ibm.lotus.connections.core.notify.process.NotificationProcessor.process(NotificationProcessor.java:59)
   at com.ibm.lconn.news.notify.consumer.internal.impl.NotificationDeliveryMessageHandler.processEvent(NotificationDeliveryMessageHandler.java:165)
   at com.ibm.lconn.news.notify.consumer.internal.impl.EventHandlerSupport.handleEvent(EventHandlerSupport.java:62)
   at com.ibm.lconn.news.notify.consumer.internal.impl.EventHandlerSupport.handleEvent(EventHandlerSupport.java:85)
   at com.ibm.lconn.news.notify.consumer.ejb.NotificationConsumerEJB.onMessage(NotificationConsumerEJB.java:109)
   at com.ibm.ejs.container.MessageEndpointHandler.invokeMdbMethod(MessageEndpointHandler.java:1093)
   at com.ibm.ejs.container.MessageEndpointHandler.invoke(MessageEndpointHandler.java:778)
   at $Proxy136.onMessage(Unknown Source)
   at com.ibm.ws.sib.api.jmsra.impl.JmsJcaEndpointInvokerImpl.invokeEndpoint(JmsJcaEndpointInvokerImpl.java:233)
   at com.ibm.ws.sib.ra.inbound.impl.SibRaDispatcher.dispatch(SibRaDispatcher.java:900)
   at com.ibm.ws.sib.ra.inbound.impl.SibRaSingleProcessListener$SibRaWork.run(SibRaSingleProcessListener.java:552)
   at com.ibm.ejs.j2c.work.WorkProxy.run(WorkProxy.java:399)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)

[05.12.12 13:18:33:069 CET] 0000004a NotificationC E com.ibm.lotus.connections.core.notify.channels.NotificationChannelProcessor process CLFRR0065E: Beim Senden einer Benachrichtigung für Benachrichtigungsquelle "activities" und Typ "notify" über die konfigurierten Kanäle ist ein Fehler aufgetreten. Es werden keine Benachrichtigungen empfangen.
[05.12.12 13:18:33:069 CET] 0000004a NotificationD E com.ibm.lconn.news.notify.consumer.internal.impl.NotificationDeliveryMessageHandler processMessage CLFWX0155E: Beim Senden einer verzögerten Benachrichtigungs-E-Mail von der Quellenkomponente activities mit Typ notify an 1 Empfänger ist ein Fehler aufgetreten. Weitere Details finden Sie in der verschachtelten Ausnahmebedingung.
                                 com.ibm.lotus.connections.core.notify.impl.NotificationSendException: CLFRR0054E: Benachrichtigung des Typs notify und der Quelle activities konnte nicht gesendet werden. Kein Empfänger hat eine Benachrichtigung empfangen.
   at com.ibm.lotus.connections.core.notify.process.NotificationProcessor.process(NotificationProcessor.java:90)
   at com.ibm.lconn.news.notify.consumer.internal.impl.NotificationDeliveryMessageHandler.processEvent(NotificationDeliveryMessageHandler.java:165)
   at com.ibm.lconn.news.notify.consumer.internal.impl.EventHandlerSupport.handleEvent(EventHandlerSupport.java:62)
   at com.ibm.lconn.news.notify.consumer.internal.impl.EventHandlerSupport.handleEvent(EventHandlerSupport.java:85)
   at com.ibm.lconn.news.notify.consumer.ejb.NotificationConsumerEJB.onMessage(NotificationConsumerEJB.java:109)
   at com.ibm.ejs.container.MessageEndpointHandler.invokeMdbMethod(MessageEndpointHandler.java:1093)
   at com.ibm.ejs.container.MessageEndpointHandler.invoke(MessageEndpointHandler.java:778)
   at $Proxy136.onMessage(Unknown Source)
   at com.ibm.ws.sib.api.jmsra.impl.JmsJcaEndpointInvokerImpl.invokeEndpoint(JmsJcaEndpointInvokerImpl.java:233)
   at com.ibm.ws.sib.ra.inbound.impl.SibRaDispatcher.dispatch(SibRaDispatcher.java:900)
   at com.ibm.ws.sib.ra.inbound.impl.SibRaSingleProcessListener$SibRaWork.run(SibRaSingleProcessListener.java:552)
   at com.ibm.ejs.j2c.work.WorkProxy.run(WorkProxy.java:399)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)
Caused by: com.ibm.lotus.connections.core.notify.channels.TerminalNotificationDeliveryException: CLFRR0008E: Bei der Übermittlung einer E-Mail-Benachrichtigung über SMTP ist ein Fehler aufgetreten. Benachrichtigung wird von den Empfängern nicht empfangen.
   at com.ibm.lotus.connections.core.notify.channels.email.EmailNotificationChannelHandler.catchMessageException(EmailNotificationChannelHandler.java:184)
   at com.ibm.lotus.connections.core.notify.channels.email.WASMailNotificationChannelHandler.sendMessage(WASMailNotificationChannelHandler.java:92)
   at com.ibm.lotus.connections.core.notify.channels.email.EmailNotificationChannelHandler.sendMessage(EmailNotificationChannelHandler.java:114)
   at com.ibm.lotus.connections.core.notify.channels.email.AbstractEmailNotificationChannelHandler.handleNotificationDelivery(AbstractEmailNotificationChannelHandler.java:299)
   at com.ibm.lotus.connections.core.notify.channels.NotificationChannelProcessor.process(NotificationChannelProcessor.java:187)
   at com.ibm.lotus.connections.core.notify.process.NotificationProcessor.process(NotificationProcessor.java:59)
   ... 12 more
Caused by: javax.mail.AuthenticationFailedException
   at javax.mail.Service.connect(Service.java:306)
   at javax.mail.Service.connect(Service.java:156)
   at javax.mail.Service.connect(Service.java:105)
   at com.ibm.lotus.connections.core.notify.channels.email.WASMailNotificationChannelHandler.sendMessage(WASMailNotificationChannelHandler.java:77)
   ... 16 more

m3:
Was hast Du an "Screenshots wie in .." nicht verstanden ?????

Der "Screenshot" vom Telnet zeigt, dass Du eine Verbindung zum Domino bekommen hast, aber nicht, dass Du auch eine Email versendet hast. Bitte das auch noch durchexerzieren.

"Caused by: javax.mail.AuthenticationFailedException" laesst sehr darauf schliessen, dass Dich der Domino nicht senden laesst. Ohne der SCREENSHOTS aus der ISC und dem vollstaendigen Telnet kann man aber nur raten.

Rossi:
Erstmal an m3 für deine Geduld.

Also mit telnet kann ich emails versenden.
Unser Firewall konnte auch sehen das über smtp versendet wird.
wenn ich über Connections versuche zu versenden passiert nichts



m3:
Danke für das "danke", das hilft. ;)  :knuddel:

*durchatmen*

Bitte, bitte, bitte, mach die Sachen vollstaendig.

Bei den Screenshots fehlt der 2te Screenshots.

Und beim Telnet fehlt der Screenshot diesmal komplett. Ich glaube Dir schon, dass Du das mail schicken konntest, aber ich würde gerne die ganze Befehlskette sehen um ein paar Dinge ausschliessen bzw. definieren zu können. Domainnamen, ... kannst Du gerne teilweise übermalen, damit der Firmenname nicht mitkommt.

Navigation

[0] Themen-Index

[#] Nächste Seite

[*] Vorherige Sete

Zur normalen Ansicht wechseln