sorry I didn't say thanks for your help!!!
:)

Hello people,

I have some questions for you,

I configured postfix with virtual domains and unix accounts, also I
configured sasl2 with pam (saslauthd) and tls with my own keys.

all seems to work, but there are some questions I can't find.


- where can I see what type of mech I'am using to authenticate? I
think is plain but..

also when I sent an email to  my server (unix account ) I can see that (
using outlook to send an email to my server.)

Sep 22 13:51:55 orion postfix/smtpd[9636]: connect from unknown[84.78.228.193]
Sep 22 13:51:55 orion postfix/smtpd[9636]: setting up TLS connection
from unknown[84.78.228.193]
Sep 22 13:51:56 orion postfix/smtpd[9636]: TLS connection established
from unknown[84.78.228.193]: TLSv1 with cipher RC4-MD5 (128/128 bits)
Sep 22 13:51:57 orion postfix/smtpd[9636]: warning: SASL
authentication failure: incorrect NTLM response
Sep 22 13:51:57 orion postfix/smtpd[9636]: warning:
unknown[84.78.228.193]: SASL NTLM authentication failed:
authentication failure
Sep 22 13:51:58 orion postfix/smtpd[9636]: 1D38F27B8089:
client=unknown[84.78.228.193], sasl_method=NTLM,
[EMAIL PROTECTED]
Sep 22 13:51:58 orion postfix/cleanup[9643]: 1D38F27B8089:
message-id=<[EMAIL PROTECTED]>
Sep 22 13:51:58 orion postfix/qmgr[30190]: 1D38F27B8089:
from=<[EMAIL PROTECTED]>, size=1532, nrcpt=1 (queue active)
Sep 22 13:51:58 orion postfix/local[9644]: 1D38F27B8089:
to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>,
relay=local, delay=0.92, delays=0.92/0/0/0.01, dsn=2.0.0, status=sent
(delivered to mailbox)
Sep 22 13:51:58 orion postfix/qmgr[30190]: 1D38F27B8089: removed
Sep 22 13:51:59 orion postfix/smtpd[9636]: disconnect from
unknown[84.78.228.193]

there are some things that I can't understand

warning: unknown[84.78.228.193]: SASL NTLM authentication failed:
authentication failure

why failed? but it works.

1D38F27B8089: to=<[EMAIL PROTECTED]>,
orig_to=<[EMAIL PROTECTED]>, relay=local, delay=0.92,
delays=0.92/0/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox)

why "to:" is diferent from "orig_to", is because the account is local??

is all of that normal?


here you have  my postconf -n

orion:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = orion.ballano.net, localhost.ballano.net, localhost
myhostname = orion.ballano.net
mynetworks = 127.0.0.0/8
recipient_delimiter = +
relayhost =
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP (Microsoft Exchange)
smtpd_recipient_restrictions = reject_non_fqdn_sender,
reject_non_fqdn_recipient, permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ballano.net
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/cert.pem
smtpd_tls_key_file = /etc/ssl/certs/key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
virtual_alias_domains = ballano.net
virtual_alias_maps = hash:/etc/postfix/virtual

and what I see if I connect throught telnet

220 orion.ballano.net ESMTP (Microsoft Exchange)
ehlo ballano.net
250-orion.ballano.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

Reply via email to