Posted on

Outlook – font used in replying emails

When replying to an email with Outlook it may happen that you write the text using a different font than the one you normally use. For example it could be different in type and size (smaller!). The problem is that Outlook uses the font used by the sender in response.

To force the email to always use the same font you have to go to File – Options. In the configuration mask that appears, select the “Mail” block on the left, click on the “Decorative elements and fonts” button and set the desired fonts.

Posted on

Migrate IMAP mailboxes to Microsoft 365 – Office 365 – Exchange online

Here are the steps required in sequence to migrate an IMAP domain to Exchange Online.

  1. Add the domain to your Microsoft 365 tenant. You don’t have to complete the mail server setup.
  2. Add domain users to Microsoft 365. Each user must have a Microsoft 365 Business Basic, Standard, or Premium license
  3. Prepare the csv file for migration, separated by commas. In the first line put EmailAddress, UserName, Password. In the following lines the data: “EmailAddress is the Microsoft account,” UserName “is the imap server account and” Password “is the imap server password

example of csv

EmailAddress,UserName,Password
terrya@contoso.edu,contoso\terry.adams,1091990
annb@contoso.edu,contoso\ann.beebe,2111991
paulc@contoso.edu,contoso\paul.cannon,3281986
  1. Log in as an administrator in Microsoft 365 and go to the Exchange admin center. (Note: this guide is for the “classic” Exchange administration interface. Select “recipients” on the left; select “migration” at the top.
  2. At the center of the page there is a button with three dots: …. Selecting it, the endpoint is inserted, that is the Imap source server. In the next window add the new endpoint (IMAP).
  3. Create a new migration. launch the migration
  4. once the migration is complete, in the tenant, you can finish configuring the domain for what concerns the mail server, following the instructions on the tenant and changing your dns

The Rules of Migration

You can put all users in a migration. When a migration ends in error, you can delete a user from it and put the same user in another migration. You can have multiple migrations at the same time but the same user cannot exist in more than one migration. Migration can exist for up to 60 days.

It is not a migration

In reality, Microsoft does a more sophisticated operation than a “trivial” migration: it makes a sync. Synchronize entire imap mailbox to Exchange mailbox in one direction (from imap to exchange). It is sophisticated but less effective than a normal migration: it is not in real time but after 24/30 hours. So if you want to replace the mail server, users would lose at least 24 hours of email.

Configuring perspectives

On Outlook clients, you can add the new Exchange account online. It will be the same as the old mailbox, but will be managed by Exchange. For a while you will then have 2 mailboxes that manage the same mail but on different servers: one is the old imap server, the other one the new Exchange server. When the migration is finished and you have also moved the mx records on the dns, you can delete the old mailbox. Before doing this, however, you must also memorize the contacts and the calendar from the “old” to the “new”:

Contacts: select all contacts, right click, select “move” and then “copy to folder …”, Exchange mailbox contacts.

Calendar: To move appointments between 2 calendars: both calendars and drag appointments from old to new.

Problems in migration

If you have any problem you can investigate using PowerShell. First install ExchangeOnlineManagement.

Connect to the tenant:

Connect-ExchangeOnline -UserPrincipalName <your Admin Username>

The password request screen appears.

List of all endpoints in the tenant

get-migrationendpoint|FL

endpoint test

Test-MigrationServerAvailability -Endpoint <Identity of the endpoint from above>

view sync configuration of single user

Get-SyncRequest -Mailbox  <user>

esport migration result for a user

Get-MigrationUserStatistics <user> -IncludeSkippedItems -IncludeReport 
-DiagnosticInfo "showtimeslots, showtimeline, 
verbose" | Export-Clixml C:\temp\MigMyUser.xml

Exchange mailboxes have a 35MB limit. If you have to move something bigger during the migration you have to change this limit.

Set-Mailbox -Identity <user> -MaxReceiveSize 150MB

Documentation:

Posted on

How to check the execution of Microsoft Agent Backup

To check the outcome of Microsoft Azure Backup execution we can take advantage of the fact that, if the backup fails, some events are generated.

Prepare script to send email

Copy and paste the following code in a new file and modify it with your data (mail server, user, password, messages).

$SMTPServer = "YOUR SMTP SERVER"
$SMTPPort = "25"
$Username = "USERNAME TO ACCESS SERVER"
$Password = "PASSWORD"

$to = "Email recipient"
# $cc = "cc email recipient"
$subject = "Error Backup MyServer"
$body = "backup failed"
# $attachment = ""

$message = New-Object System.Net.Mail.MailMessage
$message.subject = $subject
$message.body = $body
$message.to.add($to)
# $message.cc.add($cc)
$message.from = $username
# $message.attachments.add($attachment)

$smtp = New-Object System.Net.Mail.SmtpClient($SMTPServer, $SMTPPort);
$smtp.EnableSSL = $true
$smtp.Credentials = New-Object System.Net.NetworkCredential($Username, $Password);
$smtp.send($message)
write-host "Mail Sent"

Save it as file with extension .ps1

Creating a new Task

  1. Open the Task Scheduler : Control Panel -> Administrative Tools -> Task Scheduler
  2. Right-click the “Task Scheduler Library” branch, and select the New Folder option.
  3. Type a name for the folder. For example, MyTasks.
  4. Expand the “Task Scheduler Library” branch, and select the MyTasks folder.
  5. Click the Action menu.
  6. Select the Create Task option.

Task to check Azure Backup

  1. In the Name field you can write something like “Check Micrososft Agent Backup”.
  2. Click the Triggers tab.
  3. Click the New button.
  4. Use the “Begin the task” drop-down menu to select “On a Event”
  5. Click custom option under the Settings section.

  1. Click the Edit Event Filter… button.
  2. Go the XML tab and at the bottom of the menu press the edit query manually button.
  3. Copy and paste the below XML and OK the changes.
<QueryList>
<Query Id="0" Path="CloudBackup">
<Select Path="CloudBackup">*[System[(Level=1 or Level=2) and (EventID=5 or EventID=10 or EventID=11 or EventID=12 or EventID=13 or EventID=14 or EventID=16 or EventID=18)]]</Select>
</Query>
</QueryList>
  1. Click the Actions tab.
  2. Click the New button.
  3. Browse on the previous powershel script
  4. Clicck OK to save the task

From now on, an email should be sent to you when the backup fails.

Posted on

Black Friday Sito Web

black_friday_sito_web

Il Black Friday 2019 è arrivato; approfitta della nostra offerta sulla realizzazione del tuo sito web.

Il tuo sito web realizzato con wordpress a soli 100 euro, se passi a noi la gestione del tuo dominio. La nostra gestione ti porterà dei vantaggi a cui non sei abituato.

Questa offerta è destinata a tutte le aziende che

  • vogliono svecchiare la veste grafica del proprio sito
  • sono appena partite e vogliono un bel sito web vetrina senza spendere troppo
  • vogliono una gestione del sito, del dominio e della posta elettronica fatta da persone che si impegnano in prima persona nell’aiutarvi.

Cosa include l’offerta

  • Registrazione dominio, se non ne avete uno (.it,.com,.net, etc)
  • Trasferimento dominio (se esiste già)
  • Creazione struttura grafica e HTML
  •  Max 6 Pagine in una sola lingua, per presentare a chi naviga la vostra azienda e illustrare i prodotti e i servizi offerti. (.. ma se sono necessarie 7 pagine .. non c’è problema)
  • Inserimento testi e immagini
  • Trasferimento se è tecnicamente possibile, di tutti i messaggi di posta elettronica dalle vecchie cassette postali alle nuove (il vostro indirizzo email non cambia). Max 10 cassette postali.
  • Addestramento del personale nella configurazione delle cassette postali sui software che usate per leggere la email (Outlook, Thunderbird, Iphone, Android, etc). Max 10 utenti.

Cosa non include l’offerta

L’offerta non include il pagamento dell’hosting annuale con contratto di manutenzione, pacchetto che vale 190 euro / anno con una cassetta postale IMAP da 8 GB. Con questo contratto di manutenzione avrete a disposizione NOI , cioè l’intera MECDATA SRL e la nostra esperienza decennale nell’aiutarvi a migliorare il vostro rapporto con il web e la posta elettronica. L’hosting viene pagato totalmente a Gennaio oppure , durante l’anno, come quota parte (es per un contratto che parte a Dicembre pagate 1/dodicesimo). Naturalmente si possono avere quante cassette postali volete e con le dimensioni che volete, secondo i nostri listini.

Come si svolge il progetto

  • Ci contattate al telefono e ci spiegate le vostre esigenze
  • Creiamo la struttura del sito che verrà personalizzata a seconda delle vostre necessità.
  • Pubblichiamo un sito parallelo al vostro senza toccare il vostro sito esistente : es. test.vostrosito.it
  • Quando e se il nostro lavoro vi piace, procediamo allo spostamento del dominio o alla registrazione del nuovo dominio

SEI PRONTO PER IL BLACK FRIDAY ?

CHIAMACI ALLO 051.790428 PER APPROFITTARE DELL’OFFERTA.

OPPURE SCRIVI A info@mecdata.it

Posted on

Email – how to move your address book from Thunderbird to Outlook

  1. export the Thunderbird address book in .CSV format without special configurations
  2. while importing the .CSV file into Outlook, after choosing the “Contacts” folder in which to import the contacts, click on “Map Custom Fields“, select the fields of the .CSV file and associate them with the fields of the Outlook address book.
Posted on

Outlook – I don’t see emails imported with a .pst file

SCENARIO

You need to move emails from one account or personal folder to a different IMAP account. You are using Outlook. You exported the “source” emails to a pst file and imported the file with Outlook to the “destination” account. Everything seems to have been done correctly because you see the folders of the old emails on the new account, however, inside the folders, you don’t see the emails.

Don’t be alarmed! The emails are there ….. but they are hidden

SOLUTION

In Outlook, click on a folder where you don’t see the content. At the top click on View – Change View. In the window that appears click on “IMAP Messages“. If you have many folders in the same window,  you have the “Apply current view to other mail folders” button.

Posted on

Problemi delle caselle email molto grandi

La posta elettronica è cambiata molto negli anni: da semplice mezzo di comunicazione è diventato il nostro “contenitore” preferito di informazioni. Conserviamo tutto nella nostra cassetta postale: comunicazioni, contratti ordini, fatture, etc. Queste informazioni devono sempre essere accessibili ovunque noi siamo: non possiamo più vederle solo dalla nostra postazione di lavoro ma anche attraverso il nostro smartphone.

Le aziende e gli utenti chiedono ai Provider caselle email di dimensioni sempre maggiori. In azienda l’email è e rimane il principale mezzo sia di comunicazione ma, oggi, anche il principale strumento per archiviare i file. Conserviamo tutte le email che riceviamo con allegati di qualsiasi dimensione; conserviamo anche tutte le email che inviamo anche se contengono allegati che abbiamo prelevato dal nostro stesso computer.

Il motivo è che inviare un file via email è semplice, veloce e comodo, inoltre quel file rimarrà per sempre nella casella dell’utente, che così potrà averlo sempre a portata di mano. Sarebbe stato meglio spostare il file su un server di rete o utilizzare in azienda servizi di cloud storage , ma l’email rimane il metodo più immediato.

L’altro motivo per cui le email crescono sempre è che gli utenti non sentono il bisogno di fare spazio nella propria casella email, magari cancellando i messaggi che non servono più o semplicemente svuotando il cestino.

Ma quali sono i problemi di una caselle email di grandi dimensioni?

Il primo sono i tempi di avvio del proprio programma per leggere le email, ad esempio Microsoft Outlook diventa sempre più lento man mano che la caselle email diventa più grande.

Un altro problema è che non tutti i fornitori di web e email hosting forniscono caselle email di grandi dimensioni, molti non vanno oltre pochi GB di spazio per casella email.

Inoltre una casella email di grandi dimensioni diventa onerosa da gestire anche lato server il che la rende lenta nell’accesso e nelle ricerche.

Quali sono invece i limiti di dimensione che una casella email può raggiungere?

La documentazione ufficiale di Microsoft Outlook dichiara che le prestazioni di Outlook iniziano a peggiorare non appena il file di archivio delle email OST supera i 10GB. Superato i 25GB i problemi di lentezza e blocchi di Outlook aumentano.

Arrivati a 50GB Outlook smette di funzionare in quanto questa è la dimensione massima che può raggiungere un file PST, ed è necessario eseguire delle operazioni di manutenzione, con conseguente fermo del lavoro dell’utente.

Lato server, ovvero per il fornitore del servizio di email hosting, non ci sono limiti veri e propri di dimensione ad una casella email, ma potrebbero esserci dei problemi nell’indicizzazione e nell’archiviazione di caselle email molto grandi.

il nostro servizio di gestione email

Mecdata in collaborazione con il partner Qboxmail offre un servizio di gestione email professionale:

  • Casette postali di diverse dimensioni/costi per rispondere a qualsiasi esigenza : 4GB, 8GB, 25GB, 50GB
  • Cassetta postale sempre aggiornata e uguale in ogni istante su ogni vostro dispositivo : computer, notebook, tablet, smartphone
  • Webmail, sviluppata ed ottimizzata per gestire caselle di grandi dimensioni

Sei interessato ? CHIAMACI ALLO 051.790428 OPPURE SCRIVI A info@mecdata.it