Can you give me an example of using blacklist from in mail settings to block unwanted mail?

I want to use serveradmin settings mail command line to set a list of domains/servers I do not want to receive emails from. Can you give me an example on how to set this in ML server?
I managed to set the domains using the command line serveradmin but it is not working. This is a list of domains I have set so far:
mail:postfix:blacklist_from:_array_index:0 = "bounces.servidordeenvio.com"
mail:postfix:blacklist_from:_array_index:1 = "reiserver50.info"
mail:postfix:blacklist_from:_array_index:2 = "vps5.central-adworks.com.br"
mail:postfix:blacklist_from:_array_index:3 = "emailTrocar.com.br"
mail:postfix:blacklist_from:_array_index:4 = "geeklemail21.com.br"
mail:postfix:blacklist_from:_array_index:5 = "produtosnotaveis.org"
But I still keep receiving emails from those domains with virus (which are intercepted by the virus filtering) and receiving alert messages from the server app suggesting me to include these domains in a blacklist.
Thanks for your help..

Thank you.
I tried it out and did not work either but I finally found a way to add multiple entries. I read on the serveradmin man page that if you had multiple values you should better off use a file for input.
I did create a plain file with as many as needed entries:
mail:postfix:blacklist_from:_array_index:0 = "*@xxx.com"
mail:postfix:blacklist_from:_array_index:1 = "*@xxxx.com"
saved as blacklist then I issued the command:
sudo serveradmin settings < blacklist
This solved the setting of multiple values. I will monitor if it will really block the spam from the locations.
Thanks again for your help and interest.

