Vacation responses for SA-style virtual users

We've chosen to implement virtual users via Server Admin, rather thsn by manually editing files. We're now looking for a way to implement vacation responses. According to the 10.4 mail documentation, Sieve won't work with virtual users implemented this way. What are the alternatives to Sieve, specifically for vacation responses? Thanks to whomever can help.

I am sorry to disappoint you, but there is no easy
way of doing this. You'd be better off implementing
postfix style virtual aliases.
I was afraid you'd say that but thanks for the reply.

Similar Messages

  • [solved] VSFTPD + Virtual Users + different home directories

    Hi All,
       I've been trying to get VSFTPD setup to allow ftp access to some of my clients to access their web files. I've got VSFTPD up and running via the Wiki, but my virtual users can't log in. The only thing that I didn't do from the wiki was the "useradd virtual" as I didn't think it was needed. Also, the wiki only covers one directory for all users, I want to have each user to have access to their own web directory and nothing else.  I think I may just have something a little off in my vsftpd file. Thanks!
    vsftpd.conf
    anonymous_enable=NO
    local_enable=YES
    write_enable=YES
    dirmessage_enable=YES
    xferlog_enable=YES
    connect_from_port_20=YES
    data_connection_timeout=120
    listen=YES
    virtual_use_local_privs=YES
    pam_service_name=vsftpd
    guest_enable=YES
    user_sub_token=$USER
    chroot_local_user=YES
    hide_ids=YES
    local_root=/srv/http/$USER
    Last edited by GravityGripp (2009-05-14 17:36:19)

    GravityGripp wrote:
    I don't think it's a directory permissions issue as it's telling me that my login is incorrect.
    Here's my /etc/pam.d/ftp
    auth required /lib/security/pam_userdb.so db=/etc/vsftpd_login crypt=hash
    account required /lib/security/pam_userdb.so db=/etc/vsftpd_login crypt=hash
    here's part of my auth.log also.
    May 14 08:14:08 arthur vsftpd: pam_unix(vsftpd:auth): check pass; user unknown
    May 14 08:14:08 arthur vsftpd: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=current_user rhost=127.0.0.1
    May 14 08:24:14 arthur vsftpd: pam_unix(vsftpd:auth): check pass; user unknown
    May 14 08:24:14 arthur vsftpd: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=current_user rhost=127.0.0.1
    Hi GravityGripp,
       as posted at the beginning of the thread in /etc/vsftpd.conf the 'pam_service_name' option is 'vsftpd' but here you are referencing /etc/pam.d/ftp as PAM service name but in vsftpd.conf you told to use 'vsftpd' as PAM service for auth.
    About your need to define different directory for each ftp virtual user in my installation I allow ftp access to virtual users (defined in MySQL and auth  via pam_mysql); to let users have access to their own ftp directory (with different auth read only / read-write) I used the user_config_dir option (see man vsftpd.conf).
    Here an extract of my '/etc/vsftpd.conf':
    # This powerful option allows the override of any config option specified
    # in the manual page, on a per-user basis. Usage is simple, and is best
    # illustrated with an example. If you set user_config_dir to be /etc/vsftpd_user_conf
    # and then log on as the user "chris", then vsftpd will apply the settings
    # in the file /etc/vsftpd_user_conf/chris for the duration of the session.
    # Default: (none)
    user_config_dir=/etc/vsftpd/vsftpd-user-conf
    Each time I add a new ftp virtual user that need a personal ftp directory, under the dir '/etc/vsftpd/vsftpd-user-conf' I create a file named as the username where I define the personal ftp directory and the auth on it (RO or RW).
    Example for user 'test' (file '/etc/vsftpd/vsftpd-user-conf/test'):
    # vsftpd per-user basis config file (override of any config option specified
    # in the vsftpd server config file)
    # TEMPLATE
    # User test - Description for user test
    # Set local root
    local_root=/srv/vsftpd/test
    # Disable any form of FTP write command.
    # Allowed values: YES/NO
    write_enable=YES
    Of course the dir must exist and have the right permissions to allow the user to connect.
    Hope that this will be of help.
    bye

  • Any report to check vacation rule for users?

    any report to check vacation rule for users?

    Hello Anand,
    there is no report but you may use the production order info system with list "components" and create a layout contaning the issued quantity and/or the final issue indicator. With a correct sorting, the list should show all orders with non-issued components at the top.
    Regards, Andreas

  • IProcurement is not a valid responsibility for the current user. Please contact your System Administrator.

    Hi All,
    When I am trying to click on the 'iprocurement Home page' menu in the iprocurement responsibility getting the below error message in R12;
    "iProcurement is not a valid responsibility for the current user. Please contact your System Administrator."
    Can any one let me know how to resolve this?
    Regards
    Joseph

    Hi Joseph,
    I am assuming that the user actually has the iProcurement responsibility assigned to them. If so, try the following solution from note 1560400.1:
    1) Logon with System Administrator responsibility
    2) Navigate to Profile > System, click on User and enter the user name
    3) Search for profile 'Applications Start Page'. Delete the value set at user level and save
    4) Retry
    Regards,
    Cheryl

  • Pure-ftpd - different permissions for virtual users?

    I seem not to be able to find out how I could declare different permissions for different virtual users. In /etc/pure-ftpd.conf exists one line to declare permissions using
    #umask file:folder
    umask 133:133
    umask matches the numbers to 'UserGroupOthers'.
    Now that virtual ftp users belong to a real existing unix user / group, I wonder who is Users, Group and Others?
    Users = virtual ftp user ?
    Group = virtual ftp group ?
    Others = anonymous visitors?
    How can I tune it, so one virtual user can add files - f.e. to be used by a scan station - while others shall only read, having anonymous disabled?
    This gives me a headache.

    Ok, let me think.  What did I do? 
    I had different users.  User X, Y and Z.
    Then, I had a shared directory above their home directories.
    While in the system, (not in pure-ftpd) I symlinked.
    (Note that doing something in user X's directory, like ln -s ../shared didn't work---I had to do ln -s /usr/home/ftpuser/shared).
    Then, I ~think I played with the permissions on shared and got what I wanted. 
    Then, after a few hours on this, they changed their minds about what they wanted, everyone was allowed to use shared, but different companies had to have their own directories, so I no longer have that config.
    For what it's worth, you can take a quick look at my page
    http://www.scottro.net/qnd/qnd-pureftpd.html
    but I don't think it covers that situation.
    HTH, though I doubt that it did.

  • Chroot SFTP for virtual users

    Anyone tried this on Arch?
    http://www.minstrel.org.uk/papers/sftp/
    Basically allowing chrooted virtual users SFTP access (no users/shell access). I thought of switching completely to SFTP from FTP/SSL, but don't want to add a user for each virtual host.
    Last edited by phrozen (2013-08-24 15:54:51)

    To allow virtual user on the site, you need add a SAML authenticator provider to the security realm. From the log, I don’t see there is a SAML authenticator configured. This SAML authentication provider is used by SAMLIA to authenticate (in fact, it simply returns an authenticated identity) the virtual users.
    You should also pay attention to the control flags of the newly added SAML authenticator and your existing DefaultAtn provider. For example, the control flags can be set like this:
    SAML Authenticator - SUFFICIENT
    DefaultAtn - SUFFICIENT
    If DefaultAtn’s control flag is set to REQUIRED, “Virtual Users” will not work, too.

  • Functional Administrator is not a valid responsibility for the current user

    Hi,
    I have sysatem administrator responsibility as I am DBA on PRD. I assign myself functional administartor responsiblity. Now when i access fucntioanl administrator responsiblity,
    I am getting error as
    Functional Administrator is not a valid responsibility for the current userPlease help as I need to look at SSHR page for the use who is getting error while laucnhing
    Employee Self Service >>> My Benefits Data >>> Financial Profile
    Error: the requested URL was not found, or cannot be served at this time
    Please help for how I can access functional administrator resp to work further on users issue

    Please post the details of the application release, database version and OS.
    Have you granted “Security Administrator” role to your user? If not, please do so and check then.
    Also, check Apache log files for any errors.
    Thanks,
    Hussein

  • How many concurrent users are allowed for an Azure Virtual Machine?

    How many concurrent users are allowed for an Azure Virtual Machine?
    Please share the details with the Azure VM size. Currently I have Standard VM of size D13(4 cores, 28GB RAM)

    Hi SanPSK,
    Thanks for posting here.
    I suggest you to check this article for Azure VM size
    https://msdn.microsoft.com/en-us/library/azure/dn197896.aspx
    For the concurrent users on VM - A maximum of 2 concurrent connections are supported, unless the server is configured as a Remote Desktop Services session host.
    Girish Prajwal

  • API to share users and responsibility for a discoverer report

    Hi Everyone,
    Is there any API exists to share users and responsibility for a discoverer report from the database?
    Thanks
    Pramil

    Hi,
    You can use the Discoverer EUL command line for Java interface (EULAPI). This is a java utility then runs on the Apps server so you can use it with a shell script. For example,
    eulapi –connect <connect string> -grant_privilege –workbook_access rodw.myworkbook –apps_responsibility Financials
    See the documentation at http://download.oracle.com/docs/html/B13919_03/ref.htm#sthref120
    Alternatively, you could create your own API that added new records to the EUL5_ACCESS_PRIVS table. However, this is not a supported approach and you need to understand the structure of the EUL tables to do this.
    Rod West

  • Interest check in virtual user group

    Members of the extended SAP on i technical team from SAP and IBM often participate in several SAP on i user groups around the world.
    We know there are many more SAP on i clients out there that would appreciate a live discussion with IBM and SAP and other clients using SAP on i, but for whatever reason have not been able to join one of the existing users groups or make a visit to Rochester or Walldorf.
    The SAP on i technical team is considering the idea of creating a virtual users group.  Meetings would be held 3 or 4 times a year.   We have not yet decided upon a format - teleconference,
    webinar and podcast are options - but we need to have some idea of the interest level first.
    Discussions could include things such as
    -new announcements for Power and IBM i and what they mean in an SAP environment from a technical perspective.    
    - more detailed technical topic education like Java tuning, HA solution options with IASP and SAN, Single signon discussion.
    - client experiences with certain technologies
    We'd like to get the community to participate in setting the agenda - IBMers and SAPers can be resources.
    If you would be interested in participating in something like this, please reply to this thread.  Please include topics that you'd be most interested in.  Know that the SDN moderator may pass your email address along to me.   We hope to know if and how we'll approach this in a few weeks depending on the responses we get.
    Thanks,
    Ron Schmerbauch
    Technical team lead for SAP on i - IBM Rochester.

    Hi Ron,
    Very interesting !!
    For us could be important this questions:
    - Performance
    - SQL Tuning and optimum development ( also quality assurance )
    - Flash copy for SID refresh
    - New applications of the platform
    I think that also could be interesting any kind of physical event, once a year. To discuss all this threads and get feedback from other customers of the platform.
    Regards,
    Joan B. Altadill

  • How can I use iweb 1.1.2 for more than one user account on my macbook?

    I wonder if someone can guide me or point me to a previous answer on this, since I haven't found one. I'm simply trying to use iweb 1.1.2 on two user accounts (both labled as administrators) on our macbook. The program functions fine on one account, but when I switch over to another user account on the computer iweb will open, but does not let me start a new page, save, etc.
    Thanks much for any response.

    Welcome to the discussions. If iWeb's menus are greyed out, the following trick has worked for some:
    In the user account which does not let you start a new page, save, etc. — Quit iWeb. Start iPhoto. Select a couple of photos, click on the iWeb icon at lower right and choose Photo Page. iWeb will open up and invite you to choose a template for your new Photos page. Choose any template so that the page is created and then delete that newly created page.
    ...Now perhaps things are no longer greyed out in iWeb.

  • Vendor Responsibility for Purchasing Groups

    Hi experts!
    We should assign vendor responsibility for purchasing groups, what means depending on which vendor / source-of-supply is selected in the shopping cart the correct purchasing group is assigned.
    Do you have any idea how to handle this in SAP standard?
    Can we use a BADI to help out?
    Many thanks for your ideas.
    Best regards,
    Corinne

    Hi
    Lots of BADIs are there, which can help out ->
    BBP_PGRP_ASSIGN_BADI                  EBP Purchasing Documents: Assign Purchasing Group(s)    
    BBP_PGRP_FIND                                        Shopping Cart: Determine Responsible Purchasing Group(s)
    <u>Related links to check out -></u>
    Re: How to assign purchasing organization to a vendor using the GUI interface??
    Multiple purchasing group responsibility?
    Re: SRM 5.0 - Assign user to multiple purchasing groups?
    Re: Purchasing Group and User Assignment
    How can we change the purchasing group which it is maintained in R/3?
    vendor not intended for a puchasing org
    <u>Other related BADIs -></u>
    BBP_DOC_CHANGE_BADI
    BBP_DOC_CHECK_BADI
    Hope this will definitely help.
    Regards
    - Atul

  • Virtual users

    I've only just recently migrated to OSX server since the release of snow leopard. Ive come from a debain server.
    I used to be able to have a virtual user table under sendmail allowing me to have multiple domains with similar usernames in each domain thus:-
    [email protected] domain1username
    [email protected] domain2username
    It seems under workgroup manager (is this the place to add these?) under shortnames even if i create a shortname for domain1username that is [email protected] and a shortname for domain2username that is [email protected] the mail server wont allow mails for [email protected], bouncing with the error message <[email protected]>: User unknown in virtual alias table
    Can anyone shed any light or point me to a manual/fix?
    Thanks muchly!
    Andy

    Here's what I've found that works.
    In WGM in addition to the shortname you need to add the email address. In this case your username for domain1 and domain2 are the same.
    andy 
    [email protected]
    [email protected]

  • Create "Sysadmin Read only" Responsibility and add to Application user.

    Hi
    I am using 11.5.10.2 (Single node installation) on RedHat LinuxAS4 OS. I have couple of requests from the users.
    Issue 1:
    The user has requested to "Sysadmin Read Only" Responsibility and attach that responsibility to his user. Please find below the request raised by the user.
    Can u add query only access for Sysadmin responsibility as I need an option to check the values assigned to each profile option and other relevant functionalities in sys_admin responsibility.
    Issue 2:
    The user is unable to open two forms simuntaniously. I was asked to set a profile option for that, please let me know which profile option is that.
    Thanks and Regards
    Amith

    Amith
    Issue 1:
    Refer the following thread
    System Administrator Read-Only responsibility.
    Issue 2:
    Perform the following steps
    System Administrator ->Security->Responsibility->Define
    Query the responsibility for which u want to enable Multiform access
    In the Menu Exclusions tab add
    Type: Function
    Name: Navigator: Disable Multiform
    -HTH
    Regards
    Mahesh

  • Style by user/group

    I have 1 corporate portal page group, but we have 3 divisions. Each division has their own style settings. How can I set all pages in the page group to display with style of user's division
    ex: div 1 style = div1mstrstyle (mostly green)
    div 2 style = div2mstrstyle (mostly brown)
    if a div 1 user signs on all their headers footers ect should be green, but if a div 2 user signs on they would be brown

    hi,
    it is not possible to have styles/templates based on users/groups.
    however, here is an idea of how you could achieve this.
    1. create 3 differnt page groups for each department. if you do not want to duplicate the content (items) you could have 1 page group to hold the content. in the division home pages you just reference the items from there and use the layout of the division home page to render it. 2 ways to do this:
    - use the auto-query search portlet and query content from there
    - use page portlets
    2. creat 1 page group with 3 sub-pages. 1 for each division. you can apply a different layout for each folder (and sub-folders).
    regards,
    christian

