Download email from External Postfix Server to Leopard Mail Server?

Any pointers to specific articles, much appreciated.
We presently have our website and mail servers (postfix) hosted on surftown, which has squirrelmail for webmail.
We do not have a static IP and use dyndns.
The domain on surftown is xxxx.com
We also run an intranet with a couple of Leopard Servers behind a VPN,with our own local DNS on intranet.xxxx.com
I would like to take the emailserver inside the VPN and onto a Leopard Server, but leave the website on surftown.
Is it possible to have postfix on a Leopard Server log onto the postfix server at surftown and draw the email off?
Users would then access their email via the Leopard Server.
If they are in the office LAN or in a satellite office connected VPN, then they will use POP/IMAP within Mail.
If they are outside the VPN they can use Webmail via a logon with a Netgear SSL312.
Does anyone have any experience of using the Leopard Server postfix to tap an external postfix service? It would certainly be cheaper than paying DynDNS to do a mailhop and trap.

Look for discussions of [imapsync|http://freshmeat.net/projects/imapsync> as one potential starting point for your quest and as keyword fodder for your searches.
This is usually one of two general classes of problem. Presuming this is a technical limitation out at your ISP (eg: they don't "do" static addresses) and not a budget-targetting effort (implying that you probably won't want to spend on a tunnel), setting up an IPv6 tunnel over IPv4 might be an alternative.

Similar Messages

  • Iphone 4s does not download emails using imap when connecting to smartermail mail server

    iphone 4s does not download emails using imap when connecting to smartermail v2 mail server.
    when I search - the search results show and i can view the emails, but inbox doesnt download emails - says load more messages x read..
    the folders are displaying ok.
    Smartermail 2 is about 10 years old ( im not upgrading as its working fine other than this issue ) imap is fine with other mail clients.
    has anyone else experienced this?

    Just had the exact same issue on iOS 7, SmarterMail Enterprise 6.8
    https://discussions.apple.com/thread/5462200

  • Download servlet from external server

    I write a download file servlet. It should download files from external ftp and make the save as dialog window save it with proper extension.
    It gets 3 parametes:
    http://10.60.1.1:8080/sd-sp45/DownloadServlet?fileName=55555.doc&filePath=000/000/000/000/000/000/010/002/8c8/f07/57/00000000-0000-0000-0001-00028c8f076e&fileType=doc
    fileName - original file name;
    filePath - path and file name on ftp server;
    fileType - file type;
    I get an error IOException : java.oi.FileNotFoundException :
    ftp:\sdattach:[email protected]\sdftp\Servicecall\000\000\000/000\000/000/010\002\8c8\f07\57\00000000-0000-0000-0001-00028c8f076e (The file name, diroctory name, or volume label syntax is incorrect)
    I'm not sure if I can use here File class (maybe some network stuff)
    Besides, what shoud I change here :
    response.setContentType("application/octet-stream");
    response.setContentLength((int)F.length());
    response.setHeader("Content-Disposition","attachment;filename="+file);
    to save file with the extension i need?
    Thank you for help
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.net.*;
    public class DownloadServlet extends HttpServlet {
        File F;
        BufferedInputStream fif;
        ServletOutputStream stream;
        public void init(){
            F=null;
            fif=null;
            stream =null;
        public void doGet(HttpServletRequest request ,HttpServletResponse response) {
            try{
                try{
                // Setting Buffer size
                response.setBufferSize(50000);
                int buffersize;
                String filePath="";
                String fileName="";
                String fileType="";
                //Receiving variables
                fileName=request.getParameter("fileName");
                filePath = request.getParameter("filePath");
                fileType = request.getParameter("fileType");
                System.out.println("========New compile==");
                System.out.println(fileName);
                System.out.println(filePath);
                System.out.println(fileType);
                String downloadFile = "ftp://sdattach:[email protected]/sdftp/Servicecall/" + filePath;
                F=new File(downloadFile);
                String file=F.getName();
                buffersize= 10248;
                byte b[]=new byte[buffersize];
                // Setting Content Type
                response.setContentType("application/octet-stream");
                response.setContentLength((int)F.length());
                response.setHeader("Content-Disposition","attachment;filename="+file);
                stream = response.getOutputStream();
                fif = new BufferedInputStream(new FileInputStream(F));
                //writing data to output stream
                int count=fif.read(b,0,buffersize);
                while(count!=-1){
                stream.write(b,0,count);
                count=fif.read(b,0,buffersize);
                //closing objects
                fif.close();
                stream.flush();
                stream.close();
                F.delete();
                }catch(SocketException se){
                System.out.println("SocketException " +se);
                catch(IOException io){
                System.out.println("IOException " + io);
                catch(Exception e){
                System.out.println("Exception " +e);
            }catch(Exception e){ System.out.println("Exception " +e); }
    }

    assuming the filepath is absolutely correct, try doing this:
    String downloadFile = "ftp://sdattach:[email protected]/sdftp/Servicecall/" + filePath;
    response.setHeader("Content-Disposition","attachment;filename=\""+downloadFile+ "\"");

  • Thunderbird stopped downloading emails from the web server and now when I try to add a new account I get a message to say it cannot find the email server.

    Thunderbird was working and then for no reason it stopped downloading emails from the web server. I can access my emails in the web server okay. I have tried to remove my account and then add it again as a new account but I get a message saying that Thunderbird cannot find the email server. I have also tried to uninstall and reinstall Thunderbird but with the same result. I have also tried to remove the default mail server but have been unable to do so. How can I fix this?

    I figured out a workaround.... Since I can get e-mails to populate via iSync and my other computer is running Leopard (it's a powerpc chip and can't run Snow Leopard), I added the account on the other computer and got the new account to populate into my SL machine with iSync. I don't like that I can't actually add the account directly, but at least this got me working.

  • The mail client at my iPad Air can't download emails from a POP3 server!?

    why can't the mail client at my iPad Air download emails from a POP3 server!?

    Follow the directions in this post to create a POP account:
    Forcing creation of a POP or IMAP email account

  • Anyone having trouble conisistenly downloading email from comcast server with IOS 5?

    My Iphone 4 with IOS 5 just started having issues downloading email from comcast server consistently. It is working, but there is SOMETIMES a delay in download and then it works perfectly other times.  Sometimes it tries to download the same 200 emails over and over. Anyone have any ideas? I have already deleted and re-added my email account, reset phone and still not working properly.  Apple genius bar thinks it is a comcast issue IOS 5.

    Hello David,
    Please follow the steps provided here to properly configure your iPhone.  This is a quide from another user.  I you follow this exactly, the Comcast e-mail account will verify properly, and you will be able to send and receive all of your e-mail without having to create a Gmail account, as previously discussed.  You can ignore their comment.
    Thank you.
    Best Regards,
    -- Morris
    Hyperlink:  http://forums.comcast.com/t5/E-Mail-and-Xfinity-Connect-Help/Can-t-configure-Com cast-email-on-iPhone-iOS-5/td-p/1099031

  • Can't receive email from external in mail exchange server 2010

    we are facing problems of not receiving email from external parties from the mail exchange server 2010 suddenly.
    we can send and received internal emails but not the external, anyone could help to provide solution.  we also have our own in-house server 2012.
    hoping to get a best solution with thanks.
    This topic first appeared in the Spiceworks Community

    we are facing problems of not receiving email from external parties from the mail exchange server 2010 suddenly.
    we can send and received internal emails but not the external, anyone could help to provide solution.  we also have our own in-house server 2012.
    hoping to get a best solution with thanks.
    This topic first appeared in the Spiceworks Community

  • Setting up Leopard Mail Server to access external pop mail accounts

    First I don't know if this is possible, after a few hours trying I am not really sure if I am doing this right.
    I really just want to have my Leopard Mail server pull any new mail from my web hosting company mail servers that host my domain (samplename.com as an example). My domain is hosted by a web hosting company as part of my website package. I don't really want to stop having the web hosting company host my mail portion. (kinda of a backup mail server of sorts?)
    My Leopard mail server is called leopardserver.local and not my domain name (samplename.com). As I am afraid if I call my Leopard server by my domain name (samplename.com) it will stop letting me access my domain name (samplename.com) from my other Macs. Also possibly adding in to pull from my secondary domain name's mail server, and a gmail.com server later.
    I am trying to avoid to creating the MX records, etc. if possible. Will my idea work?

    Thank you pterobyte. This process was much simpler that I thought. After searching on these forums and finding the syntax for the .fetchmailrc file, I found on a website how to change the permissions for the .fetchmailrc file. This is now working when I log in as me and start it up - I will look at making it run from root later when I have more time.
    I do have a question now related to the flip side - sending mail from my server. When I send mail from my server using the webmail piece or the Mail app on the server I received this message:
    <[email protected]>;;: host smtp-server.mycableisp.com[00.00.000.000] said: 553 5.1.8
    <[email protected]>;;... Domain of sender address [email protected]
    does not exist (in reply to MAIL FROM command)
    To fix this I put in the Reply-To a different valid account like [email protected] - this suppresses the error, but my mail is not going anywhere. The recipient does not get the message that was sent.
    1. How can I fix this so my mail flows out and gets delivered?
    2. If I change the server name to something like domainname.net, would this fix #1?
    Here is the interesting part - If I create the message in Mail.app that has a From field (not webmail - which I will be using 99% of the time) everything flows through the mail server and gets delivered.
    My logs are empty in the Server Admin utility.
    I appreciate being able to learn more about this.

  • Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email. What is happening?

    Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email to the same recepient. What is happening?

    I talked with a tech today and he said I cloud is having problems which should be resolved shortly.
    In the mean time I used the .me smtp server settings which allowed me to send mail.

  • TS3899 cannot receive or send email from my hotmail account, refuses to verify server. I have changed my password, deleted the account numerous times, any solutions? all on ios 6.

    cannot receive or send email from my hotmail account, refuses to verify server. I have changed my password, deleted the account numerous times, any solutions? all on ios 6. it was working up until a few days ago and now refuses to load on both my ipad 2 and iphone 4S
    in the process deleted all my contact, very annoying.
    all help is much appreciated.
    interesting that my gmail account does work perfectly.

    this may or may not help - but give it a try.  On a forum some were reporting that talk21 is now under the yahoo umbrella.  below are the steps this use listed.  (This was an android forum, but the email settings should be the same.  In short it looks like their server names have changed.  An existing account may have simply been forwarded - but if you are reinstalling, it may want a clean install to the right servers.)  Pay particular attention to the server names and port settings.  (this thread was started based on a discussion of Imap vs pop - you are already an Imap person - so ignore that part)
    See if this helps.
    why settle for pop3, when IMAP works with talk21 and not only does mail get pushed out faster with IMAP, but when you click refresh it will be received faster than pop3.  The other advantage is subfolders are also supported with IMAP but cant be seen with POP3. This mail feature works with my android eclair & hero phone and the settings are exactly the same for win mobiles also (not tested). The mail setting up roadmap is the same from what i can remember once in the mail feature for win mobi. 
    This is what you need to do to setup Talk21 email with IMAP. 
    Incoming server settings
    IMAP server - imap.mail.yahoo.com
    Port - 143
    Security type - none 
    Outgoing Server settings
    SMTP server - smtp.mail.yahoo.com
    Port - 25
    Security type - none Also important note - Enable 'require sign-in'
    and enter your talk21 username and password The End...works a treat for me p.s. Its only taken me 3 years to work it out with win mobile and recently with android. Finally got it to work...hope this helps all the talk21 users out there. if there are any other similar posts out there with no answer...dont forget to mention my name when passing this post around.

  • Can't download email from Mail 5.3 installed on OS 10.7.5.

    I can't download email from Mail 5.3 the last 2 days installed on OS 10.7.5. Then tried to upgrade to Mail 10.5.6 but get message that all my volumes are full. No they're not!! What gives?? See grab shot below.
    <IMG SRC="http://imagehost.vendio.com/a/7694997/view/upgradeglitch.jpg">

    I may have just found the solution.  It turns out that the photos on my iPhone only became inaccessible after the latest upgrade of iOS 7.  They were not recognizable by any means of access from my mac. So...I launched iTunes and up came a dialog box asking me if I wanted to allow access to the iPhone via this computer.  I clicked "Allow," and it told me to use the iPhone to allow access.  I went to the iPhone and sure enough there was a dialog box asking for permission to share information with the computer.  I clicked "allow" or "yes" or something like that, and for me the problem was solved.  I can now upload photos from my iPhone with Bridge just like I used to.  No problem.  I hope this will work for other mac users.

  • IIS Issue:when trying to download code from AWS S3 and deploy in IIS server using Power Shell script while Windows startup Default Application pool is not started.

    Hi,
    I am trying to launch Amazon EC2 windows server 2008 R2 instance using AWS Auto Scaling feature. I have used cusmized AMI in Autoscaling Launch configuration to launch an instance.I have placed Power Shell script in AMI. 
    The responsibility of script is to download code from AWS S3 and deploy in IIS server while windows startup first time.
    When i check status, IIS is started succesfully. But default Application pool is not started.
    To resolve this issue i have written one scheduled script. It helps to start the application pool if any application pool is in stopped state.
    After this Application pool is started but i am not able to communicate with IIS server through browser.  
    Please help any one to resolve this issue.
    Thanks in advance

    Hi Vchreddy,
    For the IIS issue, we recommend you can post in IIS forum for more effective support:
    http://forums.iis.net/
    Thanks for your understanding.

  • Can I download emails from a web mail account? If so how? thank you?

    How can I download emails from a web mail account into Thunderbird please

    If the account can be set up with programs like TB, simply add the account, starting from File/New(or AppMenu/New Message)/Existing Mail Account. If TB doesn't detect the right settings, enter them manually according to the account provider's requirements. If the provide offers IMAP access, all of the webmail folders will be downloaded. If POP only is offered, the Inbox will be downloaded.

  • Mail 5.0 doesn't Download Email from Hotmail

    Hi,
    Mail 5.0 Doesn't Download Email from Hotmail,
    The other days he could,
    What can i do?

    In the preferences file, it already shows that my signature belongs to my mail account.  In fact, everything is precisely how I had it setup before Lion upgraded the mail program.  According to Mail - Preferences - Signatures, my signature should be automatically appended to my email, but the compose window doesn't allow me to select the signature.  It only shows that there are no signatures and gives me an option to open the preferences file.
    My point is that the preferences are set up correctly.  Something else is broken here.

  • Iphone 5 not downloading emails from one email address. Other email address work ok. Any suggestions?

    iphone 5 not downloading emails from one email address. Other email address work ok. Any suggestions?

    Hello rtie1,
    Thanks for using Apple Support Communities.
    For troubleshooting Mail on your iPhone please follow the steps in the article linked to below.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/TS3899
    Take care,
    Alex H.

Maybe you are looking for

  • Help with heterogeneous services

    Hello. I have been asked to try to create a dblink from an oracle 9.2 database on a solaris machine to a mysql 5.1 database on a windows xp machine. I need to know what software I need to get and install on both machines and what settings on the orac

  • LSO_CHECK_BOOKING custom error messages are not displayed

    Hi, Good day! I am currently experiencing some problems displaying custom error messages from BADI LSO_CHECK_BOOKING. I have implemented this Badi and is appending error messages in CT_MESSAGE_TAB however when the message is displayed in portal, the

  • Burning .iso with Disk Utility (Mac)?

    Anyone doing this? I read it can be done but I just tried and it didn't work. It's been a long 72 hours or so trying different ways to get my 82-minute 3D feature to various bluray permutaions (i.e. side by side, red-cyan, and of course, 2D) (saving

  • Zimbra Multi Domain SMTP auth/relay problem

    I have a query in setting up a multi-domain Zimbra 8.6 OSE on Ubuntu 14.04.I have successfully setup Domain1 with Zimbra and added virtual host Domain2. Mails to each of them are routing to each other and sending from the server to outside is also wo

  • Sims 3 Pets Freezing

    I just got Sims 3 Pets the other night, and my game keeps freezing with in a few moments of playing. At first the game would last for five to seven minutes. letting me get my sim a job and adopt a horse. but moments after the house gets to the home i