Do POP3 and IMAP Clash When Syncing the same account - email

I am currently trying out IMAP with a few of my email accounts on both macs and pcs using Outlook. It seems to work fine (better on PC Outlook) to a certain extent, but there are a few issues which I cannot get to the bottom of.
Every now and again I get Send/Receive errors saying that Outlook cannot contact my server. Could this be because I have both POP and IMAP set up on the same account on several computers and they are therefore clashing when syncing with the server?
UPDATE
In other words, if I disable the account that is using POP, will the errors go?

No; that would happen if the server is down (or buggy)

Related

What happens to Gmail emails after a hosting change?

I am hosting the email for one of my domains at Gmail. I then run an IMAP client on my local computer to read and send email. Totally standard.
I now want to move the hosting for that domain to another email provider, where I will again run an IMAP client to deal with the mail.
Question: What happens to all the messages that are currently on Gmail? I THINK that they will stay in place, and I'll be able to access them via gmail.com and/or a Gmail app. But maybe not? Maybe Gmail will somehow find out about the MX change and decide that it should delete them all, because Reasons. Or it can't find the messages on its own server because the MX has changed, and so won't let me see them. Or something. In any case, losing access to these old messages would be Very Bad.
So, which is it? Will the world behave the way that I'm 99% sure that it will, such that I'll still be able to go to gmail.com and read the old messages after the switch? Or do I need to move the old messages somewhere else before making the hosting switch? Thanks for helping with my paranoia!
Google doesn't care what domain you use to route emails towards your Gmail inbox. If you change your domain to use another email provider, you will still have your existing Gmail inbox, until you shut down your Gmail account. So any existing emails in your Gmail inbox will be left untouched.
The same goes for any other hosting provider.

How to configure server (ldap?) for email?

I want to be able to read my email on several devices, preferably with Thunderbird. The process of reading it removes it from the server, downloading it onto whatever device I'm using. I would like to be able to have my email downloaded to my private server and be able to access it from any of my devices, preferably with "new mail" notifications being available on whatever device reads it first.
I thought I might be able to store it with LDAP, but I think that applies to only the address books.
Can someone outline what I would need to do this?
Thank you!
You probably have your accounts configured as POP3 with activated deletion when downloading. The most common way is to use IMAP instead (although it is also possible to configure POP3 to not delete e-mails on the server). Most clients will not delete e-mails from the server then by default. Please see your provider's instructions fot the correct IMAP settings.
For Thunderbird, see http://mzl.la/1ApHlPG on how to migrate to IMAP and http://mzl.la/1ApHiDr for more information on IMAP.
LDAP is not directly related to your e-mails.

Make Outlook stop trying to connect to server after import

I have a client who had a Godaddy/secureserver email account, and several office computers on Outlook connecting to it through a Microsoft Server. She was having issues with some emails not coming through to Outlook (but you could go into webmail and see them coming to the server). The guy who had set up her server was no longer around, and I'm not experienced with exchange server settings, so just told her to not have Outlook go through the server but connect directly to secureserver.
So I backed everything up as .pst, totally deleted everything else from Outlook, starting it fresh, and then imported the .pst. But now all this weird stuff is happening with emails not sending, emails showing up and then disappearing, and the one consistent thing I see happening is an attempt to connect to the exchange server, which is baffling me. Is something embedded in the .pst telling it to connect to the old server? If so, how do I save her (thousands and thousands of) emails organized in dozens of folders without bringing back in the exchange settings?
I can confirm you that there's nothing in the PST referencing her old exchange server. The only thing that I can think of is that all the recipients (including sender) email address format, when exporting emails to a PST, are still in the format X500 instead of SMTP. So if you export things to the pst and use this pst outside of this particular exchange server you will not be able to reply or keep track of existing conversations.
I suggest you wipe out all email profiles in Control Panel -> Mail, restart computer and create a new email profile if you did not tried that already

Send email from server without SMTP enabled

I have written a couple of web sites that contain a "contact us" form.
However, our host recently switched SMTP off. Their excuse is "security issues".
The solution they offer is that they implemented rules whereby all mail generated from the platforms must be sent using the sendmail/phpmail functions and pass through a mail relay which checks the mails and their content and ensures malicious content and activity is completely blocked and they recommend I use "A virtual or dedicated solution".
I have no idea what it is they want me to do to get emailing working again and this is quite urgent as many clients are not getting their emails.
Is there an easy way to go around this in order to get emailing working again?
Many thanks in advance
It generally means that you will have to specify the new mail server they are providing instead of localhost in your code. Further, earlier, you were able to send the mail without authenticating but now on, you must have an account and you must authenticate before you send the mail. (I am not sure though, may be they allow relay to their own servers and you might not need authentication).
Go to the control panel of your hosting account and check for the mail panel. Check out the new smtp server name there and code your site to use this smtp server with credentials. This will let you send mail again.

Migrating from POP to IMAP, multiple account folders

I am about to migrate all of my email accounts to using the IMAP protocol instead of the POP protocol. The problem I have is that the folders I currently have in Outlook have email in them from multiple accounts. So for instance I have a folder called 'Enquiries' which includes emails from 'enquiries#company1.com' and emails from 'enquiries#company2.com'
Is there a way to combine folders from multiple IMAP email accounts that are on my server? Or do I have to have separate folders for each account? Can I have one large 'PST' file on my server to hold all of my email accounts?
Additionally, if I open up Outlook on my laptop, will I be able to see all of my emails from the past even if I lose my internet connections? Is this what 'Idle' mode is for?
IMAP supports sharing. But folders belong to a user. So it's unusual to want to do what you have described.
If you want the mail to appear in the same folder, I'm pretty sure you will need to configure your mail server(s) to direct all incoming mail for those two addresses into the same user/folder.
PST files are not an IMAP thing - they're a proprietary Microsoft thing, so no, you can't do that with IMAP.
As for lost internet connection, this should be straight-forward for you to test. Simply disable your internet and see what happens. Try it with messages and folders that you have and haven't previously opened.
This Microsoft article about working offline makes me think that you won't be able to view existing messages.