Help me with setting up my first server

I recently decided to buy a Mac Mini server for my small business (4 users including myself) to run mail, file sharing, calander and addressbook services.
Since I'm also looking at this as a personal project, I don't want to hire a server administrator to do it for me. I have a limited knowledge about server administration, so please bear with me!
So I got the mac mini server, an static IP from my ISP (business internet), a registered domain(example.ca) and a cheap SSL certificate. A website is already up on the example.ca domain (hosted by my domain and host provider) and I don't plan to mess with that.
Using my domain provider's CP, I set the default [email protected] as a catch-all email. I then plan to use a POP email fetcher on the server to get all emails sent to my domain from the webmaster account and distribute them among users. The reason for this setup is that I suspect having instability problems for a while and I don't emails sent to my employees to get rejected because my server might be down. then I set up my network like this :
Modem >>>
unmanaged switch >>>
1. 1st IP(dynamic) :an spare wireless router for my private home network >>> home clients
2. 2nd IP(static) : an 8 port business router for my office network with DHCP enabled >>> mac mini server and 4 other clients
I didn't use mac mini server as a gateway because I didn't want to deal with the complicated mesurements securing the exposed server from public internet.
If I made any mistakes so far, please correct me.
Now I want to start setting up snow leopard server, and I have some questions:
1.What DNS configuration do you think I should use? Considering the mail setup I want to use, and the fact that I don't want to mess with the website seperately hosted website(example.ca), Should I go with a split-brain DNS, use a subdomain, or get another registered domain (like example.me) for internal purposes?
Also,How should I configure the MX records?
(please answer in detail because I'm a real noob when it comes to DNS)
2.Do I need to ask my ISP to correct reverse DNS records for my static IP address? Is that at all needed for running a mail server?
3.What is the current status regarding SLS support for Windows 7 users? I saw a number of topics filled with people complaining that windows 7 users are unable to easily login to SLS. Is that problem still unresolved?
4. At what stage during setup do I need to add the SSL certificate? How do I get the mail server to use the certificate for encrypting connection to outside users?
5. Aside from VPN, what options do I have to provide access to the mail server for outside users? What ports do I need to open on my router's firewall(25,...?)
6.What is the current status of Mozzila thunderbird + Lightening plugin on windows? Is it stable and compatible enough with mail, ical and addressbook servers? Are there any other hassle-free options availabe
7.Do I need to leave NAT enabled on my router?
8.Should I turn off the SLS's built-in firewall to avoid having to open ports on two firewalls(h/w and s/w)?
Sorry if it's a lot to read!
Thanks,

Camelot wrote:
Lots of issues here, I'll try to cover then.
Let's start with:
1. 1st IP(dynamic) :an spare wireless router for my private home network >>> home clients
2. 2nd IP(static) : an 8 port business router for my office network with DHCP enabled >>> mac mini server and 4 other clients
That's fine, conceptually - giving you two LANs, one for home and one for work. However, I'm unsure of the 'dynamic' nature of the home IP address. I'm not aware of any ISP that would give both static and dynamic addresses over the same link. It could happen, but I think it more likely that the ISP gave you a small block of IP addresses (e.g. 4 or 8 addresses) one of which you'll use for your office and the other from home.
That doesn't really make a lot of difference, other than the fact the home network's public IP is likely to be static, not dynamic.
1.What DNS configuration do you think I should use? Considering the mail setup I want to use, and the fact that I don't want to mess with the website seperately hosted website(example.ca), Should I go with a split-brain DNS, use a subdomain, or get another registered domain (like example.me) for internal purposes?
You can't configure split DNS with Server Admin, so if that's what you want you'll have to get under the hood.
However, given the small number of clients involved I'd just go with private, internal DNS for your network clients. That doesn't preclude using an external web host.
Also,How should I configure the MX records?
That's a little trickier since you want mail to go upstream (to your host) and then suck it back down to your server. The real question is whether you want that to happen for internal clients, too - if Joe on your network is sending a message to Bob, does that message need to go through your web host or not?
If not then setup the mail server to be authoritative for your domain and point your internal DNS's MX record to your server.
Leave the MX record in your public DNS pointing to your web host - that way mail from external users will go to your web host (at least for now), but mail sent internally will go direct to the user.
In other words, for now, don't change anything on your public DNS. Just setup your own private DNS server that's only used by your internal hosts. That way you don't impact your public traffic while you're tuning this.
2.Do I need to ask my ISP to correct reverse DNS records for my static IP address? Is that at all needed for running a mail server?
Is that all you need? No. LOL
But it is an important requirement.
3.What is the current status regarding SLS support for Windows 7 users? I saw a number of topics filled with people complaining that windows 7 users are unable to easily login to SLS. Is that problem still unresolved?
I have no idea. I don't have any Windows clients on my network.
4. At what stage during setup do I need to add the SSL certificate? How do I get the mail server to use the certificate for encrypting connection to outside users?
OK, this one worries me a little since you say you have already the SSL certificate. How did you do that?
To obtain a SSL certificate you need to generate a CSR - Certificate Signing Request - from your server that you send to a Certificate Authority. This CSR contains details about your domain/hostname and is verified by the certificate authority - a critical element in the chain of trust.
If you don't yet have your server setup, you can't generate the CSR, so you can't obtain a certificate.
So what did you do?
Normally the process is to use Server Admin to generate a CSR for your server once it's up and running. You then send the CSR to the CA who return a SSL certificate. You install that cert via Server Admin, and all the services (such as mail and web) offer that cert as an option for encryption.
5. Aside from VPN, what options do I have to provide access to the mail server for outside users? What ports do I need to open on my router's firewall(25,...?)
If all your mail clients are internal, that's all you need (to allow incoming mail). All LAN clients talk to the server directly and don't go through your firewall.
6.What is the current status of Mozzila thunderbird + Lightening plugin on windows? Is it stable and compatible enough with mail, ical and addressbook servers? Are there any other hassle-free options availabe
See #3 above
7.Do I need to leave NAT enabled on my router?
Unless you have enough static IP addresses for every machine in your network, yes. Even if you do have enough, I'd usually recommend using it anyway.
8.Should I turn off the SLS's built-in firewall to avoid having to open ports on two firewalls(h/w and s/w)?
Personal choice, but I do.
1. The ISP actually offers only 5 dynamic IPs on my service. However, it gives the option of buying a static IP seperately. and that's what I did.
2. Can you go into a little more detail about the internal DNS configuratio? This is the part I really have problems with.
3. it's really not that important to me that the emails users send internally stay within the network or travel back and forth to the host server. We don't really have that much internal communications. What I really don't understand is how i am going to send emails (from a local email account) to the outside, while there is no reference to my host's mail server in my configuration.
4. I kinda jumped ahead a little bit when I was talking about the SSL certificate. I was actually in the process of buying it without knowing that I need to setup my server first.
5. Actually , I REALLY need the ability to access my mail outside my LAN (I travel a lot), and I prefer to avoid VPN because connecting to VPN that often is a inconvinient.
6.Do you also recommend putting the mac mini behind a router, or prefer the simplicity using it as a gateway brings?
Thanks a lot for the thoughtful answer.

Similar Messages

  • Amsterdam is looking for a free-lance programmer to help us with setting up an InDesign Server CC.

    Hi,
    Our company uses InDesign Server CS4 with a PHP-based daemon. This all works fine, but our (bought) code is encrypted.
    We are upgrading to InDesign Server CC, and need help setting up a daemon and robust queueing system.
    That's why we are in need of someone to help us with that, on a free-lance base.
    Do you have experience with this, and living in The Netherlands, please contact us. If you know someone else, please forward our request.
    Best Regards,
    Tom Zinger
    [email protected]

    Hi,
    Our company uses InDesign Server CS4 with a PHP-based daemon. This all works fine, but our (bought) code is encrypted.
    We are upgrading to InDesign Server CC, and need help setting up a daemon and robust queueing system.
    That's why we are in need of someone to help us with that, on a free-lance base.
    Do you have experience with this, and living in The Netherlands, please contact us. If you know someone else, please forward our request.
    Best Regards,
    Tom Zinger
    [email protected]

  • HT4759 I can't update IOS 4.3 to the new IOS 5. Or download the latest verison of I Tunes, on my IPad 2. Because I don't have a computer,but i heard Apple suport can help me with setting it up.

    I can't update IOS 4.3 to the new IOS 5. Or download the latest verison of I Tunes, on my IPad 2. Because I don't have a computer,but i heard Apple suport can help me with setting it up.

    Scroll down and see the "Update Your Device Using iTunes" section here:
    HT4623
    There is no "update icon" in iOS versions earlier than iOS 5.
    The update is very large (over 1.2 gigabytes).  You need a good internet connection to download it to your computer.  Maybe you'll need to take a trip to a city to get a good enough connection.

  • Little help please with forwarding traffic to proxy server!

    hi all, little help please with this error message
    i got this when i ran my code and requested only the home page of the google at my client side !!
    GET / HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
    Host: www.google.com
    Connection: Keep-Alive
    Cookie: PREF=ID=a21457942a93fc67:TB=2:TM=1212883502:LM=1213187620:GM=1:S=H1BYeDQt9622ONKF
    HTTP/1.0 200 OK
    Cache-Control: private, max-age=0
    Date: Fri, 20 Jun 2008 22:43:15 GMT
    Expires: -1
    Content-Type: text/html; charset=UTF-8
    Content-Encoding: gzip
    Server: gws
    Content-Length: 2649
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: MISS from linux-e6p8:3128
    Via: 1.0
    Connection: keep-alive
    GET /8SE/11?MI=32d919696b43409cb90ec369fe7aab75&LV=3.1.0.146&AG=T14050&IS=0000&TE=1&TV=tmen-us%7Cts20080620224324%7Crf0%7Csq38%7Cwi133526%7Ceuhttp%3A%2F%2Fwww.google.com%2F HTTP/1.1
    User-Agent: MSN_SL/3.1 Microsoft-Windows/5.1
    Host: g.ceipmsn.com
    HTTP/1.0 403 Forbidden
    Server: squid/2.6.STABLE5
    Date: Sat, 21 Jun 2008 01:46:26 GMT
    Content-Type: text/html
    Content-Length: 1066
    Expires: Sat, 21 Jun 2008 01:46:26 GMT
    X-Squid-Error: ERR_ACCESS_DENIED 0
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: NONE from linux-e6p8:3128
    Via: 1.0
    Connection: close
    java.net.SocketException: Broken pipe // this is the error message
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:115)
    at java.io.DataOutputStream.writeBytes(DataOutputStream.java:259)
    at SimpleHttpHandler.run(Test77.java:61)
    at java.lang.Thread.run(Thread.java:595)
    at Test77.main(Test77.java:13)

    please could just tell me what is wrong with my code ! this is the last idea in my G.p and am havin difficulties with that cuz this is the first time dealin with java :( the purpose of my code to forward the http traffic from client to Squid server ( proxy server ) then forward the response from squid server to the clients !
    thanx a lot,
    this is my code :
    import java.io.*;
    import java.net.*;
    public class Test7 {
    public static void main(String[] args) {
    try {
    ServerSocket serverSocket = new ServerSocket(1416);
    while(true){
    System.out.println("Waiting for request");
    Socket socket = serverSocket.accept();
    new Thread(new SimpleHttpHandler(socket)).run();
    socket.close();
    catch (Exception e) {
    e.printStackTrace();
    class SimpleHttpHandler implements Runnable{
    private final static String CLRF = "\r\n";
    private Socket client;
    private DataOutputStream writer;
    private DataOutputStream writer2;
    private BufferedReader reader;
    private BufferedReader reader2;
    public SimpleHttpHandler(Socket client){
    this.client = client;
    public void run(){
    try{
    this.reader = new BufferedReader(
    new InputStreamReader(
    this.client.getInputStream()
    InetAddress ipp=InetAddress.getByName("192.168.6.29"); \\ my squid server
    System.out.println(ipp);
    StringBuffer buffer = new StringBuffer();
    Socket ss=new Socket(ipp,3128);
    this.writer= new DataOutputStream(ss.getOutputStream());
    writer.writeBytes(this.read());
    this.reader2 = new BufferedReader(
    new InputStreamReader(
    ss.getInputStream()
    this.writer2= new DataOutputStream(this.client.getOutputStream());
    writer2.writeBytes(this.read2());
    this.writer2.close();
    this.writer.close();
    this.reader.close();
    this.reader2.close();
    this.client.close();
    catch(Exception e){
    e.printStackTrace();
    private String read() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    private String read2() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader2.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    Edited by: Tareq85 on Jun 20, 2008 5:22 PM

  • Setting up my first server

    I'm in the process of setting up my first mp3 server.  It's a rack mount dual PII 400mhz, 1 gig of ram and a few SCSI drives.  Ubuntu Server edition was recommended since it takes almost no time to get a LAMP server up and running but I love Arch and I want a few recommendations.  I'm going to start with GNUmp3d, I hear it's easy to set up and it runs right out of Firefox or IE.  Since it's an older machine I was thinking that Arch might run faster but GNUmp3d doesn't use much of a load.  Please post your comments or ideas.  Thanks!
    Last edited by IDK (2007-05-28 23:10:56)

    I'm sure Arch will run faster, but how much faster may be minimal.  Since you seem familiar with Arch, go with it.  Setting up apache, mysql, and php will be simple and you'll feel better for having used Arch.
    Also GNUmp3d is in the community repo, so it shouldn't be too much trouble either.
    Last edited by murffatksig (2007-05-29 15:13:54)

  • TS3276 Please help me with setting up the email.

    I have set up a new email.  The message states it cannot use the port 995.  Please help me with this.  Thank you

    E-mail provider and is the account IMAP or POP? What message says it can't use port 995?

  • Can someone pls help me with setting up an apple id.Whats the itunes gift code?

    Hi,
    I have recently purchased an iphone 5S. I am not able to use my apple ID in app store as it states you have to reveiw it in itunes before you proceed.When i review it, it asks for my credit card details.Thats fine.However I am not able to get itunes gift code.Can someone help me with this.Thanks

    Hi,
    I have recently purchased an iphone 5S. I am not able to use my apple ID in app store as it states you have to reveiw it in itunes before you proceed.When i review it, it asks for my credit card details.Thats fine.However I am not able to get itunes gift code.Can someone help me with this.Thanks

  • NEED A HELP: problem with setting up AP 1140

    Hello everybody,
    I did finish all the configuration steps for Cisco Aironet 1140 AP1140 mentioned in the manual and AP start showing green indication:
    Step 1 The static IP address of the PC on which your TFTP server software runs should be between 10.0.0.2 and 10.0.0.30.
    Step 2 Make sure that the PC contains the access point image file (such as c1200-k9w7-tar.122-15.JA.tar for a 1200 series access point) in the TFTP server folder and that the TFTP server is activated.
    Step 3 Set the timeout value on the TFTP server to 30 seconds.
    Step 4 On the PC where the TFTP server is located, perform these steps:
    a. Disable any software firewall products, such as Windows firewall, ZoneAlarm firewall, McAffee firewall, or others.
    b. Ensure all Windows files are visible. From Windows Explorer, click Tools > Folder Options > View; then uncheck the Hide extensions for known file types check box.
    Step 5 Rename the access point image file in the TFTP server folder to c1200-k9w7-tar.default for a 1200 series access point, c1130-k9w7-tar.default for an 1130 series access point, c1240-k9w7-tar.default for a 1240 series access point, and c1250-k9w7-tar.default for a 1250 series access point.
    Step 6 Connect the PC to the access point using a Category 5 (CAT5) Ethernet cable.
    Step 7 Disconnect power from the access point.
    Step 8 Press and hold MODE while you reconnect power to the access point.
    Step 9 Hold the MODE button until the status LED turns red (approximately 20 to 30 seconds) and then release.
    Step 10 Wait until the access point reboots, as indicated by all LEDs turning green followed by the Status LED blinking green.
    Step 11 After the access point reboots, reconfigure it using the GUI or the CLI.
    BUT (the next step is missing) and the problem is that I cannt access the GUI through browser. Also there is no bytes communicated between my FTPT server and the AP. I am connecting the 48 DC powered AP with default IP 10.0.0.1 directly through Ethernet cable cat6 to the FTPT server with adapter setting is: IP 10.0.0.10 S.mask 255.0.0.0.
    I did some trials such as: connecting the AP to DHCP server with PoE switch, change TFTP to dynamic IP, enable/ disable adpter, restart the AP but without any change
    What I need to know
    Is there any missing steps in the above?
    Is the default IP for AP 10.0.0.1?
    What to do in this case?
    How to access CLI and what are the basic commands for settings?
    Thanx a lot waiting the reply plz

    hello dear,
    yes I pressed at the begining of configuration when i was about to download the IOS, shall i press it again after completion?
    yes I have a console port where i can put the RG45- DP 9 cable

  • [Need help WRT120N] with error message "An unexpected server error : badagent !"

    I got "An unexpected server error : badagent !" when i trying to setting up DDNS using dynDns.org in my new WRT120N
    is anyone know how to solve this issue??
    Because i already surfing and googling but still can't find any solution....
    I use DynDNS because i need to accessing my CCTV that on line with cable internet... 
    Here also some people that have a same problem with me
    Thx and Regards.....

    I got "An unexpected server error : badagent !" when i trying to setting up DDNS using dynDns.org in my new WRT120N
    is anyone know how to solve this issue??
    Because i already surfing and googling but still can't find any solution....
    I use DynDNS because i need to accessing my CCTV that on line with cable internet... 
    Here also some people that have a same problem with me
    Thx and Regards.....

  • Please help me with setting up JMF on xp

    Hi,
    I've installed JMF, but when I try to run the JMF Diagnostics Applet I get the following error:
    java.lang.ClassNotFoundException: JMFDiagnostics
    I'm sure I have set the correct classpath variables,i.e.
    c:\java\JMF2.1.1E\lib\sound.jar;
    c:\java\JMF2.1.1E\lib\jmf.jar;
    c:\java\JMF2.1.1E\lib\custom.jar;
    c:\java\JMF2.1.1E\bin;
    c:\java\JMF2.1.1E\lib;
    but I just can't get it to work.
    I would really appreciate some guidance here so I can make some progress.
    Thanks

    I have been using JMF and developing JMF applications on Windows XP. There is no problem.
    I suggest that you install "JMF windows performance kit". After you have installed it, check your CLASSPATH variables under My Computer -> Advance ->Environment Variables.
    Check if the CLASSPATH variable exists in System variables and User variables. If you find CLASSPATH variables in both System and User variables you should combine them into one, i.e., only one CLASSPATH variable should exists. It could either be in User Variables or System variables. But never in both places.
    After that check that your "<java installation directory>\bin" path is the first path int the PATH environment variable. Again this can either be under System or User but should never exist in both places.
    After that you can try and run Diaganostic Applet again to see if everything is alright...
    good luck.
    soe

  • Help me with set up table error message please

    Hello
    I am trying to fill set up tables for application 12 in background as I try to schdule the job, I was getting the message " datasource 2lis_12_vchdr contains data still to be transfred".
    I tried twice and both the time i got same message. so I schdule it for running it immediately and it was runnning for 2 hrs and after that I got the same message that " datasource 2lis_12_vchdr contains data still to be transfred".
    so what does this mean ? are the set up tables already filled or I need to do someting else before filling set up tables
    can you please guide where I can check the set up tables have been filled sucessfully.
    I tried in RSA3 and it is showing data there but I am not sure which mode I should select to see the data and  I am also not sure weather this is right place to check the data.
    This is kind of urgent pl. help
    I will assign full points to right answer.
    Krish

    Hello Thank you all for your quick replies,
    can you please suggest the set up table name I have to look in se16 to see the set up table data for application 12 ??
    also as I said I did not checked in RSA7 for any records and starte filling set up tables and now I have started the loading as well, is it ok as I am in dev. system and i have to repeat filling the set up tables ?
    Please suggest.
    note: I will assign points to all the answers
    Regards
    Krish

  • Help please with Setting up Fonts

    Hello, thanks in advance.
    By day I work at a studio on an Apple Mac, using InDesign.
    By evening I work at home on my Windows 8 PC, using InDesign with the Creative Cloud.
    Therefore I'm having difficulties with the transferring of fonts.
    Specifically, I have two problems and hoping someone may be able to kindly help on here...
    Taking one example, font Gotham.
    - I have been able to transfer this font to my Window 8 PC. I have installed all Gotham styles (16 of them - eg Bold, Bold Italic, Regular, Book etc) onto my PC, using the inbuilt Windows 'Font' window in the Control Panel.
    - Early indications are good - when I load up InDesign, I can see all 16 of these fonts and can select and use them.
    - But I have two subsequent issues
    1) The 16 fonts show up as roughly 8 separate Fonts, each with only 1 or 2 styles. At the Studio, in InDesign, I just select 'Gotham', and then there are 16 sub-fonts (styles?) to choose from. On my PC, there are 8 separate fonts, despite all being grouped together as one 'Family' in the Font window on my Control Panel. Is there a way that these fonts can be grouped together on InDesign? Otherwise it's a real pain to use!
    2) More importantly, I package my work on the Apple computer, save and take home. When I reload at home it says that it cannot find the 'Gotham' fonts, despite the fact that InDesign shows them! Therefore all fonts convert to the default.
    Is anyone aware of these issues and able to help?
    Many thanks in advance, greatly appreciated.
    Thanks, Simon

    When you see fonts on PC with 0 bytes it usually indicates that they are Mac format Type1 or TrueType fonts, and they are not usable on the PC.   I've been doing some reading, and you might want to as well, at http://www.typography.com/ask/faq.php (particularly item 32), which explains at least partially why you are seeing different names and groupings across platforms. You may see this even with an OpenType version of the font.  You should also read the EULA (http://www.typography.com/home/eula.php). Based on the EULA I would not choose Gotham for any work that was going to be distributed electronically.

  • Help please with setting volume

    I have the new 4.5 os now my phone virbrates and the ringer sound is very low and only rings once and phone virbrates 6-7 time.
    Please help me change the setting on the ringer so I can hear the ringer and turn down the number of virbration.
    Thank you.
    massedixs

    Normally they do work but the N96's v10.065 firmware has a bug in it that prevented them from working.
    The bug was fixed in the newer v11.018 and v11.101 firmwares.
    You can check for an update here:
    www.nokia.com/softwareupdate
    If you have a network branded phone the update won't be available to you until the network approves it.

  • Could anyone help me with setting up classpath for an application in OC4J

    I am using OAS 10.1.2 OC4J embedded.
    I have lotsof.properties files in some directory external to OAS.
    Right now, since we had problems, I moved the properties files into the OC4JHOME/applib directory. It works.
    I would like to keep it in the external directory itself. Can we set up some environment variable (CLASSPATH or library) in some deployment or orion descriptors to point to this external directory.
    I am using ResourceBundle.getResource("yyy.properties") in the code.
    Thank you

    One possible solution (I think):
    In the file OC4J_HOME/config/application.xml, we added the following line.
    <library path="directory"/>
    This directory is not EAR or WAR context relative. It can anywhere be in the local system.
    Thanks

  • Can anyone help me with setting up Gmail imap on Mail 5,

    I have now spent the last 3 days trying to get Gmail Imap to work on my MAcbook. It appears to have downloaded everything as expected but the wheel for the inbox is constantly going around.... any ideas

    http://email.about.com/od/macosxmailtips/qt/et_gmailosxmail.htm

Maybe you are looking for

  • Before , after images not populating in cube

    Hi All, we have a data flow wherein the data from the dso is extracted delta wise to cube . Now for a particulat document , the doc did come to ods and then to cube . then in r/3 there a change to the document , this was then again extracted to ods a

  • HP color laserjet 2600n windows 7 printer not installed problem with spooler.

    My computer will not recognize my printers. Nothing new was installed, just all of a sudden, they were gone . Have installed new drivers, and had a very knowledgeable person look at it-nothing. Very frustrating. Have a program  that has been on it fr

  • Adobe Media Encoder CC 2014 has NEVER opened on my computer.

    Can somebody please help with this? Process:         Adobe Media Encoder CC 2014 [468] Path:            /Applications/Adobe Media Encoder CC 2014/Adobe Media Encoder CC 2014.app/Contents/MacOS/Adobe Media Encoder CC 2014 Identifier:      com.adobe.am

  • Actionscript code in a swf dont run when impoterd in flex

    Hi, I have an actionscrip flex project. I embed a movieclip from a swf like this: [Embed(source="../../content/testmenu.swf", symbol="MenuOne")] public static var MenuOne:Class; The movieclip has a frame with this code: dispatchEvent( new Event( "InC

  • "Plus" sign in every cell...

    All of a sudden I have a + (Plus) sign in every cell of my document and I can't get rid of them.  Any ideas?