I have fully functional mail server which uses maildrop as a delivery agent. Now i need to implement quota for each mailbox. I've found some articles which describes quota configuration with patch to postfix - but i found some posts that patched postfix quota functionality works only when virtual delivery agent is used.
I have a Exchange 2010 server and recently a majority of my users haven't been receiving their spam digests from GFI Max Mail. I checked the message log in GFI and they have the error "BOUNCE (PERM FAIL) 550 mailbox unavailable" I looked closer at the log and it seems pretty random who does and doesn't get it. GFI support hasn't been too much of a help, any ideas?
I'm using mutt&postfix on CentOS 6.2:
mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64
postfix-2.6.6-2.2.el6_1.x86_64
When I try to send mail to my company mailbox, I receive an error:
mutt -s "test" myname@ourcompany.com < /home/mail.txt
error from postfix:
: host out1.ourcompany.com[10.30.17.100] said:
555 Syntax error (in reply to MAIL FROM command)
Then I try to use service send
How can I remove the Administrator Mailbox from Exchange 2010?
I don't want to delete the whole user account because I need Administrator to access the Server, but Administrator shouldn't have any mail addresses assigned.
Background:
We use Eset Mail Security which is getting licenced per mailbox count.
In some SMTP server implementations (i.e. Postfix) you can enable "Delivered-To" and "X-Original-To" headers that will be added to your email.
This is very helpful with distribution lists to determine which e-mail address the mail has been redirected to.
I.e.
I use Postfix with virtual mailbox and Maildrop for the transport agent. All my emails are delivered to the folder /home/vmail/domain.tld/user/. Today I noticed that emails sent to non-existent addresses are delivered to the file /home/vmail/domain.tld/user.
I have a dismounted mailbox in my exchange 2010 server and my main mounted mailbox. When I create a new domain account it creates their mailbox against the dismounted one.
How can I change the default mailbox used for new user accounts?
I am using Windows SBS 2011.
Edit: Just to note, I am using the SBS Console to add the new user.
I have what I think is a quick easy question. I'd like to apply a service pack to my exchange 2007 mailbox server. I don't have a CCR setup, so its a pretty standard configuration.
I've got an Ubuntu server with the hostname node1.mydomain.com. I have mydomain.com set up with Google Apps for email, and mail sent to node1.mydomain.com arrives in the correct Google Apps mailbox. However, mail sent from this server through sendmail (by cron, php, or whatever else) to node1.mydomain.com only gets delivered locally to the user's mailbox, and isn't sent out over SMTP.