Possible Stupid Question on Aliases

We're on iMS/SunONE 5.2. What I've yet to figure out is how to do something so simple that I may be overlooking the obvious solution. This is to duplicate what /etc/aliases does in sendmail. I.E take an email address which does not match a particular existing user and deliver that message to the specifed recipient. There are two aspects of this which I need to address.
1) Delivery of inbound mail if account is local. For example... [email protected] to [email protected] I think I understand this as I just need to add an alternate address for bob.jones into the ldap. Not centralized but the concept makes sese.
2) Forwarding of inbound mail to other mail servers. For example [email protected] to [email protected].edu where our.listserv.edu is handled by a seperate mail server. In this case the /etc/aliases file sendmail uses makes this dirt simple. Unfortunately i've poured through the iMS docs and have yet to find how to do this. It may have to do with terminology as I'm not sure what iMS calls this type of proceedure. We have many of these (hundreds) and not having a centralized way of handling these would be very very difficult. What is the solution here?
Thanks,
-Patrick

Not a stupid question at all, I fought with the same concept coming from sendmail. The concept is that it's simple to redirect mail using the aliases file (/etc/mail/aliases) and it only took one line to do it.
Under iMS you need to expand your mind and accept that ldap is <insert deity> and everything is done differently.
Alias entries need to be adapted to one of -
individual accounts (mailalternateaddress)
or
a new ldap entry with it's forward settings going to your other addresses.
or
a mail list, for local one to many distributions.
This applies to direct ldap and dirsync mode, however if you're running in dirsync mode, ensure you run the dirsync after making changes.
Finally, if you create an aliases file in -
<msg-home>/config/aliases
and you are thorough on the addresses, they still work.
Just my experience, search for "aliases" in the forum.
Doug

