Questions tagged [mailbox]

209 questions
0
votes
1 answer

Extract user address book from Exchange 2013

How can I extract user address book from Exchange 2013 mailbox? Is there a power shell command to extract it into csv or vcf?
Tobia
  • 1,272
  • 9
  • 41
  • 81
0
votes
3 answers

Can access all users mailbox's in Outlook Web Access

Once i've logged into my work OWA, i've found i can access any other staff members mailbox simply by changing my username to theirs in the web address box! How do i turn off this scary 'feature'??? And can someone with someone add the…
RKid
  • 67
  • 1
  • 7
0
votes
1 answer

How to get contacts of user on exchange 2013 when have full permission on user's mailboxes

I want to export user's contacts into .csv file without knowing his password. Now, I can give an account admin full permission to user mailboxes by this cmdlet: Add-MailboxPermission -Identity abc@example.com -User admin -AccessRights…
cuongnv23
  • 230
  • 3
  • 9
0
votes
1 answer

Exchange Shared Mailbox with Forward Rule Removes Recipient when they are the Sender

We have a shared mailbox on Exchange 2010. This shared mailbox has a forwarding rule that will send any email received to a list of individuals. There is one person who will send an email to the shared mailbox and then will not receive the forward…
bmkaiser
  • 3
  • 2
0
votes
1 answer

Demote Exchange 2007 and move mailbox on Exchange 2013

we have an old Exchange 2007 hosting an email domain. Now the company has changed domain and we setup a new Exchange 2013 on the new domain that is up and running. About the old Exchange 2007, I'd like to switch it off, but mantaining the domain…
maurice
  • 61
  • 2
  • 6
0
votes
1 answer

Courier redownloads mails when there's no disk space

Background: Customer reported redownloading mails. Mails are stored in /home dir with no space available that time i've checked it. (Yes, we got Nagios, but customer is aware of the situation:>) Courier-imap{-ssl} version: 4.8.0-3 Question: How is…
0
votes
2 answers

Export Mailbox Size and Archive Size to the same file

I need to export mailbox Size and Archive size to the same csv file. I know to export the mailbox size I need to use Get-Mailbox | Get-MailboxStatistics | select-object Displayname,totalitemsize | export-csv .\filename.csv to get archive size I need…
gavraham
  • 13
  • 1
  • 4
0
votes
1 answer

Import mail from Google apps to Postfix/Dovecot Maildir

I was using Google apps for work and now I set up my own mail server since I have a lot of users and paying Google would be too much for that number :( Currently my Postfix and Dovecot are set to use Maildir/. I downloaded backup of mails from…
0
votes
0 answers

Covert Old Dovecot Configuration to New Format

I am trying to setup a very simple mail server with virtual domains with Postfix and Dovecot. I was following this steps to setup the postfix and first part it worked fine. https://www.howtoforge.com/linux_postfix_virtual_hosting Then i moved to the…
mahen3d
  • 4,342
  • 14
  • 36
  • 57
0
votes
3 answers

Exchange Powershell Export to pst size

I'm using exchange powershell to export exchange mailbox to pst. I'm using this command: New-MailboxExportRequest -Mailbox user -FilePath [path] This works but one user was 30GB and each export I do for this user errors out on import. What I want…
Benjamin Jones
  • 326
  • 1
  • 9
  • 23
0
votes
1 answer

Clean up AD References to now deleted mailbox Exchange 2013

We recently separated one of our mailbox databases into three databases to better manage its growing size. The migrations all went well, and the old database has been dismounted for some time. Today, in an effort to clean things up a bit, I deleted…
Austin
  • 1
  • 1
  • 2
0
votes
1 answer

Need to recover soft deleted mailboxes on 2010 exchange server after 2013 migration failed

The situation I am facing is that we were in the middle of moving mailboxes from an exchange 2010 sp3 environment over to a server running exchange 2013 and the exchange 2013 server had a raid error and we lost all data on the 2013 box immediately…
Az.
  • 91
  • 14
0
votes
1 answer

Is there any outlook.exe /resetfolders equivalent that can be executed against all Exchange mailboxes?

Outlook can "Restore missing folders for the default delivery location" if ran with a switch "outlook.exe /resetfolders". This is good for just one or two mailboxes. What can I do if I need to do this trick for multiple Exchange mailboxes? Asking…
0
votes
1 answer

Outlook Web App can't access another user mailbox, Outlook 2010 can

In our office some of our employees use Outlook from Office 2010, while others use the Outlook Web App. In my team me and a colleague use the Web App and Outlook side-by-side for testing, while others only use Outlook. We have a mailbox called…
Denniz
  • 15
  • 2
  • 5
0
votes
1 answer

How do I create a mailbox in powershell and determine which mailstore it creates it in?

I need to edit a powershell script that creates new users and add a section that creates them a mailbox, problem I am having is that I need it to check the first letter of the username to determine whether it creates it in 'Store A-M' or 'Store A-Z'…
Nuchi