Current time: 05-25-2025, 09:51 AM Hello There, Guest! (LoginRegister)


Post Reply 
Outlook Problem
Author Message
blub Offline
Junior Member
*

Posts: 21
Joined: Jan 2008
Reputation: 0
Post: #1
Outlook Problem
Hi,

ich habe ein Problem, dass ich mit Outlook keine Mails verschicken kann. Ich habe alle tipps befolgt die Ihr hier in verschiedenen Beiträgen schon genannt habt. Leider hat nichts geholfen.

Wenn ich mit Outlook eine Mail verschicke bekomme ich folgende Meldung
Code:
Folgende Empfänger konnten nicht erreicht werden:

      'dorompf@zensiert.de' am 11.02.2008 12:57
            504 5.5.2 <RompfDo>: Helo command rejected: need fully-qualified hostname

main.cf
Code:
#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#

#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#

command_directory = /usr/sbin
daemon_directory  = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#

inet_interfaces  = all
mynetworks_style = host
mynetworks = 127.0.0.1/32 85.25.248.251/32
myhostname = zensiert.net
mydomain   = $myhostname
myorigin   = $myhostname

smtpd_banner = $myhostname ESMTP ispCP
setgid_group = postdrop

#
# Receiving messages parameters;
#

mydestination       = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin  = yes
local_transport     = local
#virtual_transport   = virtual
transport_maps      = hash:/etc/postfix/ispcp/transport

#
# Delivering local messages parameters;
#

mail_spool_directory = /var/mail

# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command    = procmail -a "$EXTENSION"

biff = no

alias_database                    = hash:/etc/aliases

local_destination_recipient_limit = 1
local_recipient_maps              = unix:passwd.byname $alias_database

#
# ISPCP Autoresponder parameters;
#

ispcp-arpl_destination_recipient_limit = 1

#
# Delivering virtual messages parameters;
#

virtual_mailbox_base    = /var/mail/virtual
virtual_mailbox_limit   = 0

virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps    = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps      = hash:/etc/postfix/ispcp/aliases, mysql:/etc/postfix/domainalias.mysql

virtual_minimum_uid     = 1000
virtual_uid_maps        = static:1000
virtual_gid_maps        = static:8

#
# SASL paramters;
#


smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable       = yes
#smtpd_sasl2_auth_enable      = yes
smtpd_sasl_security_options  = noanoynmous
#smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1

smtpd_helo_required = yes

smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname

smtpd_sender_restrictions    = reject_non_fqdn_sender,
smtpd_sender_restrictions    = reject_non_fqdn_sender,
                               reject_unknown_sender_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated
#check_sender_mx_access cidr:/etc/postfix/bogus_mx.cidr,
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_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining

mail.log
Code:
Feb 11 13:08:06 rompf postfix/smtpd[20039]: NOQUEUE: reject: RCPT from p54BA863B.dip0.t-ipconnect.de[84.186.134.59]: 504 5.5.2 <VossT>: Helo command rejected: need fully-qualified hostname; from=<tvoss@zensiert.de> to=<joyluck@gmx.net> proto=ESMTP helo=<VossT>

Da der Server porduktiv eingesetzt wird habe ich ein Problem! HILFE!

Gruß,
Blub
02-11-2008 10:14 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Outlook Problem - blub - 02-11-2008 10:14 PM
RE: Outlook Problem - joximu - 02-11-2008, 10:20 PM
RE: Outlook Problem - blub - 02-11-2008, 10:22 PM
RE: Outlook Problem - gOOvER - 02-11-2008, 10:21 PM
RE: Outlook Problem - blub - 02-11-2008, 10:23 PM
RE: Outlook Problem - rbtux - 02-11-2008, 10:27 PM
RE: Outlook Problem - blub - 02-11-2008, 10:30 PM
RE: Outlook Problem - blub - 02-11-2008, 10:37 PM
RE: Outlook Problem - rbtux - 02-11-2008, 10:40 PM
RE: Outlook Problem - blub - 02-11-2008, 10:43 PM
RE: Outlook Problem - rbtux - 02-11-2008, 10:45 PM
RE: Outlook Problem - blub - 02-11-2008, 10:47 PM
RE: Outlook Problem - blub - 02-11-2008, 10:48 PM
RE: Outlook Problem - blub - 02-11-2008, 11:16 PM
RE: Outlook Problem - Sacred - 02-11-2008, 11:19 PM
RE: Outlook Problem - rbtux - 02-11-2008, 11:23 PM
RE: Outlook Problem - rbtux - 02-11-2008, 11:25 PM
RE: Outlook Problem - blub - 02-11-2008, 11:28 PM
RE: Outlook Problem - joximu - 02-11-2008, 11:29 PM
RE: Outlook Problem - blub - 02-11-2008, 11:34 PM
RE: Outlook Problem - blub - 02-11-2008, 11:29 PM
RE: Outlook Problem - joximu - 02-11-2008, 11:39 PM
RE: Outlook Problem - rbtux - 02-11-2008, 11:40 PM
RE: Outlook Problem - joximu - 02-11-2008, 11:47 PM
RE: Outlook Problem - blub - 02-11-2008, 11:48 PM
RE: Outlook Problem - rbtux - 02-11-2008, 11:48 PM
RE: Outlook Problem - blub - 02-12-2008, 12:02 AM
RE: Outlook Problem - joximu - 02-11-2008, 11:51 PM
RE: Outlook Problem - rbtux - 02-12-2008, 12:08 AM
RE: Outlook Problem - blub - 02-12-2008, 08:08 PM
RE: Outlook Problem - joximu - 02-12-2008, 08:16 PM
RE: Outlook Problem - gOOvER - 02-12-2008, 08:39 PM
RE: Outlook Problem - blub - 02-13-2008, 01:50 AM
RE: Outlook Problem - joximu - 02-13-2008, 03:37 AM
RE: Outlook Problem - Darkside2009 - 02-09-2010, 08:49 AM
RE: Outlook Problem - FISA4 - 02-09-2010, 11:48 AM
RE: Outlook Problem - joximu - 02-09-2010, 06:21 PM
RE: Outlook Problem - Darkside2009 - 02-09-2010, 06:39 PM
RE: Outlook Problem - joximu - 02-10-2010, 01:44 AM
RE: Outlook Problem - Darkside2009 - 02-10-2010, 08:06 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)