Similar Messages

  • Possibly stupid question re: nvidia driver install

    Hi there. I was wondering... Is it possible to install the nvidia driver without compiling the kernel? I don't want to repartition my drive to give Arch the space it would need to do that, and even if I had the space I'd rather not have to waste time compiling.
    As a side curiousity, if I do indeed need to rebuild the kernel, can anyone explain why I need to? It seems to me that if whoever compiled it in the first place included the sources they used, and if they made a copy available, it would avoid a lot of hassle. Am I wrong?
    Thanks in advance.

    Pink Chick wrote:
    OK - 1.) get source from kernel.org
    OK - 2.) extract it in /usr/src
    No - 3.) ln -s linux-2.6.4 linux (this step is debateable whither is necassary or not)
    OK - 4.) run the NVidia installer (say yes compile me one when it says it can't find any on nvidia's site)
    OK - 5.) update XF86Config-4
    OK - 6.) add nvidia to the modules like of rc.conf
    Just wanted to debate. If you fetched the kernel source, you should have a look inside its readme. There is a strong warning not to link your source to linux. Instead, give your nvidia installer the option where to find the source.
    nvinstaller --kernel-source-path=/usr/src/linux-2.6.4/
    Thanks, I wasn't aware of that. Will not do that any more
    -wd

  • Probably a stupid question about cropping a video..

    OK, so I shot an interview with a black background and once I went to edit it, I noticed a red object in the far right corner. Is there a way I can add black over this object or crop it out? I know this is a stupid question, but I'm new to video and editing in general so I thought it wouldn't hurt to ask.

    There are several ways to accomplish what you want.
    KGCW has talked about the Crop Effect.
    Depending on exactly where the object is, and whether the camera was locked down, it might be possible to duplicate your Clip, place it above your initial Clip, then offset it a bit (Motion>Position), with the Fixed Effect>Motion>Position, and then apply the Garbage Matte to that offset duplicate, effectively Cropping out everything, but a small "patch" from the existing background. Note: if the edges of that Garbage Matte are too hard for you, you could create a soft-edged Track Matte, and use that to hold out the rest of the offset duplicate.
    Another method, and depending on where, and how large the offending item is, would be to go to the Fixed Effect>Motion, and use Motion>Scale to increase the size of the Clip (do not do too much Scale, or quality will suffer). You might also need to do a bit of Motion>Position, to get that red object behind the Video's Frame Size. This will effectively Crop the object.
    Good luck,
    Hunt

  • Here's a really stupid question re servers.

    I am a techie on individual computers with no experience on servers. The aim is to have a server for 5 computers with the following features- ALL files stored on the server, e-mail server, print sharing, remote access away from the office for both mail and files.
    Now all of that is possible I know with apple and I can learn easy enough. What i don't understand is setting up the mail server.
    I currently use "oneandone" where my 10 domains are held with about 15 pop3 e-mail accounts that go to individual computers (expensive business)
    If I buy the apple os server, do I no longer need the mail services of "oneandone"?? I'm confused as to what the pop or smtp server names if they no longer host the mail..Also if it means you can set up unlimited e-mail accounts at your domain, how does the server know its your domain (i.e. can i not just set up [email protected])
    Clearly thats a stupid question and very basic but I'm hunting for an answer!
    Thanks so much.

    Thanks. Tim. point taken and duly noted. On the mail-
    so that means all i need to do is register the
    domains and simply pay for the domain names on a
    yearly basis. Then I ask the domain registration
    company to point MX records to my server and thats
    it? (of course..then I set up the server to host all
    the mail..)?
    That's it. If you use a cheap DIY registration company then you will get access to your own DNS records and so add the MX record yourself. You may want to consider a secondary MX record for when the main server is down - dyndns.org offer this type of service or maybe the domain registration company can offer it. The secondary server service just holds the mail until it can deliver it to the main server.
    It's certainly worth spending a bit of time with a temporary server and a few test domains until you understand the server config and have tested everything out.
    -david

  • What is workflow minimum? (stupid questions from rookie)

    Guys,
    we are evaluating Oracle workflow. If you could help us to answer some of the stupid questions we have - it would help us a lot.
    1. There are two parts of Workflow installation - DB and midtier. Is it possible to use workflow without installing midtier? Our understanding - midtier is used for providing web access for the users to the workflow engine: they can approve/reject, check workflow status etc. But is it possible to perform all these tasks via email only or by building some simple user interface in our existing webtier (which is not based on Oracle webserver, though is using Oracle for the DB layer)
    2. We were not able to configure other schema to have access to workflow successfully - though it looks like this schema has all possible privs set. If we are trying to call wf_engine.LaunchProcess - we are getting privs error. If we call it from the workflow schema - everything is working fine. Does anybody have any successful experience in doing this?
    Thanks a lot everybody for help!

    Hi,
    I do not consider myself an expert at Workflow, but I will attempt to answer your questions (which are not stupid questions by any means)...
    I will answer question 1 in two parts as it is essentially two questions.
    1. "Is it possible to use workflow without installing midtier"
    Workflow is a module inside the Database that is an optional installation.
    No middle-tier needs to be installed as such.
    The middle-tier I believe you are referring to is the Workflow Monitor, this is viewed by configuring either the:
    - Database HTTP server DAD to display the Workflow Monitor
    or
    - Application Server HTTP Server DAD to display the Workflow Monitor
    Configuring the Workflow Monitor for the Administrators is a very good idea.
    Normal users do not normally need to view this page, but read-only acess can be setup (ie. the users connect as a user without the ADMIN role)
    1. "But is it possible to perform all these tasks via email"
    Using Workflow Notifications, emails can be sent to users where they can approve/reject.
    2. We were not able to configure other schema to have access to workflow successfully
    I am not sure why you are not successful here... have you granted execute on wf_engine.LaunchProcess to the other schema?
    Cheers,
    Degan.

  • Sorry for stupid question.  I have just got a download of a piano accompaniment (not from itunes).  I have ?downloaded it - where did it go?!  I cannot find it anywhere.  Thank you so much.

    Sorry for stupid question.  I have just got a download of a piano accompaniment (not from Itunes).  I have played it and think downoaded it but where did it go?!  I cannot find it anywhere!  Thank you!

    Generally it is not possible to download anything from a web site when using an iPhone, so if you were just using Safari, you probably didn't actually download the track but just played it from the web site. If you used some other app, tell us what app and someone may be able to provide further assistance.
    Regards.

  • Little bit stupid question)

    Hey guys! I'm kind of new to c development for as3. I can imagine answer for my question, just want to be sure… anyway
    Is it possible to port remote control wrapper that allow communicate with mac os remote and global media keys? Or is alchemy just speedup tool, which can't bring new possibilities to flash?

    It is not a stupid question. Alchemy howerver has the same sequrity restrictions as AS3, so
    I guess you can not do what you wanted.
    Regards
    E

  • Sorry if this is a stupid question.

    How do I use a group I have created in my address book to send an email to everyone in that group. I'm sure it's very obvious, but I have been using the help feature in both mail and address book and it doesn't explain. I've also searched all over this site. I also don't want everyone on the email list to see each other's email addresses. Is this possible.
    Thanks for any advice.
    Lisa
    G-5   Mac OS X (10.3.8)  

    Lisa, no such thing as a stupid question, you have a question that you couldn't figure out, happens to anyone at some point.
    First, I'm assuming you indeed have a group formed in AddressBook (AB)
    - go to Mail and compose a new mail
    - click on the small button you see here in front of Account
    - and select Add Bcc field from the drop down menu
    - you should see the AB icon on top of the message window toolbar (if not, do a Customize Toolbar... and drag that AB icon there.
    - select the Icon, your AB data should now appear, including the group
    - select the group in the left column, and select all addresses in the right column (apple-A)
    - press To: button
    Now all your addresses will go to the To: field which you do not want. Copy all addresses in the To field (use apple-X to cut), then paste them in the Bcc field with Apple-V
    set your own email address in the To: field as this field should not remain empty
    insert message and send !

  • Checking My Processor - stupid question?

    Hi there,
    Forgive me if this is a stupid question. I've got an MBP Core 2 Duo 2.33 15.4" with 4Gb RAM.
    I'm confused over something. When I look at Istat Pro in the Temp section I'm only getting a listing for CPU-A. As the processor is a dual core, should I be getting a CPU-B? If so how can I do a test to see if something is wrong?
    Thanks in advance.
    Simon

    Look in Activity Monitor (Applications/Utilities) and see the CPU tab - are there two graphs of processor activity? Each corresponds with a single core. Also, it is possible that the program just doesn't read the temperature sensor for the other CPU, or there simply isn't one present.

  • Hi! This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ip

    Hi!
    This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ipod still work with it??? Or would his ITunes just see my IPod? Or does his Ipod ID change to my ID?
    Or does it work without any problems, to setup two IDs on the same computer??
    Thanks!

    Hi!
    This might be a stupid question, but I just bought an IPod G5 60 GB. When you firstconnect your IPod you have to setup your ID. I'm using my brothers computer, who has an IPod too, so now I'm wondering when I set up my ID with his Itunes does his Ipod still work with it??? Or would his ITunes just see my IPod? Or does his Ipod ID change to my ID?
    Or does it work without any problems, to setup two IDs on the same computer??
    Thanks!

  • Really stupid question - Migrating from 6i to 11g

    Hi all,
    I'm a developer that have been working with oracle since Forms 3, right now I use Forms 6i and I would like to know what I need to use Forms 11g. I understand this new environment is web based, but to start developing and deploying, what I need? for example if I buy the Oracle Forms & Report 11g, I also will need the OAS? or just with Forms and Report I could deploy (somehow) the application?
    Please don't flame me, I just want to understand how this works now.
    Best Regards

    As my old college profession used to say - "The only stupid question is the one that doesn't get asked!" Forms 11g only supports web deployment. This means you will need the OAS with the Forms and Reports Services installed as well. Typically, the setup is three tiered ( 1 server = Database, 1 server = Application Server, 1 server = Infrastructure server ). You don't have to set up the technology stack multitiered - all three could reside on the same server or you could have the all three on the same machine but is not recommended. I would at least have the database on a server seperate from OAS.
    Here are a few links to get you started.
    Oracle Documentation
    * Check out: Development Tools - Oracle Forms, Middleware - Applications Server - Oracle Fusion Middleware 11g and Middleware - Data Warehousing and Business Intelligence - Oracle Reports
    Since you will be upgrading from Forms 6i to 11g, be sure to visit the Oracle Forms-Upgrading Forms 6i to Forms 11g documentation.
    BTW, welcome to the forums!
    Craig
    If a response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on May 6, 2010 2:09 PM

  • Stupid question re iTunes match and family sharing

    So, here is my dilemma...we have a large family and a ton of os devices--iphones, iPads, apple tv's, iMacs, MacBooks, etc.  Up until now, we have set everyone up on the same apple id, which has been crazy--my and my wife's phone ringing with the kids' FaceTime calls, me not being able to sign into iTunes match because there were too many devices associated with our account, and so on.  Now, wit the upgrade to iOS 8, my wife's phone is ringing when I receive calls and vice versa.  So, I was looking into the family sharing, but am not sure how that affects iTunes match.  I want to keep my iTunes match, because I have a huge music library and enjoy being able to listen to my music anywhere.  I guess my questions is, what is the best way to set up my accounts now?  Keep my apple id for my iOS devices, and set everyone else up as a "family member" under sharing with them having their own apple id's?  If so, what does that do to my iTunes match library?  can I keep iTunes match and still have family sharing on?  I don't care if I can share my music library with everyone in my family, but what I do care about is that I don't want to lose my access to iTunes match and my entire library, some of which consists of songs downloaded 7 years ago.  I know it's a stupid question, but as much as I've read and searched, I still haven't found the answer to my question.  Any help or advice would be greatly appreciated.  Thanks.

    Sounds very bad... you can try this, create a account for each member of the family, delete all products (leave all your devices as new) and put the accounts in the devices again, for example, this iPad is from the kid, put the Apple ID of the kid in her iPad, after, this iPhone is from your wife, put the Apple ID from your wife in her iPhone. But remember, the purchases save in the Apple IDs when the family use before, for change the purchases contact with Apple.

  • This is a stupid question but I needed to ask because I don't want to go there and not being able to buy it, but can I get the iPhone 5 brought straight there when I go to an apple store?

    This is a stupid question but I needed to ask because I don't want to go there and not being able to buy it, but can I get the iPhone 5 brought straight there when I go to an apple store?

    And I meant go to the apple store physically without preordering it online, and I meant the Southampton one. So could I just stroll in apple store and buy a iPhone 5 in Southampton apple store and buy the iPhone 5 straight away? Because I didn't want to have to wait? I just want to go in and buy it and go out with it, if you guys get what I mean? And felipeV if it is in stock could I just buy it and leave with my iPhone 5?

  • Probably a stupid question

    just got a macbook pro and want to be able to use the webcam to chat with my hubby on his PC when he is out of town on business. he does NOT have a webcam so we need to know what kind he can get that will allow us to talk and see each other. i know this is probably a stupid question but we are new at this.....

    Welcome to Apple Discussions, bevs
    Any PC webcam that is compatible with your hubby's PC system, (Windows?) OS, and chat software will work. Best suggestions will come from the "Help" pages for his chat applications software.
    For you to be able to video chat with your hubby, it is important that you choose applications software that offers "cross-platform" (Mac to PC) video chat capability. There are several choices available, but Skype probably currently offers the best balance between ease of use and reliability in free cross-platform video apps.
    Whichever apps (and camera) you and hubby choose, everything must be compatible with your respective computers and operating systems. I mention this because your posted system info shows macbookpro   Mac OS X (10.0.x). Mac OS X (10.0.x) is now five major upgrades old. No MacBook Pros shipped with Mac OS X (10.0.x), so I expect that your system info just needs to be updated. However, if I am wrong, you will need to upgrade your Mac OS to use Skype, because Skype's System Requirements show you must use Mac OS X v10.3.9 Panther or later. I do not know any video chat apps that work with Mac OS X (10.0.x).
    In order to use Skype, both you and your hubby will need to download and install your respective versions of the Skype software. Skype offers free AV connections between computers (although its website seems to concentrate on its for-fee telephone connection service,) it is easy for most users to configure and set up, and it offers cross-platform audio with its video chat. (Not all video chat apps offer simultaneous audio.)
    Your iSight will work with Skype, as will most PC webcams for your hubby. For more information now, or for help if you encounter problems using Skype later, Skype offers comprehensive support that includes a dedicated Skype Forum as well as technical support directly from Skype in addition to its online FAQ and Knowledge-base.
    If you decide to go with Skype, your hubby can get Skype-specific suggestions for PC webcams here.
    Please let us know if you need any other info before you can mark your question "Answered." We will be happy to try to offer more focused suggestions for your specific questions.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.1)  External iSight

  • Probably a stupid question about upgrades...

    I originally bought Adobe CS3 Web Premium and upgraded to CS5.5 Design Premium last year.  I'm wondering if I upgrade, will my price be based on the CS3 license or the CS5.5 upgrade...?
    I'm guessing it will be based on CS5.5, but I want to make sure.
    -A. Ka

    There are no stupid questions!
    Regardless of whether you got to CS5.5 via upgrading to it or by originally licensing CS5.5 is irrelevant in terms of the upgrade price to CS6 as well as the media you use for the upgrade.
              - Dov

