Access server email locally

Hi,
I have what might be a strange question. I have an older server that is running ML and I am not longer using it as an eail server.  It is connected to my local network and I can access the files but how can I access/read the emails that are stored on that server.  I can find the files in the dovecot drectery but reading them that wasy is near impossilbe.  Any suggestions would be apprecited.

Not exactly sure what particular detail here is the puzzlement; what's in need of figuring out, as you put it?   Some guesses follow...
Usually, this mail client configuration sequence is by specifying the DNS name or — if the local DNS services are misconfigured, which can lead to its own issues and weirdness — by IP address of the server, and the target user's login credentials for the server; that'll provide access to the old mailboxes. 
The old server might need to have the mail server started, if it's been shut down. 
if this puzzle is more about Mail.app, you can add accounts to that via the Wizard or by clicking the + at the bottom of the accounts listing in Mail.app Mail > Preferences > Accounts, and specifying the usual IMAP or POP settings for the old server, and (to keep the setup happy) the SMTP settings. 
In the cases I've worked, these old settings can and variously are just "disabled" or are marked as offline, so you may not even need to re-add the entries.  Just reenable them.

Similar Messages

  • I need helping!!! configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.

    I need helping configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.
    I have attempted to configure rdp access but it does not seem to be working for me Could I please ask someone to help me modify my current configuration to allow this? Please do step by step as I could use all the help I could get.
    I need to allow the following IP addresses to have RDP access to my server:
    66.237.238.193-66.237.238.222
    69.195.249.177-69.195.249.190
    69.65.80.240-69.65.80.249
    My external WAN server info is - 99.89.69.333
    The internal IP address of my server is - 192.168.6.2
    The other server shows up as 99.89.69.334 but is working fine.
    I already added one server for Static route and RDP but when I try to put in same commands it doesnt allow me to for this new one. Please take a look at my configuration file and give me the commands i need in order to put this through. Also please tell me if there are any bad/conflicting entries.
    THE FOLLOWING IS MY CONFIGURATION FILE
    Also I have modified IP information so that its not the ACTUAL ip info for my server/network etc... lol for security reasons of course
    Also the bolded lines are the modifications I made but that arent working.
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password DowJbZ7jrm5Nkm5B encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.6.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 99.89.69.233 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object-group network EMRMC
    network-object 10.1.2.0 255.255.255.0
    network-object 192.168.10.0 255.255.255.0
    network-object 192.168.11.0 255.255.255.0
    network-object 172.16.0.0 255.255.0.0
    network-object 192.168.9.0 255.255.255.0
    object-group service RDP tcp
    description RDP
    port-object eq 3389
    object-group service GMED tcp
    description GMED
    port-object eq 3390
    object-group service MarsAccess tcp
    description MarsAccess
    port-object range pcanywhere-data 5632
    object-group service MarsFTP tcp
    description MarsFTP
    port-object range ftp-data ftp
    object-group service MarsSupportAppls tcp
    description MarsSupportAppls
    port-object eq 1972
    object-group service MarsUpdatePort tcp
    description MarsUpdatePort
    port-object eq 7835
    object-group service NM1503 tcp
    description NM1503
    port-object eq 1503
    object-group service NM1720 tcp
    description NM1720
    port-object eq h323
    object-group service NM1731 tcp
    description NM1731
    port-object eq 1731
    object-group service NM389 tcp
    description NM389
    port-object eq ldap
    object-group service NM522 tcp
    description NM522
    port-object eq 522
    object-group service SSL tcp
    description SSL
    port-object eq https
    object-group service rdp tcp
    port-object eq 3389
    access-list outside_1_cryptomap extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-data
    access-list outside_access_in extended permit udp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-status
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ftp
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ldap
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq h323
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq telnet
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq www
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group SSL
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM522
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM1731
    access-list outside_access_in extended permit tcp 173.197.144.48 255.255.255.248 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp any interface outside eq 3389
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333 object-group rdp
    access-list outside_access_in extended permit tcp any host 99.89.69.333 object-group rdp
    access-list out_in extended permit tcp any host 192.168.6.2 eq 3389
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) tcp 99.89.69.334 3389 192.168.6.1 3389 netmask 255.255.255.255
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 99.89.69.338 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable
    http 192.168.6.0 255.255.255.0 inside
    http 0.0.0.0 0.0.0.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto map outside_map 1 match address outside_1_cryptomap
    crypto map outside_map 1 set peer 68.156.148.5
    crypto map outside_map 1 set transform-set ESP-3DES-MD5
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 1
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    tunnel-group 68.156.148.5 type ipsec-l2l
    tunnel-group 68.156.148.5 ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:f47dfb2cf91833f0366ff572eafefb1d
    : end
    ciscoasa(config-network)#

    Unclear what did not work.  In your original post you include said some commands were added but don't work:
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    and later you state you add another command that gets an error:
    static (inside,outside) tcp 99.89.69.333 3389 192.168.6.2 3389 netmask 255.255.255.255
    You also stated that 99.89.69.333 (actually 99.89.69.233, guessing from the rest of your config and other posts) is your WAN IP address.
    The first static statement matches Cisco's documentation, which states that a static statement must use the 'interface' directive when you are trying to do static PAT utilizing the IP address of the interface.  Since 99.89.69.333 is the assigned IP address of your WAN interface, that may explain why the second statement fails.
    Any reason why you are using static PAT (including the port number 3389) instead of just skipping that directive?  Static PAT usually makes sense when you need to change the TCP port number.  In your example, you are not changing the TCP port 3389.

  • Both my iphone 4s and my ipad3 will not connect to the server when trying to access my email account. Why, and how do I fix it.

    Since 29/10/2012 my iphone 4s and more recently my ipad 3 will not connect to the server when trying to access my email account. All I get is an error message saying that 'cannot get mail, connection to the server failed' I hadnt changed any settings it just happened. I have since done a complete re-boot on the ipad but to no avail. Anybody got any suggestions?

    No. Everything was working fine and then it wasn't. I hadn't changed any settings or switched either one off. When the phone stopped working properly I ignored it because I always have my ipad with me but that just sopped working properly and now I am stuffed. I have tried most solutions suggested on here even wiping the ipad clean and re-booting. I did this exactly the same way as when I first got it but still no joy. The same with the phone.

  • Can no longer access blueyonder emails on iphone.I get the following error message: The mail server 'imap4.blueyonder.co.uk is not responding', how do I fix pls?

    Hi there
    As I've mentioned above, I can't seem to access my emails from my blueyonder account on my iphone. When I first set up my account on the phone, I had no problems at all receiving emails. Then recently, just out of the blue I get the following error message: 'Cannot Get Mail, The Mail Server 'imap4.blueyonder.co.uk' is not responding.  Verfiy that you have entered the correct account info in mail settings.  I definitely have the right settings, I even checked with Virgin but they are not able to assist with my problem. Has anyone else experienced this problem, if so,how did you fix it? If you could explain in simple terms as I'm not tech savvy!
    Many thanks!

    http://www.apple.com/uk/support/iphone/mail/
    work through this

  • I keep getting an error pop-up when I try to access my email. The pop-up says Cannot Get Mail  The connection to the server failed.  I get this pop-up on both my iPhone 5 and my iPad. I can still access my email, but the pop-up is real annoying.

    I keep getting an error pop-up when I try to access my email. The pop-up says Cannot Get Mail  The connection to the server failed.  I get this pop-up on both my iPhone 5 and my iPad. I can still access my email, but the pop-up is real annoying. Can someone please help me with this?  -Stu

    Hi StuNYC,
    Welcome to Apple Support Communities.
    It sounds like you're seeing an alert message when opening Mail on your iOS devices. Do you have multiple email accounts setup on the devices? Take a look at the article below, it provides suggestions that will resolve most issues that  cause an alert like that to appear in when starting the Mail app.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    I hope this helps.
    -Jason

  • I need to access my work server, email ect  windows based  whats best using my imac

      i need help accessing my email and company server from my imac   the company uses a windows based exchange server   thanks

    Are you trying to set your email up on the iMac using mail?  If so, you will some information from you IT department.  Or you can try to setup and exchange server in mail and type your email account and password.  http://support.apple.com/kb/HT3748  if it's a POP account you will need to get the setup info from IT.  You can use Remote Desktop Connection to connect to your server.

  • I am traveling to India with my new iPad...to enable me to be online 24hrs a day to access my emails...do I just need a local sim card...also can I use a normal adaptor to plug in to charge or am I best paying for the apple universal kit....

    I am traveling to India with my new iPad...to enable me to be online 24hrs a day to access my emails...do I just need a local sim card...also can I use a normal adaptor to plug in to charge or am I best paying for the apple universal kit....

    If you have the AT&T 3G iPad then you can explore the SIM card. I'm not sure if India has the SIM network or another type. REgardless you should be able to access wifi.
    HOnestly, if I were traveling I'd get a plug adapter from a normal retail store. You can get a good one for $20 or less at your local retailer, Walgreens, Walmart, Target, probably KMart though I've not looked for them there. Best Buy and the office supply stores may also have them. You don't have to pay for the official one unless you want to. (I have 'over the counter' plug adapters so if I traveled I'd use what I have not buy another)

  • Is anyone getting this message when trying to access Yahoo Email?  "Cannot Get Mail, The connection to the server failed?"

    Is anyone getting this message when trying to access Yahoo Email?  "Cannot Get Mail, The connection to the server failed?"

    I have Yahoo mail (POP) account.  Mine is working fine at present.  I do occasionally get asked for password while sending mail.  I have had your issue in the past and it usually clears up in a few hours.  Sometimes I sign out and then back in and it starts working again.

  • I have internet connection but my incoming email does not appear.  When I try to access new email it says, " connection to server has failed"  Help

    I have internet connection but myh incoming email does not appear.  When I try to access new emails it says, "connection to server has failed".  Help

    What did your email provider say about it when you contacted them?

  • Every time I try to access my email on my iPad it says "cannot access mail, server has failed" Anyone know what I need to do?

    Every time now I try to access my email on my iPad it says "cannot access email the server has failed" Anyone know what I need to do to fix it?

    Hello sandy1972
    Check out the article below to troubleshoot issues with accessing your email on your iPad. Make sure that the settings are correct for your email address if you are using on that you set up yourself.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Mail Settings Lookup
    https://ssl.apple.com/support/mail-settings-lookup/
    Regards,
    -Norm G.

  • I cannot access my email on i-pad or i-pod, get pop-up mail server not responding I have a problem with computer internrt

    I cannot access my email on i-pad or i-pod keep getting message server not responding although I am connected

    You need to go to options and switch back to classic

  • TS2621 I cannot access my emails on my i-pad anymore, I just get the message "The connection to the server failed" what should I do to resolve this?

    I can no longer access my emails on my I=pad, I just get the "Cannot connect to the server" message. my wi0fi connection is fine, I have tried everything but still happening. What can I do to restore my emails?

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    Peace, Clyde

  • TS3899 When I try to access my email it says the connection to server failed. Does anyone know what this means?

    I'm trying to access my email and it tells me it cannot access the server

    Lots of possibilities:
    The server is down (likely if it has worked up until now)
    You did not enter the server name correctly in setting it up
    You misspelled your login name
    The passcode you entered is incorrect
    The port you entered is not supported by the server
    The server requires SSL and you did not enable it
    The server does not support SSL and you DID enable it
    The network you are using is blocking access to email servers

  • How to change the CORE-id/ Access server audit time from GMT to local

    When we enabled the auditing for CORE-Id and Access server, we noticed a mismatch on the time stamp. The ‘eventDateAndTime’ field for CORE-id server has audited the event in local time while the same for Access server is audited as GMT time. We wanted to make it consistent for both the servers; preferably to the local time.
    Any idea, How to do it?

    Hello,
    Try using this
    rd = new ReportDocument();
            rd.Load(Server.MapPath("CrystalReport1.rpt"));
            cninfo = new ConnectionInfo();
            //Name of server to which you want to change to runtime
            cninfo.ServerName = "D-3206";
            //Name of database to which you are changing
            cninfo.DatabaseName = "tempdb";
            //username
            cninfo.UserID = "sa";
            //password
            cninfo.Password = "sa";
            crDatabase = rd.Database;
            crTables = crDatabase.Tables;
            foreach (CrystalDecisions.CrystalReports.Engine.Table crTable in rd.Database.Tables)
                // Get the TableLogOnInfo from the Table and then set the new
                // ConnectionInfo values.
                TableLogOnInfo crLogOnInfo = crTable.LogOnInfo;
                crLogOnInfo.ConnectionInfo = cninfo;
                // Apply the TableLogOnInfo
                crTable.ApplyLogOnInfo(crLogOnInfo);
                // Set the location of the database. This value will vary from          // database to database.
                crTable.Location = crTable.Location; //"DATABASE.OWNER.TABLENAME";
    CrystalReportViewer1.ReportSource = rd;
    Thanks,
    Bhushan.

  • HT4137 I was able to restore all my info onto a new iPhone, except I cannot access my emails.  They are listed in new phone, but a note comes up saying "Cannot get mail. The connection to the server failed"  Any ideas?

    I cannot access my emails accounts after backing up and restoring my info onto a new iPhone. Any ideas?

    Hi kristafromne!
    I have an article here that I believe will help you with this issue. This article is about troubleshooting email accounts on your iPhone and can be found here:
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • How to delete a Gmail email from the iphone and have it remain on the iMac?

    I use Gmail and have the email accounts set up as "imap". I would like to be able to delete emails from my iPhone 5, yet have them remain on the server. I read on the internet that it can only be done by changing the accounts from imap to pop3 accoun

  • Multiple icloud accouts on one device

    Me and my wife share the same iPad. How does it work to use two separate iCloude account on the same iPad? For now I have converted my wifes MobileMe to iCloud and when I try to activate sync the Calender I get the question "Merge Calenders - Your ca

  • Is it possible to convert HTML to PDF without pagination?

    I have an HTML file that I'd like to convert to PDF. Ideally, I'd like the PDF to consist of one long page without being broken up into different pages. Is this at all possible? I also don't want to scale the image down too far as to make it unreadab

  • How to put ring tone in folder?

    Can not figure out how to put ringtones in the ringtone folder in itunes on my Mac before syinc to iphone. Tried to drag, tried to copy no luck can some one help? (Itunes 9.0.2)

  • DHCP Option 100 corrupt

    The DHCP option 100 "Middle Tier server" is configured and added on the scope under "Other DHCP Options". The values set for option 100 are two operable IP-addresses, reflecting two running Middle Tier servers Problem: When a client gets it's DHCP-ad