<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Configure Outlook to use iRedMail accounts]]></title>
		<link>http://www.iredmail.org/forum/topic4288-configure-outlook-to-use-iredmail-accounts.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4288.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Configure Outlook to use iRedMail accounts.]]></description>
		<lastBuildDate>Tue, 18 Dec 2012 13:56:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19607.html#p19607</link>
			<description><![CDATA[<p>Yup.&nbsp; Got it.&nbsp; Thanks a whole bunch.</p>]]></description>
			<author><![CDATA[null@example.com (Pacopag)]]></author>
			<pubDate>Tue, 18 Dec 2012 13:56:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19607.html#p19607</guid>
		</item>
		<item>
			<title><![CDATA[Re: Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19587.html#p19587</link>
			<description><![CDATA[<p>To enable smtps, please enable smtps in /etc/postfix/master.cf, and add necessary arguments like submission. for example:<br /></p><div class="codebox"><pre><code>smtps     inet  n       -       n       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject</code></pre></div><p>Don&#039;t forget to open port in iptables.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 18 Dec 2012 07:23:20 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19587.html#p19587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19586.html#p19586</link>
			<description><![CDATA[<p>I&#039;ve been looking around further, and it seems like it might work to use SSL over port 465, but this is deprecated and not supported by iRedMail out-of-the-box (I think).&nbsp; Is there any workaround to get iRedMail to use SSL over port 465 for smtp?</p><p>The other option is to disable encryption altogether, but I can&#039;t seem to figure that out either.&nbsp; I tried commenting out all the tls-related lines in /etc/postfix/main.cf and reloading postfix. Then in Outlook I tried smtp port 25 with No encryption, but it&#039;s still not working.&nbsp; But I&#039;ve found that even with this configuration, I can&#039;t connect via POP3 without using SSL in Outlook, so I don&#039;t think I&#039;m disabling the encryption stuff in postfix correctly.</p><p>Here&#039;s my main.cf in an attempt to disable tls/ssl and use port 25 with no encryption.<br /></p><div class="codebox"><pre><code># See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no

# appending .domain is the MUA&#039;s job.
append_dot_mydomain = no

# Uncomment the next line to generate &quot;delayed mail&quot; warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
#smtpd_tls_cert_file = /etc/ssl/certs/iRedMail_CA.pem
#smtpd_tls_key_file = /etc/ssl/private/iRedMail.key
#smtpd_use_tls=no
#smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
#smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = mx.backsaba.com
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
myorigin = mx.backsaba.com
mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname
relayhost = 
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = ipv4
virtual_alias_domains = 
mydomain = backsaba.com
mynetworks_style = subnet
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_reject_unlisted_recipient = yes
smtpd_reject_unlisted_sender = yes
smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated
delay_warning_time = 0h
maximal_queue_lifetime = 1d
bounce_queue_lifetime = 1d
proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions
smtp_data_init_timeout = 240s
smtp_data_xfer_timeout = 600s
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated, check_helo_access pcre:/etc/postfix/helo_access.pcre
queue_run_delay = 300s
minimal_backoff_time = 300s
maximal_backoff_time = 4000s
enable_original_recipient = no
disable_vrfy_command = yes
home_mailbox = Maildir/
allow_min_user = no
message_size_limit = 15728640
virtual_minimum_uid = 1002
virtual_uid_maps = static:1002
virtual_gid_maps = static:1002
virtual_mailbox_base = /var/vmail
transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf, proxy:mysql:/etc/postfix/mysql/transport_maps_domain.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf, proxy:mysql:/etc/postfix/mysql/domain_alias_maps.cf, proxy:mysql:/etc/postfix/mysql/catchall_maps.cf, proxy:mysql:/etc/postfix/mysql/domain_alias_catchall_maps.cf
sender_bcc_maps = proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf, proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_domain.cf
recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_user.cf, proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_domain.cf
relay_domains = $mydestination, proxy:mysql:/etc/postfix/mysql/relay_domains.cf
smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/sender_login_maps.cf
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = 
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_authenticated_header = no
smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, check_policy_service inet:127.0.0.1:10031, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031
#smtpd_tls_security_level = may
#smtpd_tls_loglevel = 0
#smtpd_tls_CAfile = /etc/ssl/certs/iRedMail_CA.pem
####smtpd_tls_auth_only = no
#tls_random_source = dev:/dev/urandom
mailbox_command = /usr/lib/dovecot/deliver
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1
smtpd_sasl_type = dovecot
smtpd_sasl_path = ./dovecot-auth
#content_filter = smtp-amavis:[127.0.0.1]:10024
smtp-amavis_destination_recipient_limit = 1</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Pacopag)]]></author>
			<pubDate>Mon, 17 Dec 2012 19:36:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19586.html#p19586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19585.html#p19585</link>
			<description><![CDATA[<p>Ok, thanks.&nbsp; I&#039;ve got it working with Outlook 2007.&nbsp; But I need to be able to use it with Outlook 2003.&nbsp; The problem is that Outlook 2003 doesn&#039;t support TLS.&nbsp; So is there a way to get iredmail to accept SSL instead of TLS for sending from a client?</p><p>I guess even to disable tls altogether is an option if it will get Outlook 2003 to work.&nbsp; I&#039;ve tried modifying postfix&#039;s main.cf to have,</p><p>smtpd_use_tls=no<br />and<br />smtpd_tls_security_level = none</p><p>But this still doesn&#039;t work when I set the encryption method to &quot;None&quot; in Outlook.&nbsp; Man, I hate Outlook.</p>]]></description>
			<author><![CDATA[null@example.com (Pacopag)]]></author>
			<pubDate>Mon, 17 Dec 2012 17:54:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19585.html#p19585</guid>
		</item>
		<item>
			<title><![CDATA[Re: Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19574.html#p19574</link>
			<description><![CDATA[<p>Personally, i don&#039;t use Outlook myself, but here&#039;s config used in Thunderbird, hope it helps:<br /><a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/EndUser/Howto.Configure.Thunderbird.for.iRedMail">http://www.iredmail.org/wiki/index.php? … r.iRedMail</a></p><p>- You don&#039;t need to open port 389.<br />- iRedMail configures Dovecot to be Outlook friendly by default.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 17 Dec 2012 11:53:13 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19574.html#p19574</guid>
		</item>
		<item>
			<title><![CDATA[Configure Outlook to use iRedMail accounts]]></title>
			<link>http://www.iredmail.org/forum/post19568.html#p19568</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL<br />- Linux/BSD distribution name and version: Ubuntu 12.04<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>Hi.&nbsp; Someone is trying to configure their Outlook to use an email account created with iredadmin.&nbsp; The account works fine in roundcube.&nbsp; I&#039;ve never used Outlook before, so I&#039;m not very familiar with is.</p><p>Apparently you need to give it the servername, smtp port, and pop3 port.&nbsp; Which to use?</p><p>I&#039;m guessing the servername is just the one I used when I installed iRedMail (e.g. mx.mydomain.com)</p><p>I did nmap on the VPS that&#039;s running the mailserver, and I see that<br />smtp is on port 25<br />pop is on port 110<br />pops is on port 995</p><p>He tried these ports, but said that outlook &quot;Failed&quot; (I&#039;m not in the room with him, so I can&#039;t see exactly what he means).&nbsp; I looked at this <a href="http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ.">http://www.iredmail.org/wiki/index.php? … dMail/FAQ.</a></p><p>So do I need to open port 389 on the VPS to get Outlook to work at all?&nbsp; Is there anything else I need to do serverside?&nbsp; Anything I should know about Outlook (I remember when setting up postfix+dovecot from scratch one time there were configs that needed to be set in order for Outlook to work, but I&#039;m not sure what the iRedMail default configs are like, i.e. if they are Outlook-friendly, though I should learn).</p><p>Thanks for any help.</p>]]></description>
			<author><![CDATA[null@example.com (Pacopag)]]></author>
			<pubDate>Sat, 15 Dec 2012 19:15:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19568.html#p19568</guid>
		</item>
	</channel>
</rss>
