Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
how to zimbra mail...

soon pyo,jeong
Member Posts: 5
used zimbra mail..
error message is " This is an automatically generated Delivery Status Notification"
why?.....
error message is " This is an automatically generated Delivery Status Notification"
why?.....
Answers
-
Hi "ANDSOME",
I think you need to go into the details of the DSN, which can be viewed in the attachments.
My impression is that Beehive is quite "terse" with its DSNs.
Regards, Thomas -
The first installation is it possible to send mail?
Do you have any other settings?
Beekeeper's mail service on the error.
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2010-01-25T16:14:00.505+09:00</TSTZ_ORIGINATING>
<COMPONENT_ID>beehive</COMPONENT_ID>
<MSG_TYPE TYPE="WARNING"></MSG_TYPE>
<MSG_LEVEL>1</MSG_LEVEL>
<MODULE_ID>omb.transport.aio.impl.BPCommSession</MODULE_ID>
<THREAD_ID>40</THREAD_ID>
<SUPPL_ATTRS>
<ATTR NAME="bee_compid">2c25b060-9071-4df1-b0c4-c368ea386eae</ATTR>
<ATTR NAME="bee_compname">EmailService</ATTR>
</SUPPL_ATTRS>
</HEADER>
<CORRELATION_DATA>
<EXEC_CONTEXT_ID><UNIQUE_ID>192.168.0.51:3676:1264403639917:112</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
</CORRELATION_DATA>
<PAYLOAD>
<MSG_TEXT>bp-comm-mx-tcp-listen-failed</MSG_TEXT>
<SUPPL_DETAIL><![CDATA[{{address{address=null} {port=25} {interface-group=} {flags=2} {local-port=0}}} java.lang.Exception: Failed To Register Port (port: 25 BP:mail.valuechain.co.kr/192.168.0.51:21300-0x1000b error: 102)
at oracle.ocs.omb.transport.tcprouter.BPConnectionHolder.processPortOpened(BPConnectionHolder.java:837)
at oracle.ocs.omb.transport.tcprouter.BPConnectionHolder.access$900(BPConnectionHolder.java:40)
at oracle.ocs.omb.transport.tcprouter.BPConnectionHolder$14.processData(BPConnectionHolder.java:585)
at oracle.ocs.omb.transport.conn.BPReadStream.onDataRead(BPReadStream.java:292)
at oracle.ocs.omb.transport.conn.BPReadStream.receiveData(BPReadStream.java:267)
at oracle.ocs.omb.transport.conn.BPConnection.processSend(BPConnection.java:1771)
at oracle.ocs.omb.transport.conn.BPConnection.processData(BPConnection.java:1288)
at oracle.ocs.omb.transport.socket.BIOSocketDriver.onDataRead(BIOSocketDriver.java:763)
at oracle.ocs.omb.transport.socket.BIOSocketDriver.doRead(BIOSocketDriver.java:804)
at oracle.ocs.omb.transport.socket.SocketDriver$1SelectObject.onCompleted(SocketDriver.java:75)
at oracle.ocs.omb.lib.SelectScheduler.work(SelectScheduler.java:226)
at oracle.ocs.omb.messaging.ConnectionFactory$SelectThread.run(ConnectionFactory.java:649)
]]></SUPPL_DETAIL>
</PAYLOAD>
</MESSAGE> -
Beehive is complaining about being unable to start a process and listen on port 25, which is used for mail delivery (SMTP).
Do you have anything else running on port 25, like sendmail? (you shouldn't).
Did you run through the post-install steps, like setuid on hasbind and configuring /etc/cap.ora etc.? (you should)
let us know.
regards,
Richard -
SENDMAIL that is currently suspended.
[[email protected] etc]# netstat -an|grep :25
tcp 0 0 192.168.0.51:25250 192.168.0.51:12403 ESTABLISHED
tcp 0 0 192.168.0.51:25252 192.168.0.51:12403 ESTABLISHED
tcp 0 0 192.168.0.51:25334 192.168.0.51:12404 ESTABLISHED
tcp 0 0 192.168.0.51:25335 192.168.0.51:12404 ESTABLISHED
tcp 0 0 192.168.0.51:25049 192.168.0.51:12505 ESTABLISHED
tcp 0 0 ::ffff:192.168.0.51:12403 ::ffff:192.168.0.51:25250 ESTABLISHED
tcp 0 0 ::ffff:192.168.0.51:12403 ::ffff:192.168.0.51:25252 ESTABLISHED
tcp 0 0 ::ffff:192.168.0.51:12404 ::ffff:192.168.0.51:25334 ESTABLISHED
tcp 0 0 ::ffff:192.168.0.51:12404 ::ffff:192.168.0.51:25335 ESTABLISHED
tcp 0 0 ::ffff:192.168.0.51:12505 ::ffff:192.168.0.51:25049 ESTABLISHED
[[email protected] etc]# nmap -v localhost
Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2010-01-27 15:34 KST
Initiating SYN Stealth Scan against localhost.localdomain (127.0.0.1) [1660 ports] at 15:34
Discovered open port 113/tcp on 127.0.0.1
Discovered open port 22/tcp on 127.0.0.1
Discovered open port 21/tcp on 127.0.0.1
Discovered open port 6101/tcp on 127.0.0.1
Discovered open port 6003/tcp on 127.0.0.1
Discovered open port 111/tcp on 127.0.0.1
Discovered open port 631/tcp on 127.0.0.1
Discovered open port 836/tcp on 127.0.0.1
Discovered open port 2121/tcp on 127.0.0.1
Discovered open port 7200/tcp on 127.0.0.1
The SYN Stealth Scan took 0.14s to scan 1660 total ports.
Host localhost.localdomain (127.0.0.1) appears to be up ... good.
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1650 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
111/tcp open rpcbind
113/tcp open auth
631/tcp open ipp
836/tcp open unknown
2121/tcp open ccproxy-ftp
6003/tcp open X11:3
6101/tcp open VeritasBackupExec
7200/tcp open fodms -
[[email protected] bin]# vi /etc/cap.ora
+user instuser: bind port 80
???....
How do I set the uid? ... -
you need to choose the uid of the sw owner of beehive, so, if the sw is installed as user beehive, cap.ora should read
+user beehive: bind port 80
Regards, Thomas -
Take another look through the post install steps, here .
Specifically refer to the section "Changing other ports".
richard -
my action is
-------------------------------------------------------------------------------------------
Changing HTTP Port Change Complete
Changing Other Ports
--> +user oraprod: bind port 80
3 bays occur fail
OBS:/u01/oraprod]beectl modify_property component BTI_OBS.mail.valuechain.co.kr name ClientPort --value 8000
beectl command failed. See the log file "/u01/oraprod/oracle/product/1.5.1.0.0/beehive_1/beehive/logs/beectl/2010.01.28/beectl_modify_property_09_25_47+0900.txt" for more details.
This config object does not have a property named ClientPort
This discussion has been closed.