ispCP - Board - Support
FQN Outlook n Postfix Issue - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: FQN Outlook n Postfix Issue (/thread-1869.html)

Pages: 1 2 3 4


RE: FQN Outlook n Postfix Issue - TheK3nnY - 11-29-2007 12:58 AM

Hi,

In attachment you see the screenshots, i dont know if u realy mean ehlo or helo so i did both^^


RE: FQN Outlook n Postfix Issue - rbtux - 11-29-2007 01:10 AM

I always mean what I write... ;-)

I have tested it now and it seems that Outlook don't know any of the available auth modes...

remove noplaintext from smtpd_sasl_security_options in your /etc/postfix/main.cf...


RE: FQN Outlook n Postfix Issue - BeNe - 11-29-2007 01:42 AM

Looks like we are not alone with that nice Microsoft feature Big Grin

http://www.irbs.net/internet/postfix/0209/0642.html
http://listi.jpberlin.de/pipermail/postfixbuch-users/2006-August/026690.html

Greez BeNe


RE: FQN Outlook n Postfix Issue - rbtux - 11-29-2007 01:44 AM

well I just took a look in ther mail.info... There was an hint that the sasl mechanism cant authenticate... don't know why that was not included in the ops log post...


RE: FQN Outlook n Postfix Issue - TheK3nnY - 11-29-2007 06:12 AM

@BeNe this means there isn't any solution at this time?


RE: FQN Outlook n Postfix Issue - rbtux - 11-29-2007 06:15 AM

Well that what I wrote should be the solution... But it is not very nice to transfer password plaintext through the www without any encryption layer...

(I tried in outlook 2k7 too, its not possible to use digest... Wink I love the guys from redmond :S)


RE: FQN Outlook n Postfix Issue - TheK3nnY - 11-29-2007 06:19 AM

I removed noplaintext at smtpd_sasl_security_options in my main.cf, so there is only smtpd_sasl_security_options = noanoynmous

Then i restarted my postfix but it still doesn't work.

any other idea or did I something wrong?


RE: FQN Outlook n Postfix Issue - rbtux - 11-29-2007 07:17 AM

please post postconf -n


RE: FQN Outlook n Postfix Issue - TheK3nnY - 11-29-2007 07:24 AM

Quote:alias_database = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = 85.14.218.21.static.rdns-uclo.net.local
myhostname = 85.14.218.21.static.rdns-uclo.net
mynetworks_style = host
myorigin = $myhostname
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0 Priamos Managed 1.0.0 RC3 OMEGA
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:60000, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1001
virtual_transport = virtual
virtual_uid_maps = static:1001



RE: FQN Outlook n Postfix Issue - rbtux - 11-29-2007 07:39 AM

looks good...

Can you post a complete log section?