Running Virtual Domains on Mac OSX Server and Postfix

Just purchased Mac OS Server X and Installed it. I am begining to setup mail servevices and this is my question.I have been using FreeBSD 5.3 and Postfix. In the main.cf I had setup 3 virtual Domains and used Canonical Maps and virtual alias to get my mail to the proper mailboxes. Now do I have to do that here in the terminal screen manually adding the canonical maps and virtual alias in the main.cf or does Server admin do it automacticly when I setup the virtual domains?
Thanks
PowerMac G4 Digital Audio 533 Mhz. Mac OS X (10.4.2)

You can either go the manual editing route you were used to or use Server Admin. The results will be similar, but the approach different. Server Admin defines virtual domains differently (This is possible because postfix allows for different implementations.
I have written a Tutorial on OS X Virtual Mail Domains. You can download it here: http://osx.topicdesk.com/downloads/

Similar Messages

  • Script won't run on machine w/MAC OSX Server 10.4.9

    Why won't the following script work on a machine that is running MAC OSX Server 10.4.9. On Machines running Mac OS X 10.4.9 it works fine, but on my server machine it won't name the file as per the script--the menu dialog box pops ("save as") up asking for a file name.??
    The only difference between the machines as far as I can tell is the OS.
    Thanks.
    Pedro
    global fileSpec
    tell application "TextEdit"
    activate
    tell application "Finder" to set visible of process "TextEdit" to false
    tell application "Finder"
    set theFileName to "Date.rtf"
    set fileSpec to "Photo [Data]:Archive error LOG:" & theFileName
    end tell
    save document 1 in fileSpec
    tell text of document 1
    set the size to 20
    set the font to "Lucida Grande"
    end tell
    close document 1 saving yes
    end tell
    G5   Mac OS X (10.4.9)  

    Edit: sorry, you should be choosing a folder, not a file. Try this script instead.
    tell application "Finder"
        activate
        set tempy to choose folder
        display dialog ("" & tempy)
    end tell

  • Is a mac osx server fits to a office with 10 PCs

    I want to set up a server for my company
    The purpose of the server is to store files, share files & printer, a calendar, an internal website( for hosting a blog and filemaker files), regular backup
    My office will have 10 PCs (window 7) connects to the server, and my company dont have an IT expertise ..
    I have considered between Window SBS, Mac osx server and ubuntus server
    I think a mac mini server is the best solution for me as:
    1: easy installation
    2: less expensive than SBS
    however, is the mac mini server work well in my case?
    Thank you very much!

    An Apple Mac Mini server would be a good fit. It includes two 500GB drives and an unlimited-user copy of Mac OS X Server. Not bad for $999.
    Mac OS X Server itself is very easy to configure and Apple has a lot of resources on their website to help guide you.
    You will want to make sure to configure all of your file sharing share points with SMB for the Windows clients to access. You won't be able to take full advantage of Mac OS X Server's offerings, but for file sharing it will be fine.

  • OSX Server and Mac Mini and Simple Network functionality

    Hi not sure if this is the best place for this question but here goes.
    I am relatively new to Mac after a life lost to the PC/Microsoft world. Anyway I have a small home network and store all my documents on a network attached hard drive (Buffalo Terastation).
    I travel a lot and want external access to my files and email via the internet. I was going to set up a PC Server with MS Small office and Exchange to facilitate this but then started to think that an Apple solution would be better. I don't want to spend a fortune as it is basically just me, and maybe another user or two, that would use the server.
    I started to think that Mac OSX Server running on a 2GHz Mac Mini with 120/160gb drive and 2 gig Ram. If the mini would run OK then this would be ideal due to low noise, footprint, consumption, etc and pretty cheap as well.
    I run a iMAC 24 and 2 macbook laptops all running Leopard.
    Would this be a practical and workable solution to my needs ?
    Thanks in advance.
    Simon

    Would the "Back to my Mac" service with .Mac not work for you? You wouldn't necessarily need a server then...
    File sharing on the workstation is good as Dave says so you don't need to go whole hog for the Server platform.
    But if you wanted to go for Leopard Server, you'd be able to do a **** sight more than you could with Exchange - I wrestle with it every day at work but am happy to come back home to a Mac world!
    Stu

  • Mac OSX server not supported behind Airport Extreme NAT router?!!

    For a customer, I recently installed a new XServe, within a local network with an Airport Extreme (n) with FW 7.4.2. Mac OSX Server manages the router (which has a fixed IP from the ISP). Because the Mac OSX Server runs a DNS server (supporting a local domain), OSX Server reconfigured the Airport Extreme, so that it would forward DNS queries to the server. The server's dns server will forward queries for non-local domains to the ISP's dns servers.
    All clients get their IP configuration using DHCP from the router. You can't use the DHCP service of the server, as you can't disable DHCP on the router (in NAT mode).
    All clients get the router's IP as the dns server.
    HOWEVER:
    The Airport Extreme can't connect to the internal DNS server! *It doesn't seem to be able to route dns requests to the internal network* (verified using nslookup). Any dns queries sent to the router will time out.
    Come on, Airport Extreme team.. you can't claim the Airport Extreme to be the ideal router in combination with an OSX server, if this simple and very common setup is not supported! How hard can it be to either:
    ...*Allow us to disable DHCP on the router* (even when in NAT mode), so we can use the OSX server for this (which will dispatch the correct DNS settings)
    ...*Allow the router to route DNS queries to the local DNS* (OSX) server (which should be working anyway)
    Message was edited by: blackbit

    blackbit, Welcome to the discussion area!
    It doesn't seem to be able to route dns requests to the internal network (verified using nslookup).
    That is true.
    This is a user to user discussion area so Apple will not see your suggestions here. Instead go to www.apple.com/feedback/airportextreme.html and send them to Apple.

  • Website issue with osx server and hosting

    so i had a website hosted from my osx server and i had bought the domain name from godaddy it worked great but i desided to instead of hosting it on my osx server to just host it on  godaddy so i turned to server off and added the domain to my godaddy account hosting and now it works but one problem all computers can veiw the website but mine. i think it has somthing to do with the fact that my mac was the one hosting it. but if i go to my browser and go to my wesite i get a error but than i go to any other computer and it works great help please

    A couple ideas
    check our /etc/hosts file, you might have an entry for your domain.
    sudo pico /etc/hosts
         do you see any entries for your domain? If so:
         edit the file by navigating with the arrow keys, delete the line
         with your domain. Hit ctrl-x when done (enter 'y' to save the change)
    Clear your DNS cache
         dscacheutil -flushcache
    Try a different DNS server, go into your network settings (In System Preferences)
    Go to Ethernet or Wifi (whichever you are using), click Advanced and under the DNS tab enter:
         8.8.8.8
    Make sure no entries are ABOVE it.
    If none of this works, send the results of these commands:
         cat /etc/hosts
         cat /etc/resolv.conf
         dig +short mydomain.com   (replace with your domain)
    The results of these should point us in the right direction.
    Jeff

  • How do I re-install my Mac OSX Server from scratch

    Hi,
    I have purchased two MacMini Servers with 10.6 OSX Server software pre-installed.
    I have changed the organization as our company name changed and run into license issues.
    I want to re-install the Mac OSX Server software and start from scratch. How do I go about this. I tried yesterday for many hours to do so and the new installs are still running into duplicate license issues and other issues. What is the best approach to do re-install? I am willing to erase the internal Hard Disk and boot (with an external DVD optical drive) if that is the best way to go. What are the steps?
    I have the original CDs or DVDs and have extra, external hard disks to do a Time Machine backup, etc.
    Thanks,
    Don

    If you are looking to do a nuke and pave of the system, and you have an external optical drive, then yes, that is likely the most direct method. Connect the optical drive, insert the installation DVD, and reboot the system targeting the optical disk as the boot volume (you can do this by holding down the C key or the Option key during startup).
    Now, if you do not have an optical drive, you can put the installation disk into another Mac running 10.6 and use the Remote Install Mac OS X application in your Utilities folder.
    Hope this helps

  • Bridge CS6 Mac cannot browse Mac OSX server 10.8

    Hello:
    We had a drobo file server which was mounted on the desktop and had no issues browseing the volume in bridge.  After we moved to a new Mac OSX server running 10.8 we can no longer browse the mounted server.  We get a primission violation. Using the finder we're able to browse files and folders and create new files without this same type of issue.
    Is there a preference that allows connection to a network volume via Bridge?
    I hope I was clear on the discritpion of the problem.
    Thanks,
    Rick

    Try a reset of preferences for Bridge using option key while restarting Bridge and choose reset prefs.
    There is also a plist file for Bridge in the user library preferences folder that can be manual deleted and will be refreshed after restarting Bridge.
    And maybe run a check and repair permission with either Apple Disk utility or cocktail.
    Unfortunately Bridge is not designed for use over a network nor official supported by Adobe when it comes networks.

  • Need help setting up Mac OSX Server for remote/off-site access

    Hello, I want to be able to access our g5 tower running Mac OSX Server 10.5.8 remotely when not in the office. We have a static IP.
    Are there easy step-by-step directions someone could provide or point me to? Thanks a bunch.

    Hi
    its really easy
    You need to have Apple remote desktop
    there are bunch of software s like chichen vnc and etc.
    01. open your router from your web browser
    02. go to nat settings
    03. screch the option calld port forwading
    04. enter the server ip address to that
    05. save and restart the router
    ** What you did so far
    if some one want to connect from your static ip address now it will forwerd to your server. *******
    Go to system preferences (on server)
    go to sharing
    enable remote management
    select opetions which you want
    your done
    2nd part Adding Computer to ARD
    Select All Computer ----> click plus button and select add by address
    put the Address : ip address
    user name : server User name
    password : server password
    eureka
    now you done

  • Mac OSX Server VPN Not Working

    Heres how my setup is: I have an ATT DHCP Server/Router That assigns my public ip.
    I have an Apple AirPort Extreme in Bridge Mode Which hosts the main wifi connection.
    I have my Mac OSX Server connected to the AirPort Extreme
    On my ATT Router DHCP Server's Firewall I have my computer set to DMZ Plus mode which forwards all ports on the network to my mac.
    I am trying to connect to the vpn network via my MacBook Pro and iPhone5 and I cannot. However I can connect to the online wiki page on my server by going to server.djswirkmke.com if you would like to see it. My host name is server.local on the network but on the internet it is server.djswirkmke.com I also have a mail domain setup as mail.djswirkmke.com. My problem is I am not able to connect to the vpn on the client computers can you please help?

    In a moment of random frustration, I tried listing the DNS server in VPN settings three times, and it somehow fixed the problem. Even though it is the same IP all three times, it works when it is listed three times but not when it is listed just once.
    In other words, in VPN > Settings > Client Information > DNS Servers, I have:
    192.168.100.64
    192.168.100.64
    192.168.100.64
    Hope this helps someone having the same problem.

  • Installing Mac OSX Server hangs at Network Configuration

    Hi there!
    I am installing my new Mac OSX Server (SNow Leopard) straight forward the assistant.
    Asking for Language: OK
    Asking for Country: OK
    Keyboard Layout: OK
    Entering License: OK
    Configuring Network:
    Ethernet: Static
    Airport: OFF
    FireWire: OFF
    Clicking on Forward to continue: The assistant keeps telling me "configuring network". Nothing happens. It is doing that for hours now.
    I tried to connect with Server Admin tool: OK works.
    The network is up and running, but the assistant is not continuing.
    Any ideas?
    Thanks for any help or suggestion

    Smells vaguely of a DNS error or IP routing or a network connectivity problem.
    What did you specify for your network settings, and particularly what was entered for the DNS server address? If you're not running DNS on your local network here, then enter no DNS servers as part of the prompting, and let Mac OS X Server establish its own default single-host DNS.
    (You're not going to be able to use your ISP DNS here; those ISP DNS servers are not valid when you are establishing a server on a network behind a NAT gateway.)
    I'd probably wipe the disk and boot from DVD and reload.

  • Not installing Mac OSX Server 10.5.4

    Hello Friends...
    I purchased Mac OSX Server 10.5.4 Leopard DVD.
    I would like to install and configure it.
    According to the manual , its not working.
    It is getting upgrade to my Mac mini 10.5.7.
    After installing , it wants to restart. But, its not booting and getting always restarted.
    So, any advices and suggestions from your side.
    Regards,
    Bhanu

    I'm going to point you to these two places to see if you can resolve your issues:
    http://discussions.apple.com/thread.jspa?threadID=2019706&tstart=300
    http://support.apple.com/kb/HT3479
    Basically what happens is if you insert the Server install DVD and start the installer package, if the DVD will boot your Mini it will show the 'Restart' button. If it can't, the installer will run and then you should follow the instructions in the second link.
    Given the fact that many have tried and failed with the second method, I would attach the Mini, in target disk mode, to another Intel-based machine and run the install from there with the Mini as the target. Then boot the other machine from the Mini's disk and let the Setup Assistant finish -don't configure any services on the server in this mode other than setting it up as standard or advanced, apply any updates and then restart. Then shutdown both machines, detach the Mini, then let it boot on its own and continue configuration from there. I've done this several times with both PPC and Intel-based machines with positive results.

  • IChat LAN-LAN bonjour connection via OSX-Server and Draytek routers ?

    We want to configure a LAN-LAN iChat intranet connection via our OSX-Server and several Draytek 2600 routers. We have static IP-addresses in all local LANs, do LAN-connection via DynDNS and opened the iChat NAT-Ports on every router as described in several posts.
    LAN-LAN connection (e.g. volume mounting and ARD (Apple Remote Desktop)) works fine. We started iChat on every Mac and chatting via .mac accounts also works, but not via Bonjour. The logged-in users are not listed in the iChat bonjour contact list.
    What do we have to configure more ? Starting the iChat service on the OSX-Server ?
    Thanks in advance for help
    Alex
    PowerPC G5 DP 1.8MHz   Mac OS X (10.4.9)   1GB RAM 22 Display
    PowerPC G5 DP 1.8MHz   Mac OS X (10.4.6)   1GB RAM 22 Display
    PowerPC G5 DP 1.8MHz   Mac OS X (10.4.6)   1GB RAM 22 Display

    Bonjour works without a server but will only work within the same subnet. It's likely your routers are on different subnets and so using Bonjour you would only be able to see contacts on the same subnet.
    If you're not seeing anybody else at all, even those on the same subnet as you, then perhaps your firewall hasn't been opened to the iChat Bonjour ports (TCP, 5297 and 5298). There's also an entry for it in each Mac's Firewall config pane.
    You best bet may be to run an XMPP server. iChat server is an XMPP/Jabber server (using a copy of the pretty old Jabberd 1.4 code), but you might want to consider running the superior OpenFire (http://www.igniterealtime.org/projects/openfire/index.jsp) on your server instead.
    Just create all the users on the server and then enter the relevant details into each copy of iChat.

  • Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion?

    Where can I get current info on SysAdmin Certification(s) for Mac OSX SL and Lion? The Apple website for this is "under construction" for weeks now...
    Thanks,
    [email protected]

    Certification test for OS X 10.7 Lion are not available yet. I assume they will be nearly identical to the test of 10.5 and 10.6. Hopefully, the reason the certification website has been down for a while is that they are updating it with the new information. Though I really wouldn't expect any 10.7 certification test to be available for 2-4 months. Peachpit Press didn't publish their training material for 10.6 until October even though 10.6 was released in August.
    As far as the 10.6 Certifications:
    Certified Support Professional, 10.6 requires the 9L0-403 exam.
    Certified Technical Coordinator, 10.6 requires the 9L0-403 as well as the 9L0-510 (Server Essentials) exams.
    The information for the Certified System Administrator, 10.6 is "hidden" on the integral7 website but according to this Wikipedia entry, you need to pass the 9L0-510 Server Essentials exam as well as these three:
    Directory Services
    Deployment
    Security and Mobility

  • Mac OSX Server error message in console

    Hi,
    I have the following error message having recently bought and configured (for the first time) a MacMini Server with Mac OSX Server 10.6.n.
    1/26/11 1:38:11 PM org.dovecot.dovecotd[8582] Fatal: Invalid configuration in /private/etc/dovecot/dovecot.conf
    Can someone help me understand how to fix this problem?
    I can see the file in terminal, but don't know how to edit the file or change the file configuration to be correct.
    Thanks,
    Don

    Don,
    Welcome to the Discussions.
    You may find a better audience for you question over in the server-specfic discussions.
    http://discussions.apple.com/category.jspa?categoryID=96
    Matt

Maybe you are looking for

  • Citrix receiver does not install on mountain lion

    Hello everybody. I can't get citrix receiver (the actual version, don't know how to check for its version) installed on my Mountain Lion 10.8.2 It always gets until the end of the install process and tells me that "something went wrong", no clear ind

  • Blank lines showing in the report

    Hi, When i run MEIS report i get a blank line for the colomn - Special unit of measure (qty filed) where as for some PO's it shows the qty and for some Po's it does not show. Please tell what would be the problem with this colonm why is it not showin

  • Getting 500 Internal Server Error from time to time

    We have an ADF application made by Jdeveloper 10.3 and deployed on ias10. The application works fine but sometimes it gave 500 Internal Server Error. Normally remove cookie will make it work again but not always. And seems to me the problem happens f

  • What version of QT for Final Cut Studio 1?

    I'm building a hard drive for video editing and I seem to remember that FCP 5 (comes with Studio) doesn't play well with some newer versions of Quicktime. It will be a 10.4 machine. What version of QT should I install? Is 10.4.11 ok too? Thanks for y

  • Pie Chart Color Scheme

    Post Author: Janice CA Forum: Charts and Graphs I have a report written in Crystal Reports XI that has a pie chart in the Report Header displaying counts of activity by "reason code" for a selected time period.  The users have noticed that, when they