mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.99k stars 1.44k forks source link

Can not add second domain emails to outloook #1124

Closed NitescuLucian closed 7 years ago

NitescuLucian commented 7 years ago

Hello guys, I have the following domains configured in MiaB. Old: ns1.box.alfa.com ns2.box.alfa.com

New: ns1.box.beta.com ns2.box.beta.com

All good and nice but when to configure an outlook what I put at Mail server do I put box.alfa.com? Or what?

I aslo tried multiple combinations nothing looks good.

NitescuLucian commented 7 years ago

tail -f /var/log/mail.log


Mar 28 11:35:15 imap(email@beta.com): Info: Disconnected: Logged out in=91 out=909
Mar 28 11:35:19 box postfix/submission/smtpd[38978]: connect from unknown[12.34.567.89]
Mar 28 11:35:20 box postfix/submission/smtpd[38978]: 7150B42A3C: client=unknown[12.34.567.89], sasl_method=LOGIN, sasl_username=email@beta.com
Mar 28 11:35:20 box postfix/cleanup[38980]: 7150B42A3C: replace: header Received: from DESKTOPKBAA0IT (unknown [12.34.567.89])??(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))??(No client certificate requested)??by box.omega-trust.com (Postfix) with from unknown[12.34.567.89]; from=<email@beta.com> to=<email@beta.com> proto=ESMTP helo=<DESKTOPKBAA0IT>: Received: from authenticated-user (box.omega-trust.com [123.45.67.890])??(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))??(No client certificate requested)??by box.omega-trust.com (Postfix) with ESMTPSA id 7150B42A3C??for <email@beta.com>; Tue, 28 Mar 2017 11:35:20 +0300 (EEST)
Mar 28 11:35:20 box postfix/cleanup[38980]: 7150B42A3C: message-id=<>
Mar 28 11:35:20 box postfix/qmgr[51954]: 7150B42A3C: from=<email@beta.com>, size=1339, nrcpt=1 (queue active)
Mar 28 11:35:20 lmtp(39404): Info: Connect from 127.0.0.1
Mar 28 11:35:20 box spampd[2197]: processing message (unknown) for <email@beta.com>
Mar 28 11:35:20 box postfix/submission/smtpd[38978]: disconnect from unknown[12.34.567.89]
Mar 28 11:35:23 box spampd[2197]: clean message (unknown) (0.44/5.00) from <email@beta.com> for <email@beta.com> in 2.16s, 1851 bytes.
Mar 28 11:35:23 lmtp(39404, email@beta.com): Info: eoY5MUgg2ljsmQAAJLsWgw: sieve: msgid=unspecified: stored mail into mailbox 'INBOX'
Mar 28 11:35:23 box postfix/lmtp[38981]: 7150B42A3C: to=<email@beta.com>, relay=127.0.0.1[127.0.0.1]:10025, delay=2.7, delays=0.39/0/0.04/2.3, dsn=2.0.0, status=sent (250 2.0.0 <email@beta.com> eoY5MUgg2ljsmQAAJLsWgw Saved)
Mar 28 11:35:23 lmtp(39404): Info: Disconnect from 127.0.0.1: Successful quit
Mar 28 11:35:23 box postfix/qmgr[51954]: 7150B42A3C: removed ```
NitescuLucian commented 7 years ago

Just found how. I used port 25 as TLS and 993 as SSL. This fixed my problem... but... why?

yeah commented 7 years ago

@NitescuLucian please use https://discourse.mailinabox.email/ for questions, so we can use GitHub issues for MIAB development only. Otherwise, we'd risk slowing down development, because contributors might loose track of what's related to development and what's a user/support question. Thanks!