Displaying 10 results from an estimated 10 matches for "dovecot_hostdomain".
2016 Sep 25
2
Setting hostdomain
...ecot --hostdomain` should
give a different output on the two servers. This is not the case for me: both
give "localhost". I'm trying to change my configuration to set the hostdomain
to another value, but I can't find how to do this.
I tried:
? setting the environment variable DOVECOT_HOSTDOMAIN=mydomain in
/etc/default/dovecot (which is read by the init script);
? adding the line
import_environment = TZ DOVECOT_HOSTDOMAIN=mydomain
to dovecot.conf;
? the combination of both of the above.
However, after restarting dovecot none of these changes seem to have any
effect: `dovecot --hostdo...
2016 Aug 23
2
Change dovecot hostname
Well, I tried setting the following in /etc/environment and restarting the
server:
DOVECOT_HOSTDOMAIN="mail.domain.test"
After doing so, I verified that the command "dovecot --hostdomain" returned
"mail.domain.test" and not "appserver4.domain.com"; however, the email
received header still shows:
Received: from mail.domain.test by appserver4.domain.com (Dove...
2016 Jan 03
2
Replication - hostname issue
I have postfix/dovecot setup on a virtual gentoo server. It's been in service for almost two years without any issues.
Now I want to set up a spare server to replicate mails from the one running. I copied the vm files to the second host server, changed the ip, hostname and hosts file for the copy and followed the dovecot replication doc.
The last point in the doc tells to rundovecot
2016 Aug 19
3
Change dovecot hostname
I have noticed that the name of my private server running dovecot appears
in email headers rather than the public-friendly name of my server.
Is there a method to specify an alternate server name for the dovecot
server to use for itself in the dovecot configuration files? I performed a
few Google searches and was not able to find the answer to my question.
-------
user at server1:~$ dovecot
2013 Oct 10
0
v2.2: Fix to slow process creation in some setups
...creating a new process. In some configuration this lookup could have done a somewhat slow DNS lookup, causing the process creation to become very slow and triggering this message.
The fix is in v2.2.7 and you can also workaround this:
? Add to dovecof.conf: import_environment = TZ DEBUG_OUTOFMEM DOVECOT_HOSTDOMAIN
? Before "dovecot" binary is started, run: export DOVECOT_HOSTDOMAIN=mailserver.example.com (of course changing the value)
2014 May 21
1
LMTP hostname ignoring ENV variables
I am having an issue with LMTP appending the local hostname to received mail from Postfix. I either want to append localhost, a custom string, or nothing at all. Looking through the source code, I believe I should be able to set "export DOVECOT_HOSTNAME" and "export DOVECOT_HOSTDOMAIN" in my initscript to override the hostname set in lmtp/commands.c, client_get_added_headers()
I'm using Centos 5; my hostname is mailtest1.atest.qq -- it is not defined in /etc/hosts.
The added header is below:
??? Received: from mail.mailorxyz.de
?????? ??? by mailtest1.atest.qq (Dove...
2015 Sep 11
2
Need help on checkpassword userdb/passdb
...user=mark temp
ENV variables passed to the checkpassword program:
DOVECOT_PRESERVE_ENVS=TZ CORE_OUTOFMEM CORE_ERROR
DOVECOT_CHILD_PROCESS=1
CONFIG_FILE=/usr/local/var/run/dovecot/config
CLIENT_LIMIT=1000
PROCESS_LIMIT=1
PROCESS_MIN_AVAIL=0
IDLE_KILL=60
GENERATION=2991
DOVECOT_HOSTNAME=mail
DOVECOT_HOSTDOMAIN=mail.hprs.local
DOVECOT_VERSION=2.2.15
LOG_SERVICE=1
SOCKET_COUNT=6
SSL_SOCKET_COUNT=0
SOCKET_NAMES=login tokenlogin auth-login auth-client auth-userdb auth-master
PROTO=TCP
ORIG_UID=151
SERVICE=imap
TCPLOCALIP=192.168.0.2
LOCAL_IP=192.168.0.2
TCPREMOTEIP=192.168.0.58
REMOTE_...
2014 Jan 07
1
BUG report: doveadm HEADER <field> <pattern> when concatenating with another Search key
...a look at this and fix it?
Thanks in advance,
Megodin
--
mailstorage @ NFS with nfsvers=3 (NetApp)
# 2.2.5.5 (e5350245ad9b): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-358.23.2.el6.x86_64 x86_64 Red Hat Enterprise Linux
Server release 6.4 (Santiago) nfs
import_environment = TZ DEBUG_OUTOFMEM DOVECOT_HOSTDOMAIN
# 2.2.9.2 (8d71ef248a6e): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-358.23.2.el6.x86_64 x86_64 CentOS release 6.5 (Final)
nfs
_________________________________________________________________
Send and receive anonymous emails to your inbox with InboxAlias.
http://www.inboxalias.com
2015 Sep 12
0
Need help on checkpassword userdb/passdb
...user=mark temp
ENV variables passed to the checkpassword program:
DOVECOT_PRESERVE_ENVS=TZ CORE_OUTOFMEM CORE_ERROR
DOVECOT_CHILD_PROCESS=1
CONFIG_FILE=/usr/local/var/run/dovecot/config
CLIENT_LIMIT=1000
PROCESS_LIMIT=1
PROCESS_MIN_AVAIL=0
IDLE_KILL=60
GENERATION=2991
DOVECOT_HOSTNAME=mail
DOVECOT_HOSTDOMAIN=mail.hprs.local
DOVECOT_VERSION=2.2.15
LOG_SERVICE=1
SOCKET_COUNT=6
SSL_SOCKET_COUNT=0
SOCKET_NAMES=login tokenlogin auth-login auth-client auth-userdb auth-master
PROTO=TCP
ORIG_UID=151
SERVICE=imap
TCPLOCALIP=192.168.0.2
LOCAL_IP=192.168.0.2
TCPREMOTEIP=192.168.0.58
REMOTE_...
2017 Mar 28
5
cannot login to imap under load
...Linux 4.4.38-93-default x86_64 SUSE Linux Enterprise Server 12
(x86_64)
auth_mechanisms = plain login
default_client_limit = 2000
default_process_limit = 2000
default_vsz_limit = 512 M
disable_plaintext_auth = no
imap_client_workarounds = tb-extra-mailbox-sep
import_environment = TZ DEBUG_OUTOFMEM DOVECOT_HOSTDOMAIN
mail_location = maildir:~/Maildir
mail_plugins = " quota"
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environ...