Maybe you are looking for

  • How do i make a slideshow with iphoto for my mother and view on apple TV?

    How do i make a slideshow with iPhoto fo rmy mother and view on my appleTV.  I guess i need to know the best/easiest way.  Do i create a slideshow in iPhoto and then it will automatically pop up on my apple TV Photos?  or is it really not that easy? 

  • .MOV file won't open in quicktime

    I have a Macbook Air OS 10 version 10.7.2 , Processor 1.68 ghz intel core i5, memory is 4gb 1333 mhz ddr3. When i drag the .mov quicktime movie file into quicktime player i get this error message: "The document could not be opened. the movie's file f

  • Create automatically PO from SO for commission agent

    Hi gurus, I have to manage commission agent in SD. I create agent as client and I insert this information in SO throw Partner Function I calculate commission for agent throw pricing condition (statistical) Can I link these information to create an au

  • Help with Adobe Flash Player Installation

    I need help.  I have tried several time to download Adobe Flash Player to my computer.  But when I get to about the 50% point of the installation I get a message that says "Please close the following programs to continue.....and a small box appears w

  • 7.20 NwSapSetupAdmin does not start

    hello all! via NwCreateInstServer I am setting up a 7.20 installation server on an Windows 2003 server. After installing and patching the server I am getting the "installaton succeeded"-mesage, but when I am starting NwSapSetupAdmin nothing happens.