Outlook und Webmail


Status
Not open for further replies.
Code:
apt-get install libsasl2-modules

Danach folgendes in die main.cf von Postfix einfügen
Code:
smtp_sasl_security_options =
 
Hat nich geklappt gleicher fehler bleibt bestehen, btw. sollte man smtp_sasl_security_options nicht lieber auf nonanonymus setzten?

ich hab mal saslfinger -s ausgeführt:
Code:
-- active services in /etc/postfix/master.cf --
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
smtp      inet  n       -       n       -       -       smtpd -v
587       inet  n       -       -       -       -       smtpd
        -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
        -o fallback_relay=
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache    unix  -       -       -       -       1       scache
amavis    unix  -       -       n       -       2       smtp
   -o smtp_data_done_timeout=1200
   -o smtp_send_xforward_command=yes
   -o disable_dns_lookups=yes

localhost:10025 inet  n -       n       -      -        smtpd
   -o content_filter=
   -o local_recipient_maps=
   -o relay_recipient_maps=
   -o smtpd_restriction_classes=
   -o smtpd_client_restrictions=
   -o smtpd_helo_restrictions=
   -o smtpd_sender_restrictions=
   -o smtpd_recipient_restrictions=permit_mynetworks,reject
   -o smtpd_override_options=no_address_mappings
   -o mynetworks=127.0.0.0/8
   -o strict_rfc821_envelopes=yes

ispcp-arpl unix  -      n       n       -       -       pipe
  flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr

smtps     inet  n       -       -       -       -       smtpd
   -o smtpd_tls_wrappermode=yes
   -o smtpd_sasl_auth_enable=yes
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}
dovecot   unix  -       n       n       -       -       pipe
    flags=DRhu user=mail:mail2 argv=/usr/lib/dovecot/deliver -d ${recipient}

-- mechanisms on localhost --

-- end of saslfinger output --

Postconf -n:

Code:
alias_database = hash:/etc/aliases
alias_maps = 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
message_size_limit = 0
mydestination = $myhostname, localhost, $mydomain
mydomain = www.computer-false.de.local
myhostname = www.computer-false.de
mynetworks_style = subnet
myorigin = $myhostname
recipient_delimiter = +
relay_domains = $mydestination
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP Exchange Server 2003 (Microsoft Windows 2003)
smtpd_data_restrictions =
smtpd_helo_required = yes
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_path = /var/run/saslauthd
smtpd_sasl_security_options = nonanonymus
smtpd_sasl_type = dovecot
smtpd_sender_restrictions =
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_limit = 0
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_minimum_uid = 1000
virtual_transport = dovecot
virtual_uid_maps = static:1000
 
Das ist der neuste fehler und ich hab mittlerweile kein plan mehr -.-


Code:
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: connection established
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: master_notify: status 0
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: name_mask: resource
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: name_mask: software
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: xsasl_dovecot_server_create: SASL service=smtp, realm=(null)
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: xsasl_dovecot_server_connect: Connecting
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: warning: SASL: Connect to private/auth failed: No such file or directory
Nov 19 18:55:57 vserver1408 postfix/smtpd[3086]: fatal: no SASL authentication mechanisms
Nov 19 18:55:58 vserver1408 postfix/master[27424]: warning: process /usr/lib/postfix/smtpd pid 3086 exit status 1
Nov 19 18:55:58 vserver1408 postfix/master[27424]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
 
Status
Not open for further replies.

Back
Top