Deliver locally and forward to alternate domain?

Is there a simple setting that would allow Postfix on Mac OS X to deliver messages locally as well as relay a copy to an alternate domain?
For example:
Let's say I have my server configured to deliver mail locally for '[email protected]' and I want to also relay a copy to '[email protected]'. I already have an entry for 'new.example.com' added to the transport map, I just need to tell Postfix that for every '[email protected]' message it handles, to relay a copy to '[email protected]'.
If there is not a simple, global way to do this, would I just have to create the following .forward file in each user's home directory:
[email protected], \user
or, maybe more simply, add the following to /etc/aliases, one for each user:
user: user, [email protected]
Correct?
Thanks.

After consideration, I figured it would just be easier to use the .forward method instead of futzing around with the Postfix config.
Thanks!

Similar Messages

  • Local and ISP DNS

    Hi all,
    i have a local DNS server for some local stuff like website,ldap and so on and the normal ISP DNS.
    On Client i have entered the local DNS IP (xxx.xxx.xxx.xxx) and the ISP DNS IP (yyy.yyy.yyy.yyy).
    So here is my problem when the Local DNS IP is on top of the table i can surf only the local websites but not the public. vice versa is it for when i have the ISP DNS IP on top. what can i do to surf all website, the local and the public.

    Your DNS is asking a "lame" server for DNS; you're not getting an authoritative response to the query.
    The target DNS server for the query isn't configured correctly; the local DNS server has found a target DNS server for the domain as being authoritative for the zone, but the target DNS server is not configured as being authoritative for the zone.
    i configured my router for forwarding the port 53 to my local dns, but it didn't solved the problem!
    That's not what I'd choose here.
    Your clients are aimed at your DNS server. Your DNS server is aimed at your ISP servers. Your firewall is set to pass DNS out, but (generally) to block inbound DNS requests. Your DHCP is set to serve your DNS server address. If you've been tossing configuration changes and such here within your clients and your DNS servers, then you may well have some stale stuff in the DNS caches, too.

  • Messaging Server and mix of local and remote server mailboxes?

    Admittedly I am a messaging server noob. Sun came in and installed our Sun JES Server for us.
    That server is our LDAP, mail, and IM server.
    We would like to start using gmail for domains for some of our users, but not all of them.
    We use Postini for spam filtering. Right now if someone from the Internet sends an email to our domain, the mail is filtered by postini and then proceeds onward to our mail server and then local delivery to the correct mailbox.
    With Postini we believe we can set it so after filtering, some email accounts can proceed to our server while others proceed onto the gmail servers.
    The problem I foresee though is when sending mail internally. When we send email in house, email doesn't go through Postini and just gets delivered locally.
    Is there a way in the messaging server to make it so some address continue to be delivered locally while others continue on to a remote server (i.e. either to Postini or gmail servers directly) ?

    slo_chewie wrote:
    Does the email recipient address change when the email is sent to gmail i.e. does an email sent to [email protected] become [email protected]?
    We've got google for domains setup, so users would retain a @domain.com address regardless if there mailbox was hosted on the internal server or hosted at google.You can make use of the mailRoutingAddress: user attribute and source routing to get the desired behaviour e.g.
    => Set the following value to the LDAP entry of the user who is hosted on the gmail server. The "[email protected]" address should match the users mail: address:
    mailRoutingAddress: @gmail.com:[email protected]=> Ensure the following option has been tcp_local channel in your imta.cnf file. This option strips off the "@gmail.com" value of the recipient address before sending the email to the gmail.com servers.
    dequeue_removerouteMake sure you run "./imsimta cnbuild;./imsimta restart" after modifying the imta.cnf file.
    Regards,
    Shane.

  • Forward by TO domain

    Dear,
    I am a new in Ims52, I have a problem, and i don't know how to solve it!!
    For example, we want to sent a mail to [email protected]�Cwhen IMS get this mail, we want it check the mail is going to domain "yahoo.com" and forward to another mail server like mail1.mydomain.com. I think that rewrite rule can do it, but i don't how to config it, can anyone help me??

    Easiest way I can think of to achieve this is to:
    1. Create a channel for each such domain. To do that, basically replicate the tcp_local channel block, changing the "local" word to something that you will recognize as having to do with yahoo, like, "tcp_yahoo".
    2. Use the "daemon" keyword to route messages sent through the channel to your outbound server, "daemon mail1.mydomain.com".
    3. Add a rewrite rule:
    yahoo.com $U$D%tcp_yahoo_daemon
    recompile your configuration, and restart dispatcher. done.

  • Want to Access local and Network

    Hai
    I am doing an Application with XML in Local, and i have
    multiple link buttons to Relevant sites
    My application files are in Local and XML also in local
    folder
    When i click the link button , Flash player not permitting to
    access links. I wnat to change global settings in Adobe
    When i put them in server it works fine
    I have compiled the application with compiler argument
    -use-network=false
    If i change that to -use-network=true i can access to weblink
    , but i cant get data from local folder My flex application is
    Blank
    I also tried by setting system.security.allowdomain("*")
    and all security options
    when i trace sandbox type it says "localTrusted"
    I have an idea of changing configuration file in Flash player
    #security folder, I tried and it works fine. but my client thinks
    it is little tough.
    I need help to overcome this . Can any please help me .
    I wnat to access data from Local folder and Want to Link to
    Web.
    My application is in Local Harddrive
    Thanks
    Murugan

    You cannot easily do this. If your app is delivered via a web
    domain, then you cannot access both network and local assets.
    The only way to do what you ask is to physically install the
    application in a trusted folder.
    See this doc:
    http://livedocs.adobe.com/flex/2/docs/00001953.html
    and this for details on hot to set it up:
    http://livedocs.adobe.com/flex/2/docs/00001952.html
    Tracy

  • The back and forward buttons on Logitech mouse don't work

    My logitech performance MX back and forward buttons don't work. I tried in safe mode and they still don't work. I tried creating a custom shortcut in logitech setpoint and that didn't work either. I tried using the native mouse driver and not logitech. No luck.
    I really like this functionality. Is there a way to enable these buttons?

    Hi mike,
    i'm not sure if this will help but how about this add-on called "Vimperator". It is easy to use and works like vim. (Try this as an alternate till we figure out the problem) :)
    Hope that helped.

  • Does JMS support reliable messaging (store-and-forward) for app clients?

    I need to write an enterprise application client (launched with Java web start or packaged with a tool like Sun's package-appclient) that can send messages reliably from Linux to Windows. JMS seems like the obvious solution, so I deployed an EAR file with an MDB and an application client on a Windows machine (running SJSAS 9). I was able to download the client jar file onto Linux and send JMS messages successfully. However, if the Windows machine is not available, the Linux client immediately throws exceptions and fails. Are there any JMS providers that provide a store-and-forward mechanism for enterprise clients, so that if the remote server is not available immediately, messages are delivered later? (Note that the client can't be a servlet or other server-managed component.)
    I'd prefer an open-source solution, but this requirement has an extremely high priority for my customer, so I'll use a commercial product if necessary. And if there's something other than JMS that works, that would be fine. (In my case, the messages on the remote side ultimately go to a .NET service, so WS-ReliableMessaging would be ideal, but it looks WS-RM won't be integrated into .NET until Vista, and the current WS-RM implementation is a beta, etc., etc.)
    Thanks,
    Mike

    You could use Apache ActiveMQ
    http://incubator.apache.org/activemq/
    which supports embedded brokers inside each JVM which can be networked together in a store-forward mechanism so that each application keeps working and store-forwarding messages.
    http://incubator.apache.org/activemq/networks-of-brokers.html
    or you can use failover transport to handle automatic reconnection...
    http://incubator.apache.org/activemq/how-can-i-support-auto-reconnection.html
    If you need to communicate with some .Net you can use the NMS - the .Net Messaging API which has a client for ActiveMQ as well...
    http://incubator.apache.org/activemq/nms.html
    James
    http://logicblaze.com/
    Open Source SOA

  • Terms of Payment for Local and Import Purchase Order

    Hello Experts,
    I am SAP FICO Consultant, I am given a task of maintaining payment terms for local and import purchase order, I would highly appreciate your help in this regard. I know I can maintain payment terms via OBB8 but I am not sure that how to cover the following scenarios.
    1. 100% Advance
    2. 50% Advance, Balance in 07 Days (usually balance immediate with delivery is accepted but it is paid in 07 days for the record)
    3. 25% Advance, Balance in 07 Days
    4. 10% Advance, Balance in 07 Days
    5. 30 Days Credit
    6. 15 Days Credit
    7. 07 Days Credit
    IMPORTS
    1. 100% Irrevocable LC in advance
    2. 100% TT in Advance
    3. 50% TT in advance & 50% before shipment.
    Looking forward to hear from you.
    Regards
    Muhammad Yousuf Ali

    Hi
    <b>All the Local as well as the R/3 data gets stored in the SRM tables ->
    BBP_PAYTERM (Terms of Payment, Backend-Dependent)
    BBP_PAYTERM_TEXT ( Texts for Terms of Payment, Backend-Dependent)
    BBP_TQ02B ( QM System)
    BBP_TQ02U (Description QM system)
    Also refer to Transaction SLG1 for the log created in this case.</b>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • [Forum FAQ] How to install and configure Windows Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely

    As we all know,
    the Windows Server Essentials Experience role is available in Windows Server 2012 R2 Standard and Windows Server 2012 R2 Datacenter. We can add the Windows Server
    Essentials Experience role in Server Manager or via Windows PowerShell.
    In this article, we introduce the steps to install and configure Windows
    Server Essentials Experience role on Windows Server 2012 R2 Standard via PowerShell locally and remotely. For better analyze, we divide this article into two parts.
    Before installing the Windows Server Essentials Experience Role, please use
    Get-WindowsFeature
    PowerShell cmdlet to ensure the Windows Server Essentials Experience (ServerEssentialsRole) is available. (Figure 1)
    Figure 1.
    Part 1: Install Windows Server Essentials Experience role locally
    Add Windows Server Essentials Experience role
    Run Windows PowerShell as administrator, then type
    Add-WindowsFeature ServerEssentialsRole cmdlet to install Windows Server Essentials Experience role. (Figure 2)
    Figure 2.
    Note: It is necessary to configure Windows Server Essentials Experience (Post-deployment Configuration). Otherwise, you will encounter following issue when opening Dashboard.
    (Figure 3)
    Figure 3.
      2. Configure Windows Server Essentials Experience role
    (1)  In an existing domain environment
    Firstly, please join the Windows Server 2012 R2 Standard computer to the existing domain through the path:
    Control Panel\System\Change Settings\”Change…”\Member of. (Figure 4)
    Figure 4.
    After that, please install Windows Server Essentials Experience role as original description. After installation completed, please use the following command to configure Windows
    Server Essentials:
    Start-WssConfigurationService –Credential <Your Credential>
    Note: The type of
    Your Credential should be as: Domain-Name\Domain-User-Account.
    You must be a member of the Enterprise Admin group and Domain Admin group in Active Directory when using the command above to configure Windows Server Essentials. (Figure 5)
    Figure 5.
    Next, you can type the password for the domain account. (Figure 6)
    Figure 6.
    After setting the credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 7)
    Figure 7.
    By the way, you can use
    Get-WssConfigurationStatus
    PowerShell cmdlet to
    get the status of the configuration of Windows Server Essentials. Specify the
    ShowProgress parameter to view a progress indicator. (Figure 8)
    Figure 8.
    (2) In a non-domain environment
    Open PowerShell (Run as Administrator) on the Windows Server 2012 R2 Standard and type following PowerShell cmdlets: (Figure 9)
    Start-WssConfigurationService -CompanyName "xxx" -DNSName "xxx" -NetBiosName "xxx" -ComputerName "xxx” –NewAdminCredential $cred
    Figure 9.
    After you type the commands above and click Enter, you can create a new administrator credential. (Figure 10)
    After creating the new administrator credential, please type “Y” to continue to configure Windows Server Essentials. (Figure 11)
    After a reboot, all the configurations will be completed and you can open the Windows Server Essentials Dashboard without any errors. (Figure 12)
    Figure 12.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Part 2: Install and configure Windows Server Essentials Experience role remotely
    In an existing domain environment
    In an existing domain environment, please use following command to provide credential and then add Server Essentials Role: (Figure 13)
    Add-WindowsFeature -Name ServerEssentialsRole
    -ComputerName xxx -Credential DomainName\DomainAccount
    Figure 13.
    After you enter the credential, it will start install Windows Server Essentials role on your computer. (Figure 14)
    Figure 14.
    After the installation completes, it will return the result as below:
    Figure 15.
    Next, please use the
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with a remote computer. You can use the commands below:
    Enter-PSSession –ComputerName
    xxx –Credential DomainName\DomainAccount (Figure 16)
    Figure 16.
    Then, please configure Server Essentials Role via
    Add-WssConfigurationService cmdlet and it also needs to provide correct credential. (Figure 17)
    Figure 17.
    After your credential is accepted, it will update and prepare your server. (Figure 18)
    Figure 18.
    After that, please type “Y” to continue to configure Windows Server Essentials. (Figure 19)
    Figure 19.
    2. In a non-domain environment
    In my test environment, I set up two computers running Windows Server 2012 R2 Standard and use Server1 as a target computer. The IP addresses for the two computers are as
    below:
    Sevrer1: 192.168.1.54
    Server2: 192.168.1.53
    Run
    Enable-PSRemoting –Force on Server1. (Figure 20)
    Figure 20.
    Since there is no existing domain, it is necessary to add the target computer (Server1) to a TrustedHosts list (maintained by WinRM) on Server 2. We can use following command
    to
    add the TrustedHosts entry:
    Set-Item WSMan:\localhost\Client\TrustedHosts IP-Address
    (Figure 21)
    Figure 21.
    Next, we can use
    Enter-PSSession
    cmdlet and provide the correct credential to start an interactive session with the remote computer. (Figure 22)
    Figure 22.
    After that, you can install Windows Server Essentials Experience Role remotely via Add-WindowsFeature ServerEssentialsRole cmdlet. (Figure 23)
    Figure 23.
    From figure 24, we can see that the installation is completed.
    Figure 24.
    Then you can use
    Start-WssConfigurationService cmdlet to configure Essentials Role and follow the steps in the first part (configure Windows Server Essentials Experience in a non-domain environment) as the steps would be the same.
    The figure below shows the status of Windows Server Essentials.
    Figure
    25.
    Finally, we have successfully configured Windows Server Essentials on Server1. (Figure 26)
    Figure 26.
    More information:
    [Forum
    FAQ] Introduce Windows Powershell Remoting
    Windows Server Essentials Setup Cmdlets
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • Store and Forward agent configuration in jms adapter - jdeveloper

    I am created the store and forward (SAF) agent in weblogic to communicate with another weblogic server.
    after creating it i tried to configure it in jms adapter wizard but i can't able see my SAF Queue there.
    so now how can i give payload to my SAF queue for testing it.
    Please provide any suggestions, i will provide with the points.
    Thanks,
    Ajay Athuluri

    So I don't know much of the details of AIA, and next to nothing of the pre-built integrations, so can't help you much there. However are you sure you've got all the requisite SAF configuration right? The JMS and SAF component hierarchies are a real rats' nest of trouble. This is a setup I've found to work:
    * SAF Agent, targeted to a managed server; needs to use the default filestore (ie when configuring it you don't specify one)
    * JMS Module containing:
         * SAF Remote Context, pointing at your remote WLS instance
         * JMS SubDeployment, targeted to the SAF Agent
         * Connection Factory, targeted at the managed server
         * SAF Imported Destination, targeted at the SubDeployment
         * Queue in the Imported Destination, with WLS and JNDI names set up so they're different in the sending domain and receiving domain
    The pre-built integrations will (probably) have the JNDI names you need to configure in the documentation.
    HTH!
    Paddy

  • Godaddy and Forwarding to .Mac

    Can someone give me specific directions for forwarding a domain name at godaddy to my newly created iweb site on .mac. I've seen references to masking versus unmasking, I'm a little confused about that.
    I've also read previous posts about some problems in redirecting the browser to the .mac site from godaddy have these issues been corrected?
    Thanks for any help,
    John

    John,
    I don't use GoDaddy, but I'll try to be as specific as I can.
    Log into your GoDaddy account and look for what is typically called your Domain Control Panel. Most registrars refer management of a Domain to this type of panel. Once there, look for the option to forward your Domain, and enter your .Mac url in the forwarding address field. Enabling masked, or stealth forwarding will cloak your .Mac url in the browser, and only your GoDaddy Domain name will appear. Save your changes.
    As far as I know from reading the relevant threads on GoDaddy, the forwarding problems were resolved some time ago.
    Mark

  • IWeb and using my personal domain name.

    I have never published a web site before and this is a first time for me.
    With having iWeb version 8 installed I have created a website with photos etc.
    I have also registered a domain name to use my personal name. This is the one and only web-site I have published.
    The name has been set up for forwarding with the CName as web.mac.com with the host site in the section of ‘Masked forwarding’
    And in my personal settings in the account manager on .Mac the correct name has been entered to use for my iWeb site. For example www.anthonyjhowe.com which is my registered name.
    In the iWeb application under file I have published all my pages to .mac.
    In my iDisk folder on the Internet there is a folder named “web/sites and inside this folder, there is my gallery but also a folder named AnthonyJHowe, this has all my pages I created in iWeb.
    There is another folder named “iWeb. But inside this there is one file named sites.rss, and that is all. This is replicated on my iDisk on my desktop.
    Now in iWeb when I publish all to .Mac I receive a message that my site can be visited using my domain name and would I like to visit or announce the site. This lists all the pages I have published.
    When I click on visit, it takes me to the .Mac welcome screen and not my site.
    That’s how far I have got. It’s been over 72 hours since I registered the domain name.
    I have searched and read some posts about this but I don’t seem to go any further with this.
    Could you give some suggestions please and perhaps point me in the right direction?

    This iWeb’s Domain Forwarding feature that has you publish the site to your .Mac account and then uses your domain name as an alias for your Web site should be relative simple procedure, but with quite a lot of posts on this subject, including myself is not easy to set up and it should be as iWeb 08 is a consumer product. There is little information about this at present.
    Getting in touch with the registrars can be quite daunting and eventually you may get one person in the office that may be able to help you. Apple's information to suggest you contact the Registrar of you domain host to create a CNAME does not help an ordinary consumer either.
    My issue with the Personal Domain feature is that it places the burden of making the switch on the user, and it is far from a straightforward process and my unfortunate lack of experience has led me to ask the question in the first place.
    This discussion forum seems to be the only place that gets close to helping you out.
    As it stands, the instructions from Apple are extremely vague, mostly advising you to contact your domain name registrar. They give no indication of what to expect or do if things that aren’t working correctly. And that's why a lot ask the question in the first place in this discussion forum. However those who have experience in dealing with these matters may not always see your post.
    I can usually work out problems to do with computing, but to be honest this one has me beat and yet it should be and probably is a simple procedure to carry out. But there is either very little information to carry out the procedure or confusing information elsewhere that makes the mind boggle.
    The link below is the only information I can find from Apple to help you, unless someone knows of other information.
    http://docs.info.apple.com/article.html?artnum=306195

  • Question ios6 messages had a edit feature i could hilite the message and forward it on in ios7 the edit feature i cant see or am i doing something wrong any ideas

    question ios6 had a edit feature in messages i could hi lite and forward message pic etc in ios7 cant see edit to be able to do the same am i missing a new way to do this or has apple forgotten to include

    That certainly doesn't sound right, but it's such a fundamental part of file sharing that it needs further investigation.
    First thing to check is whether guest logins are available, and whether you're actually logging in as a guest rather than a registered user when the incorrect password is used.
    The server's logs (or Server Admin) should be able to confirm this.
    While I might expect an incorrect password to reject the login, if you have guest access you're essentially saying you don't care about authentication anyway, so it might be the issue.
    The second thing to check is whether the same happens on other forms of login to the server, e.g. ssh, SMB, etc.
    That will help identify whether the problem relates to AFP or something more global on the server (e.g. there may be a local account for userA and userB that's being used rather than the Open Directory account you expect.

  • Steps to setup and configure Node Manager on local and remote machine

    Hello,
    I am using WLS 10.3 on Windows.
    I have two machines, One cluster and two managed servers (one on each machine) created under a domain. I have used configuration wizard to create the domain.
    I have gone through documents on Node Manager and found what to configure. But I have not found when to configure. In other words I want to know what is the sequence of steps if I have to set Node Manager on my local machine (in which domain exists) and on remote machine.
    Please let me know the sequence of steps I need to follow to set and configure the Node Manager on local and remote machine. I want to use Java Node Manager (not the Script node manager).
    Thanks,
    Sanjay

    Hello,
    Ok, let me tell you what I have done till now.
    1) Installed WebLogic 10.3 on machine A (local machine, on which I have created domain and my Admin Server is running. Also Managed Server 1 is created on this machine).
    2) Installed WebLogic 10.3 on machine B (remote machine, on which Managed Server 2 will be created).
    3) On machine A I used the configuration wizard and create a domain. While creating the domain I did the following:
    i) Created two managed servers.
    ii) Created a cluster
    iii) Assigned Servers to cluster.
    iv) Created two machines.
    v) Assigned servers to machines (Admin Server and MS_1 to machine A and MS_2 to machine B).
    4) Sarted Admin Server.
    5) On the Admin Console I made some configurations for the Node Manager on Machines -> Machine A -> Node Manager. Assigned the values:
    i) Type (SSL)
    ii) Listen Address (IP_Address of machine A)
    iii) Listen Port (5556)
    6) Similarly did for Machine B.
    So till now phsically the managed server (MS_2) directory and configuration is not there on Machine B (its only configured on machine A because I created the domain on Machine A).
    Now I want install/configure/setup NM on both the machines. Start my both the managed servers using Admin Console (which will use the node managers).
    What are the sequence of steps I need to follow my task?
    Any help and suggestions are welcome with warm regards.
    Thanks,
    Sanjay

  • Roaming Profile is roaming AppData\Local and AppData\LocalLow including Outlook OST file

    Hi everyone.
    Well my problem with Roaming Profiles here is the AppData\Local and AppData\LocalLow directories are roaming when I believe they should not. I see these folders are kept from roaming by default within the policy. I am concerned
    because within the Local directory are the OST files. Some are large and I do not want them to roam. I can trick the workstation and configure Outlook to Online mode only and that works but what about all the other directories within Local and LocalLow?
    I suspect since we had XP previous to 7, the old folder structure may still be in effect somewhere but am not certain. Others I’ve spoken with have seen this behavior but I have not seen a solution quite yet.
    This post (http://social.technet.microsoft.com/Forums/windowsserver/en-US/1c618a22-b48a-43ca-81cc-64836c058207/appdatalocal-and-locallow-following-roaming-profile?forum=winserverGP) is close
    to my problem but the reason it does not help me is I have created test new test users that have never had Windows XP and started out as new Win7 images. I placed the new users in a particular OU and applied a new folder redirection policy to that OU. There
    is still a Default Domain Policy in effect for the entire forest but there is nothing in there (that I can see) redirecting any folders. The new policy I linked to the new OU redirects a few folders (music, pictures, desktop) to c:\temp so those do not roam.
    Everything works fine except the AppData\local and AppData\LocalLow directories are roaming. The registry entry referenced in the above post shows everything to be fine, yet the
    the AppData\local and AppData\LocalLow directories still roam.
    HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
    and under ExcludeProfileDirs, type REG_SZ, the value is
    AppData\Local;AppData\LocalLow;$Recycle.Bin
    So now I am stuck. I will scour the Default Domain Policy again but quite frankly, there isn't much in there. Anyone have any other suggestions
    as to what to look for in this case?
    Thanks!

    Hi,
    Based on your description, we can check Applications and Services Logs in Event Viewer to see if some related services got crashed.
    Besides, we can install the following hotfix on a troubled computer to see if it can fix the issue.
    The desktop does not load and only displays a black or blue background after you log on to a computer that is running Windows 7 or Windows Server 2008 R2
    http://support.microsoft.com/kb/2590550/en-us
    Best regards,
    Frank Shen

Maybe you are looking for