Limit connections to the MTA

Hello
Due to some audit and DR concerns, we need to restrict which IP addresses are able to connect to our MTA. Currently, we have no restrictions and allow any connection. What would be the best way to limit connections?

Thank you

Doug

PORT_ACCESS mapping table would be an easy way. There are some examples in the Administrator's Guide:

https://wikis.Oracle.com/display/CommSuite/mail+filtering+and+access+control#MailFilteringandAccessControl-PORTACCESSMappingTable

Tags: Fusion Middleware

Similar Questions

  • I placed a time limit on my AirPort Extreme and now I can not access my airport utility to disable, because I can not connect to the Internet?

    Unable to connect due to the delay of access and can not turn off the limit

    Airport the warm reboot... He will return to the default settings for 5 minutes so you can remedy.

  • Is it possible to limit the number of connections to the remote panel to a vi?

    Hello

    I have an application that runs on a PXI RT system and I use the remote control to access. My license allows me to have several remote connections and it's ok that I sometimes need to open several remote panels at the same time.  However, I would like to limit the number of connections for a particular VI 1.  Is this something that can be done?

    Kind regards

    Patrick Lessnick

    The way it can be done is to interview customers who are connected to the VI through a remote façade.  When you do that, you close the connection to anyone, but the first person who connected to the façade.  In this way, if someone is running the VI, no one else can connect.  Once they are made, someone else can then connect to the remote façade.  I created an example illistrates community this behavior.  You can find it here:

    http://decibel.NI.com/content/docs/doc-9673

    If you have any other questions, let me know.

    Scott

  • How can I connect a digital a test multiple numerical limit limit index in the database

    I am trying to store the results of our trials in the database.

    Its simple to step to a given market Index connect using the following expression

    Logging.StepResult.TS.Index

     

    However, our tests have many steps multiple numerical limit, and I must be able journal index of each test of numerical limit of the multiple steps in order to correctly return their numerical limit. The only phrase I can find that gives me this information is

    Logging.PropertyResultDetails.Order

    But the order does not quite appear to match like 1, 2, 3... but instead comes out as 9, 16, 23,... for a test and 9, 17, 25, 33, 41, 49... for another test.

    Could someone explain what is really Logging.PropertyResultDetails.Order . And if there is another term I should use to get the Index of the numerical limit for a trial of multiple numerical limit?

    Also is it a sort of reference manual that shows what kind of properties I have access to in Logging.PropertyResult I can't find that anywhere! Any help would be greatly appreciated!

    See you soon

    Kewal

    How about something like:

    Logging.PropertyResult.Parent.GetArrayOffset ("", PropOption_NoOptions, "[\" "+ Nameof (Logging.PropertyResult) +"-"]")

  • Limit user connectivity to the database

    Dear Experts,

    I want to limit the connectivity of the user on the basis of the application.

    Suppose that using Developer SQL user can not access my database or using TOAD cannot access to my database.
    Please help me find it.

    Thank you

    Saima

    Saima says:
    Dear thank you for your time. but this link does not open
    If it is open on your site please send me here

    Question: I have an APEX system and I noticed some of my end users using SQL * Plus to access the data. Because I coded in the application of the special rules, I have to limit my end users and block access to Oracle, except through my application. How can I use a logion trigger to restrict access to the end users of tools such as SQL * Plus, ODBC, Crystal Reports and so on?

    Answer: It is always advisable to do what you can so that your end-users "the rules of the game" and only have access to their data to Oracle. This is especially true when you are using standard security of 'grant', but it is not necessary when using 'grant execute' security, as the end users get the data when they run your stored procedure or function.

    See my note here on General blocking access to Oracle tools.

    Block for end-users to use external tools such as ODBC or SQL * Plus, you can deploy a logon trigger to not use your application tool.
    Author of the Oracle Kamran Agayev Agamehdi has this excerpt on the prevention of external connections to Oracle

    CONNECT / AS SYSDBA;

    CREATE OR REPLACE TRIGGER block_tools_from_prod
    AFTER LOGON ON DATABASE
    DECLARE
    v_prog sys.v_$session.program%TYPE;
    BEGIN
    Program SELECT INTO v_prog
    OF sys.v_$ session
    WHERE audsid = USERENV ('SESSIONID')
    AND audsid! = 0 - check SYS connections
    AND ROWNUM = 1; -Parallel process will have the same AUDSID

    If UPPER (v_prog) LIKE '% % TOAD' OR UPPER (v_prog) LIKE '% T.O.A.D%' OR - Toad
    Upper (v_prog) '% SQLNAV %' OR - SQL Navigator
    Upper (v_prog) '% PLSQLDEV %' OR - PLSQL Developer
    Upper (v_prog) '% BUSOBJ %' OR - Business Objects
    Upper (v_prog) LIKE '% % EXCEL' - MS-Excel plugin
    THEN
    RAISE_APPLICATION_ERROR (-20000, "Development tools are not allowed here.");
    END IF;
    END;
    /
    DISPLAY ERRORS

    This is what I see on the link. but do not know if it ll work.

  • Is there a way we can configure the oracle database to accept connections from particular type. For example, we may limit Server Oracle don't not to accept applications for connection to the JDBC thin driver?

    I have an oracle server which is our recovery server disaster. When I switch my application of the primary site to secondary site, we have a window of downtime during which it must implement the secondary site. When setting up the application on the secondary site, I am getting below error please take note that primary and secondary are always synchronized. The application uses the thin driver JDBC to connect to the database.

    java.sql.SQLException: ORA-01017: invalid username/password; logon denied


    However when I use the same user name and password to connect to the SQLPLUS it connects successfully. When I use the sqldeveloper or any other jdbc connection, it fails with the above error.


    Can someone please advice what may be the setting on the oracle server that limits connections jdbc or any setting related to jdbc on the oracle client


    Concerning


    Pierrel

    Post edited by: user11093423

    For others this has been resolved with

    This is the setting in sqlnet.ora

    SQLNET. ALLOWED_LOGON_VERSION = 12

    later, commenting on the above setting and restart the listener. It worked.

    Thanks for all the answers

  • limit connection based on the time interval

    Hello world.
    I would like to know, how do I restrict a user to connect to the database on specific times? For example, I want the user db to be able to connect after 23:00, of 08:AM. Is this possible?

    Hello

    Not sure if there is a medium setting to do this now, but if not, a logon trigger should do (you can select the users, it applies to).

    Something like:

    create or replace trigger deny_login
      after logon on database
    BEGIN
      IF sys_context('USERENV', 'SESSION_USER') = 'NO_PRIVS' THEN
        IF to_char(SYSDATE, 'hh24') BETWEEN 08 AND 22 THEN
          raise_application_error(-20001,
                                  'Sorry, it is not permitted to logon to the DB at this time as this user');
        END IF;
      END IF;
    END deny_login;
    

    Kind regards

    ADOS

  • How to set the number of connections to the server. I am rejected after three connections.

    The following message appears when I consulted three folders in my email...-'unable to connect to the IMAP server. It may have exceeded the maximum number of connections to this server. If so, use the advanced settings of the IMAP Server dialog box to reduce the number of cached connections. »

    You can connect to an IMAP server as often as you like, BUT...
    You can restrict the number of simultaneous channels that are open during this connection.

    Thunderbird sets a default limit of 5.
    You can go higher on some servers, or you can go as low as 1.
    Try to set the limit of connection for 3

    "Tools - account settings - [select your account] - server settings - [settings of the server] - advanced - maximum number of connections to the server for cache - [enter 3]"
    If it is already set to 3, to descend more down - 2 or even 1.
    Out OK

    TB - 38, Win - PC 2

  • When opening firefox I get unable to connect to the server on my home page, but then I open my favorites websites. How can I solve this?

    I have a loading time long when I open firefox 35. Then cannot connect to the server, but I can open then well websites through my list of bookmarks. Trying to reinstall, didn't help, makes google my homepage in the options does not help.

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and allow your firewall to ask permission to get access full and unrestricted, again to install for Firefox and the plugin-container and the update process.

    See:

    Make a check of malware with several malware scanning of programs on the Windows computer.
    Please scan with all programs, because each program detects a different malicious program.
    All of these programs have free versions.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

    Do a clean reinstall and delete the program folder before Firefox to (re) install a new copy of the current version of Firefox.

    If possible to uninstall your current version of Firefox to clean the Windows registry and settings in the security software.

    • Do NOT remove the "personal data" when you uninstall your current version of Firefox, because this will remove all profile folders and you lose personal data such as bookmarks and passwords including data profiles created by other versions of Firefox.

    Delete the program folder Firefox before installing newly downloaded copy of the Firefox installer.

    • (32-bit Windows) "C:\Program Files\Mozilla Firefox\"
    • (Windows 64 bit) "C:\Program Files (x 86) \Mozilla.

    Your bookmarks and other personal data are stored in the Firefox profile folder and will not be affected by a uninstall and (re) install, but do NOT delete personal data when you uninstall Firefox which removes all Firefox profile folders and you lose your data.

  • Unable to connect to the internet update version

    I've updated to the latest version 35, but since then, the browser seems unable to connect to the internet. I thought it was my firewall that was blocking the program. I did what was suggested to work around this problem, that is, to remove my firewall and then add it again. But it does not solve the problem. There is nothing wrong with my internet, how am I be able to connect to internet by using IE or Chrome. And I was able to connect to the internet in the previous version of Firefox. Unfortunately, the new updated version is not allow me to. Have no solution?

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • After updating to version 31, Firefox can no longer connect to the web.

    After updating Firefox to v31 and I reworded Firefox is no longer can go to any Web site, while Chrome and IE continue to work properly.

    Steps, I tried:
    -restart Windows
    - https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can?esab=a & as = aaq
    - https://support.mozilla.org/en-US/kb/fix-problems-connecting-websites-after-updating?esab=a & as = aaq
    -from Firefox with 'Disabled Modules' (Safe Mode)

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission get full and unrestricted, access to the internet for Firefox and the plugin-container and the update process.

    See:

  • I still see "connection" on the tabs when I click on a link. It takes a long time before the page is displayed.

    When I click on a link on most pages, the word "connection" appears on the label, with a small rotating arrow, which remains like this for about 20 seconds.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode without failure.

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission get full and unrestricted, access to the internet for Firefox and the plugin-container and the update process.

    See:

  • Version 20.01 is "Unable to connect" while the previous Version 19.02 works great!

    My work computer which runs Windows XP Pro with Service pack 3 and beyond has been upgrade FF worm. 20.01 this afternoon and is "unable to connect". It worked very well on the version previous minutes before it has been updated! Nothing has changed in my network connections and my firewall settings! I'm writing this on a Windows 7 computer that is currently running FF worm. 20.02 that works well! I have another Windows XP Pro computer that is currently running FF Ver, 19.02 and there is a "Software Update" window on the screen asking me to update this computer to 20.01 worm. FF. I clicked on "Ask later" in fear that it will have the same problem "unable to connect"! Help!

    It is possible that your security (firewall, antivirus) software blocks or limit Firefox or the process of plugin-container without you inform, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • At the opening of some Web pages I get a msg 'unable to connect to the server', but it works very well in startup

    The last few days during the use of the internet, some Web pages will not be not open. I get a msg of error saying 'unable to connect to the server', but it works very well with other sites such as Facebook and YouTube.  This happens when I use Safari, Firefox and Chrome.  Yet if I'm in Safe Boot mode it works fine.  I exaggerate the App installed VPN and when I am in normal mode and connect to the VPN exaggeration, all Web pages work correctly. I searched the net for days trying to find a solution but nothing I tried worked.  I'm not very computer savvy either so don't know much of what I do with this technical stuff.  I emptied the caches, but that did not work.  Following the advice of an answer to another question on this forum that was similar to mine, I went into the Terminal and performed a diagnostic test.  I don't understand all the information in this essay so hope someone here can decipher. The report is quite long, but this is the beginning of the pasted below.  Help, please!

    The system version: OS X 10.11.1 (B 15, 42)

    Kernel version: Darwin 15.0.0

    Boot Mode: Normal

    Model: MacBookPro11, 1

    FileVault: on

    The System Diagnostics

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    2016-04-13 desmoides crash

    Diagnosis of the user

    2016-04-12 AssetCacheLocatorService crash

    Accident of GarageBand 2016-04-12

    Kernel messages

    Apr 12 15:34:15 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 15:34:15 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 15:34:18 NTFS-fs warning (device/dev/disk0s4, pid 165): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 15:35:41 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 520; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45019

    Apr 12 16:45:59, launchd process [1]-l' system of limitation of disabling i/o level

    Apr 12 16:45:59, launchd process [1] disable the CPU - the system-wide limit

    Apr 12 16:46:31 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 16:46:31 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 16:46:33 NTFS-fs warning (device/dev/disk0s4, pid 155): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 16:47:52 iCoreService process [94] taken causing excessive Awakenings. Awakenings (per second) rate: 557; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45052

    12 apr 17:20:51 0xe00002db questioned the file opening error

    -the last message repeated 1 time.

    Apr 12 19:39:26 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 19:39:26 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 19:39:28 NTFS-fs warning (device/dev/disk0s4, pid 158): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 19:40:49 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 545; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45066

    Apr 12 20:46:58 launchd process [1]-l' system of limitation of disabling i/o level

    Apr 12 20:46:58 launchd process [1] disable the CPU - the system-wide limit

    Apr 12 20:47:21 AssertMacros: tmpData (value: 0x0), leader: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCre dentialManager-82.10.1/AppleCredentialManager/AppleCredentialManager.cpp, line: 765

    Apr 12 20:47:21 init: error getting of PHY_MODE; using MODE_UNKNOWN

    Apr 12 20:47:23 NTFS-fs warning (device/dev/disk0s4, pid 157): ntfs_system_inodes_get(): Windows is put into hibernation. Will not be able to get back on read-write. Run the chkdsk command.

    Apr 12 20:48:44 deal with iCoreService [94] taken causing excessive Awakenings. Awakenings (per second) rate: 545; Maximum rate (per second) Awakenings: 150; Observation period: 300 seconds; Life of the Awakenings of task number: 45476

    Apr 12 21:54:58 opening error 0xe00002db questioned the file

    -the last message repeated 3 times.

    Apr 13 01:42:49 deal with com.apple.WebKit [12265] wire 546051 caught fire CPU! He used more than 50% of the CPU (actual recent use: 93%) more than 180 seconds. Screw using the processor to life 90,030145 seconds, (89.468979, System 0.561166 user) information book: balance: 90000757669 credit: debit 90000757669: limit 0: 90000000000 period (50%): 180000000000 time since last filling (ns): 96164617988

    Hi AussieEgypt,

    Thank you for using communities Support from Apple.

    If a problem does not occur when it is started in safe mode, then you have already determined that the problem was isolated to a few 3rd party software running on your Mac.  Take a look at the information below to start with the removal of some elements of start-up and connection and see if the problem persists:

    Test your login items

    1. Choose the Apple menu > System Preferences, and then click users and groups.

    2. Click on your account under the current user name, and then click connection points.

      Make a list of the login items, you will need to remember later.

    3. Select all the elements of connection, and then click the button Delete .

    4. Choose the Apple menu > restart.

    5. If this solves the problem, reopen the preferences users and groups, add the elements of connection one at a time and restart your Mac after the addition of each of them.

      If the problem persists, follow the steps above to remove only the last element of connection that you added.

    OS X El Capitan: If you think you have incompatible connection points

    See you soon.

  • Satellite Pro M70-132: excellent WiFi connection but the pings are slow

    Hi all...
    My Satellite Pro M70-132 have problems with Wi - Fi connections (WiFi built in)... Generally, when the connection is excellent (indicator of windows), the pings are slow - very long time: 1212ms, 325ms, 645ms, 2112ms, 91ms, s 168ms... etc 'demand time limit has expired' (or sth like this).
    I have updated with the latest version of the Intel WiFi driver - it does not work...
    I installed new system - it does not work...

    Is it possible, that LAN WiFi is dead on my M70-132? How can I check before sending my 'Toshi' to the service?

    (BTW - built-in Bluetooth has been switched off...)

    I was tempted to access with several AP and also ad hoc. Every time, same results... connection strong-great but pings are slow... and often ping timeout...

    The IP address has been set manually and automatically - it does not work... too multidimensional :-(

    It's not metter WEP encryption is enabled, 'on' or 'off' and no authentication method does not change the situation with WLAN...

    Post edited by: maxgoldie

    Hello

    If the work of WLan connection and you are connected to the router so I guess everything's ok.
    Time to ping depends on not always the strength of the signal.

    If you ping other ip on the net if the time depends on the provider and type of connection.
    But if you ping your WLan router and it s very slow so it s a bit strange.

    If you think there could be something wrong with the Wlan card then you can try asking for help ASP.

Maybe you are looking for