Displaying 5 results from an estimated 5 matches for "localmail".
Did you mean:
local_mail
2018 Sep 11
1
How to send mail to mailbox with disabled domain?
...p won't understand it's local.
But then it will try to file all mail for this domain locally and it will
also accept mail for this domain from outside.
So far I came up with two ways to work around this problem:
1. use another domain for example1.com mailbox names (for instance
example1.localmail) and put everything in place that it resolves locally
and is in the local-host-names table. It works, I tested it. But this
requires changing all the already created mailbox names. And change the
code behind the web interface.
2. set example1.com to be deliverable again and don't setup any...
2011 Dec 09
2
Horde mailboxes with Virtualmin and CentOS 6
I'm sorry if it is off-topic, maybe not.
I have CentOS 6, webmin/virtualmin panel and I just install Horde 3/imp 4.
In my virtualmin panel I have many email configured, but when I acces
Horde and I try to login with email/password or user/password, Horde
tell me login or password not good.
What I have to do to synchronize Horde and virtualmin mailbox?
Thanks you
Ernesto
2012 Feb 17
1
user_filter problem
...). So in my situation,
user_filter for lmtp should be: user_filter=(mail=%u), but for pop3 it
should be: user_filter=(cn=%u).
Please, see:
E-mail address: john at example.com
pop3 username: 0005a
pop3 password: very_secure_password
And ldap ldiff for this mailbox:
dn: cn=0005a,dc=example.com,ou=localmail,ou=mail
uid: 0005a
mail: john at example.com
mailbox: /data/mail/example.com/0005a/Maildir/
sn: 0005a
description: testing
homeDirectory: /data/mail/example.com/0005a
cn: 0005a
userPassword:: e0NSWVBUfWxpOXBVaEw5SWJkRWc=
objectClass: inetOrgPerson
objectClass: CourierMailAccount
objectClass: top
I...
2018 Sep 11
5
How to send mail to mailbox with disabled domain?
Given the following:
mailboxes:
user1 at example1.com
user2 at example1.com
user3 at example1.com
etc.
aliases:
whatever at example1.com -> user1 at example1.com
whatever at example2.com -> user1 at example1.com
whatever at example3.com -> user1 at example1.com
Now the problem:
example1.com MX goes elsewhere (doesn't point to this server anymore).
Domains example2.com and
2008 Feb 13
0
using LVM inside HVMs
Is it recommended to use logical volume management INSIDE a hardware
virtual machine domU guest?
I was trying to think through the ramifications, and I did not think
that the LVM in the master dom0 would be able to handle the partition
resizing INSIDE the domU guest should such a necessity ever occur.
As a background, the physical machine is running hardware RAID. The
dom0 is running LVM.