Similar Messages

  • Can you give me an example?

    I use com.sapportals.htmlb.Tree to build a dynpage and  set a NodeExpand envent on a TreeNode.In the event I want to create subnodes of the TreeNode.But I don't know how to transmite the TreeNode to the event.I mean I don't know how to know which TreeNode the subnode are built to.
    Can you gei me an example?

    Hi,
    Have you seen this blog ?
    Build Your Own KM Navigation iView Using HTMLB Tree
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1424
    Patricio.

  • Can you give me an example using the System_exec.vi

    Hi
    I am having trouble with the system_exec.vi. Is it possible for someone to give me an example please?
    Thanks.

    Try this............
    Regards
    Werner
    Attachments:
    windows instruction.vi ‏21 KB

  • Can you give me a example about JAXRPC and...

    i found in the examples of coffee break the javabean is the format of return data from JAXRPC.i want to realize that the xml is the return data format.so how can i do?and please give me an example of the JAXRPC whose format of return data is xml

    i found in the examples of coffee break the javabean
    is the format of return data from JAXRPC.i want to
    realize that the xml is the return data format.so how
    can i do?and please give me an example of the JAXRPC
    whose format of return data is xml All JAXRPC messages are XML.

  • Can you give me the example codes for DaqCard-12​00 at register-l​evel programmin​g

    Where could I find some example code in DaqCard-1200 Register_level programming Manual

    This forum is for discussion of Measurement Studio for Visual C++. You can post questions about DAQ to the Multifunction I/O secition here.
    Best Regards,
    Chris Matthews
    National Instruments

  • Can you give me a simpe example

    dear all,
    can you give me simple example about this procedure UTL_FILE.PUTF plz.
    with best regard

    hi try this example
    DECLARE
        v_empfile       UTL_FILE.FILE_TYPE;
        v_directory     VARCHAR2(50) := 'C:\TEMP\EMPDIR';
        v_filename      VARCHAR2(20) := 'empfile.csv';
        v_format        VARCHAR2(200);
        CURSOR emp_cur IS SELECT * FROM emp ORDER BY empno;
    BEGIN
        v_format := '%s %s, %s\\nSalary: $%s Commission: $%s\\n\\n';
        v_empfile := UTL_FILE.FOPEN(v_directory,v_filename,'w');
        FOR i IN emp_cur LOOP
            UTL_FILE.PUTF(v_empfile,v_format,i.empno,i.ename,i.job,i.sal,
                NVL(i.comm,0));
        END LOOP;
        DBMS_OUTPUT.PUT_LINE('Created file: ' || v_filename);
        UTL_FILE.FCLOSE(v_empfile);
    EXCEPTION
        WHEN OTHERS THEN
            DBMS_OUTPUT.PUT_LINE('SQLERRM: ' || SQLERRM);
            DBMS_OUTPUT.PUT_LINE('SQLCODE: ' || SQLCODE);
    END;The following is the contents of empfile.csv created above:
    C:\TEMP\EMPDIR empfile.csv
    with the employee details

  • (261229964) Q MSGC-7 Can you give an example of chosing different encoding styles?

    Q <MSGC-7> Can you give an example of chosing different encoding styles?
    A <MSGC-7> I will refer you to the online documentation for the encoding information
    at:
    http://e-docs.bea.com/wls/docs61/webServices/develop.html#1036286
    And the JavaDocs for the weblogic.soap.codec.CodecFactory class which describes the
    register method you must use to identify which encoding style you want:
    http://edocs.bea.com/wls/docs61/javadocs/weblogic/soap/codec/SoapEncodingCodec.html

    What is that post supposed to be?

  • Can you give some real-life use of tables in BW?

    Hi,
    In reading links and notes from here, I took a leap to try and understand how tables are used in the BW environment, by following:
    se16
    RSZ* then  F4
    then I Double click on:
    i.
    RSZRANGE        Selection specification for an element
    If execute, I get a table with a several fields with values.
    What is this table suppose to tell me and can you give me a real-life scenario where you made use of such a research to solve a problem?
    ii.
    RSZOPRATOR       Formula Operators
    similarly, here I found fields with operators and mostly numbers.
    What is this table suppose to tell me and can you give me a real-life scenario where you made use of such a research to solve a problem?
    iii. Later I tried RSU* then
    RSUPDDAT        Update rules key figures
    Nothing recognizable here about the update rules.
    What is this table suppose to tell me and can you give me a real-life scenario where you made use of such a research to solve a problem?
    iv.
    Also, sometimes here conversations like, research on which tables have the fields you need and let’s generate reports against them. I though tin BW, reports are always generated against data targets (ODS, Cubes, etc). I didn’t know of tables.
    Can you give a real-life scenario where you had to combine fields in 2 or 3 tables and use them in project?
    Thanks

    Amanda,
    There are many scenarios where you can use the tables behind the screen. But most of the times the scenarios are sophisticated requirement. Suppose your installation has many data targets and all are getting loaded nightly, weekly or even monthly intervals. Usually in most places the person on call will go and look at all the targets in the morning whether all the loads are successful (they would have beeped if something faild during loading at nights). Instead of going thru this manual process you can write an ABAP program which will look at the infocubes and ODS and see how many records were added, transferred, updated success or failure all kinds of information.
    RSA1 is just a front end and all the information you see are all coming from tables which are stored here. go to SE80 or SE11 and search for the tables behind the screens. Every bit of detail that you see is coming from tables or available in tables. There are many tables and they are all relational. So you can pretty much do anything you like in accessing them. Please just read (SELECT) from them. Don't try to delete, insert anything unless you know what you are doing absolutely.
    Hope this helps.
    Good luck with your learning.
    Alex.

  • I have never used Illustrator...can you give me step by step instructions to use your t-shirt template? I watched the tutorials, but they leave out basic information

    Can you give me step by step instructions to use the tshirt template for someone who has never used this program before

    a free trail of lynda.com could help
    lynda.com library | Trial Subscription
    You might also try adobe's set of tutorials.
    What you are asking is beyond the scope of this forum.
    It's sort of equivalent to asking for step-by-step instructions for using cruise control for someone who has never driven a car before.
    You will need to take some time to learn the program before you can successfully create work in it.

  • Can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    All I can say is that I REALLY like my Touch 4th gen because I have all sorts of capabilities in a small form: e-mail, web browsing, news, weather, books, magazines, etc. etc.  Plus lots and lots of apps out there, including so many free ones.  I use the Cloud a lot so it's great to have everything sync'd to my MacBookPro (e-mail, Evernote, Pocket, etc.)
    It would be easier, though, to do some of this, especially magazines, on the iPad mini, but, again, I love the small size of the Touch. 
    As for the 5th gen instead of the 4th, the fifth has Siri and the 3D feature in maps, which are great.  And I'm sure it's a lot faster in iOS 6 than the 4th gen.  And cool colors! 
    Don't know if this helps . . .

  • Mini 110 bios pasword problem Can you give me a Bios unlock code for CNU9443DVL

    Can you give me a Bios unlock code for CNU9443DVL
    Tnank you in advace
    Branko
    This question was solved.
    View Solution.

    Welcome App. Try.
    e 9 l o v v f t 6 k
    Third letter lowercase L.
    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damage that may arise to your system by using these services. Please be aware that you do this at your own risk.
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

  • Can anyone give me an example for crm_svy_..._pai?

    Hi all, I have a survey, there are several questions. After I input the answers, I click the 'CHECK' button, I will check the answers. There will be different response to my answers. If the answer is not correct, I will post an error message.
    And I also need to retrieve data from tables to fill the blank.
    I am a beginner for CRM survey, can anyone help me? I create a FM:crm_svy_..._pai, and code in it right? But how can I do it?
    Can anyone give me an example for crm_svy_..._pai to do what I need?
    Many many thanks in advance!! 
    Heare is an example, but I don't its function and how does it work..
      read table lt_all_values into ls_value
                               with key answer_id = 'get_value'.
      if sy-subrc = 0.
        data: lt_values type crm_svy_api_string_t.
        append ls_value-value to lt_values.
        call method ir_survey_values->values_set
          exporting
            i_question_id = 'set_value'
            i_answer_id   = 'set_value'
            it_values     = lt_values.
      endif.

    Hi Yu,
    Could you tell how you solved your issue?
    Regards and tx in advance,
    Mon

  • Can you give me advice

    i have developed a application and package to jar file, and the application is connected to mysql database. If i want to execute the applicaion, i first install the jre, and then install the mysql database, is so trouble for client. Can you give me some advice that i can distrube the application to client and easy to run anywhere. Thanks!

    G'day Bryanlwc.
    There is a very nice sourceforge project called 'NSIS' which is a very elegent cross platform instalation scripting utility.
    I first used NSIS to autodetect the version of Java, automaticaly install it if required, install mysql & mysqlcc automaticaly, install my java application (quite a few diff jars and dll's) and setup some services (i also use the sourceforge wrapper project).
    I ended up removing all the autoinstalls because of problems with java and mysql. Some installs start up a seperate app, which caused sequencing issues when i installed the schema for MySQL.
    Now I have a web page with a step by step guide to installing our app. The first page attempts to run a java applet that checks the version. It then provides info on whether to install the jre. The next step is for mysql and the final for the NSIS installation program.
    Each step has a url to the program, and is structured for being burnt onto a cd-rom. The NSIS install generated program connects to MySQL and loads a sql file to generate the schema. Also it installs shortcuts for all users, uninstall exe to remove it all and so forth.
    I have also created a upgrade script for NSIS which automaticaly shuts down the services running and does the install.
    All in all, I cannot recommend NSIS enough. Btw it comes with some samples that show how to detect Java. Not complete in itself but will give you a starting point.
    James.

  • Can you giv me a brief introduction regarding selection screen with one eg:

    Hello
    can you giv me a brief introduction regarding selection screen with one eg:

    Hi Ranjith,
    Selection Screens
    Selection screens are one of the three types of screen in the R/3 System, along with dialog screens and lists. You use them whenever you want the user to enter either a single value for a field or fields, or to enter selection criteria.
    Function
    ABAP programs use screens to obtain input from users. The most general type of screen is a dialog screen, which you create using the ABAP Workbench tools Screen Painter and Menu Painter These tools allow you to create screens for data input and output. However, each of these screens requires its own flow logic.
    Defining and Calling Selection Screens
    You often use screens purely for data input . In these cases, you can use a selection screen. Selection screens provide a standardized user interface in the R/3 System.  Users can enter both single values and complex selections.  Input parameters are primarily used to control the program flow, while users can enter selection criteria to restrict the amount of data read from the database. You can create and save predefined sets of input values in the ABAP Editor for any selection screen. These are called variants.  Texts on the selection screen are stored as language-specific selection texts in the program text elements.  If you start an executable report using the SUBMIT statement, the input fields of the selection screen also serve as a data interface.
    Defining and Calling Selection Screens
    You define selection screens using ABAP statements in a program.  Simple statements allow you to create input fields, checkboxes, and radio buttons, and design the screen layout.  If you want to create a screen exclusively for data input, you do not need to create it using the normal dialog programming tools. When you create a selection screen, the system automatically assumes the tasks of the Screen Painter and Menu Painter.
    The rules for calling and defining selection screens in ABAP programs depend on the program type:
    ·         Executable program (type 1) without logical database
    You can use a single standard selection screen and as many user-defined selection screens as you wish. The standard selection screen is called automatically when you start the program.  User-defined selection screens, on the other hand, are called using the CALL SELECTION-SCREEN statement in a program.  The standard selection screen always has the screen number 1000. User-defined selection screens can have any screen number except 1000.
    ·         Executable program (type 1) with logical database
    The standard selection screen for an executable program linked to a logical database is made up of the logical database selections and the program selections.
    ·         Module pools (type M) and function modules (type F)
    You can only use user-defined selection screens in module pools and function modules. These can have any number apart from 1000. You can only call a selection screen from a function module using the CALL SELECTION-SCREEN statement. You can also define selection screens as Subscreens and incorporate them in screens or tabstrip controls.
    Hope this is useful.
    regards
    Ram
    Message was edited by:
            Ramanujan Chitrakootam

  • I have brought a iphone 4 and the person i brought it from has not deleted her icloud account i need her pasword to delete it but hse wont give it to me what can i do how can i add my icloud account can you give me a reasonable answer please. thank you

    i have brought a iphone 4 and the person i brought it from has not deleted her icloud account i need her pasword to delete it but hse wont give it to me what can i do how can i add my icloud account can you give me a reasonable answer please. thank you.

    The seller needs to follow this procedure:
    http://support.apple.com/kb/TS4515
    If she refuses, then as Tim suggested the iPhone is probably stolen. You'll need to contact your local police department and ask how to proceed.
    Regards.

Maybe you are looking for

  • Error in print preview in ALV report

    Hi....All, Good Day. I have developed a ALV report. It is displaying all data properly. The problem is... When I am pressing the print preview button... it is getting dump. The dump short message is....... "Field symbol has not yet been assigned". Ho

  • Sequence in combination with function

    Hi, I have an issue with a sequence in combination with a function. I want to generate some kind of an inventory material report that contains some kind of a material ID (a non-repeating, auto-incrementing number, gaps allowed). However I have to kee

  • Hyperlinks limitations in iPad Adobe Reader

    We have made an interactive PDF in InDesign CC with 89 slides, some forms, 5 hyperlinks to web and 147 hyperlinks to jump to other slides. Generated PDF in Adobe Reader on PC works OK. On iPad looks like iPad Adobe Reader 11.2.4 accepts only round 10

  • I m getting error to access apex plz help

    hi anyone , help me my error log is.. [Wed Aug 01 15:57:10 2007] [notice] FastCGI: process manager initialized [Wed Aug 01 15:57:15 2007] [error] [client 192.168.0.27] [ecid: 1185964034:192.168.0.27:1040:484:1,0] mod_plsql: /pls/apex/apex HTTP-404 ap

  • How to Install Root Certificates

    I'm trying to get Safari to recognize websites that use cacert.org SSL encryption.  I tried the following precedure, which did not work: http://www.mecking.net/2011/02/installing-cacert-root-certifcates-on-ios/ I can get the certificates to show up u