dovecot --hostdomain issue
I am on a server I called "email.
But dovecot says i am on sunfire.outputservices.com
dovecot --hostdomain
sunfire.outputservices.com
I would like to at least get it to say email.outputservices.com. But what I really want it to say is posta.outputservices.com.
First where does --hostdomain get it's information so I can clear that up?
Then how can I get it to identify as posta.outputservices.com?
Dave Ryan dovecot@outputservices.com Senior System Administrator Output Services, Inc. Thursday, September 24, 2015 1124 hrs MDT
doveconf -n
# 2.2.15: /usr/local/tools/dovecot/etc/dovecot/dovecot.conf
# OS: SunOS 5.10 i86pc
base_dir = /dovecot/var/run/dovecot
log_path = /dovecot/log/log
login_trusted_networks = 137.106.0.0/16
mail_location = mbox:~/posta:INBOX=/var/mail/%u
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /dovecot/etc/dovecot/conf.d/ldap.settings
driver = ldap
}
protocols = imap
service auth {
unix_listener /postfix/mqueue/private/auth {
group = postfix
mode = 0660
user = postfix
}
}
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imaps {
port = 993
}
}
ssl_cert = </dovecot/certs/dovecot.pem
ssl_key = </dovecot/certs/dovecot.key
ssl_prefer_server_ciphers = yes
ssl_protocols = !SSLv2 !SSLv3
userdb {
args = /dovecot/etc/dovecot/conf.d/ldap.settings
driver = ldap
}
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, 24 Sep 2015, dovecot@outputservices.com wrote:
I am on a server I called "email.
But dovecot says i am on sunfire.outputservices.com
dovecot --hostdomain sunfire.outputservices.com
I would like to at least get it to say email.outputservices.com. But what I really want it to say is posta.outputservices.com.
First where does --hostdomain get it's information so I can clear that up?
Then how can I get it to identify as posta.outputservices.com?
http://hg.dovecot.org/dovecot-2.2/file/8183663ad7c0/src/lib/hostpid.c
At the end.
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEVAwUBVgTdpnz1H7kL/d9rAQK0IAf+OTaBGNv4Jbg9nqUjW+2StNgGNZz3WTNo G6xhywH7/GeFjdXEywdgf3If7AMgI67SBS8pvFPnlon+OJqe9Kp6gaYqT7C4InFR o9EleynZLg9Dsr/DpUedu2XKFKe4orKPr+F0T0o9SaMrC/zPfZ0oaegSNFNEzFTB 7atvFzT+RxSqd6Rki2UxHt3i0WuaaRmZABg4nsIsomGJ36I7RlkNq/+IEqxPyogi l8kTstkb/I+jgjzkeghE/LFEod793yAhbrPzce0eJ51t42jY26pqsoxLgkudvPC8 eaFDKs4YWENSEHfIKa5dNYvIlLfYU1D1w5mJE6LgM2sM9lmlXN1+bQ== =k2Su -----END PGP SIGNATURE-----
participants (2)
-
dovecot@outputservices.com
-
Steffen Kaiser