Maybe you are looking for

  • Dynamic Heading in Interactive Report

    In standard reports it is possible to create dynamic headings using PL/SQL. Does anyone know of a way of doing this for Interactive Reports? I have a report that needs to change date headings dependant on the selected start date. Thanks, Jon

  • New iTunes 7.4

    Since I made the error of updating to the latest (at the time) iTunes a year ago..I haven't updated it since due to the horrors that happen after the initial update. So what's wrong with 7.4 that I need to avoid? I am on 7.3.054..and it works fine sa

  • Call sap transaction in view element

    Hi together, I'm a WD beginner. So I want to know how can I start/show a sap Transaction in a UIElment. I don't want to start an external window. I searched a Long time here in SCN. Some guys said it is not possible  ?!?!?! Thanks a lot Wolfgang PS:

  • Gmail alternate email address

    Hey, I have various (non-Gmail) email accounts setup in my Gmail account. One of these alternate accounts is actually the default Send As address in Gmail. When I send from Gmail web it correctly uses the specified default Send As address, and recipi

  • How can I configure an OSGI component to run only in author mode and not in publish mode?

    Using scr annotation we could do the same my mentioning "@scr.property name="run.modes" values.0="author" values.1="publish"" , but how to do that with  org.apache.felix.scr.annotations.Property annotation ?