Skip to Main Content

Feedback

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Stopped getting notifications on topics I am subscribed to (topics I commented on).

Solomon YakobsonDec 26 2024 — edited Dec 26 2024

Somehow I don't get notifications on topics I am subscribed to (topics I commented on) anymore. There is no star next to bell when there is a new post on topic I had commented on even though my settings are:

And new posts on topics I had commented on don't show under the bell.

SY.

Comments

807574
We ran WebShield for several years on a separate NT box so that only external mail was scanned. Horrific product! Don't waste your time. Try MailScanner. It's free and much more reliable.
807574
i have successfuly done it with 5.1, and NT4 on the same box.

1) install webshield,
2) Install the iplanet messaging server software with a typical installation, and MAKE SURE you tick the mail relay (smarthost) option and set it to myhost.domain (where myhost is the name of the server you are installing it on).
MAKE SURE you set the SMTP port to 7192 during installation as well.
3) edit the C:\winnt\system32\drivers\etc\services file and change the line that says:-
smtp 25/tcp mail #Simple Mail Transfer Protocol
and change 25/tcp for 7192/tcp.
4) in the webshield delivery tab set the outgoing mail port to 7192 and tick the box that says webshield and the mailserver on the same server.
5)tick the box that says enable direct send delivery method, click edit and put in all the domains that your mailhost handles mail for.
6)tick enable dns lookup, click edit and put in your email domain and the address of your dns.
7) Reboot the machine and it should now all work.
8) If all is ok, go on to set up the anti-spam relaying measures in the relevant tab.
9) this will stop most spam relaying, but it will still allow %hack relaying of the form someoneelse%somewhereelse@yourdomain.com, you can fix this by doing the following:-

Open the registry with REGEDIT.


Browse to 'HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\WebShield SMTP\MailScan'.


Select 'Edit | New | DWORD Value' from the menu bar.

Name the new value "BlockPercent".

Highlight the 'BlockPercent' value and select 'Edit | Modify' to set the value of the key.

To enable blocking, set the value of 'BlockPercent' to "1".

To disable blocking, set the value of 'BlockPercent' to "0".


I hope all this helps.

Nathan Lock
1 - 2

Post Details

Added on Dec 26 2024
8 comments
141 views