Current time: 09-24-2024, 11:13 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Problem mit Email
Author Message
crusherdc Offline


Posts: 4
Joined: Jul 2010
Reputation: 0
Post: #26
RE: Problem mit Email
Big Grin Danke für die schnelle Antwort

HOST Antwort:
PHP Code:
blueheads:~# host blueheads.eu
blueheads.eu has address 84.23.71.64 

TELNET weiss nicht genau ob richtig gemacht ?

Quote:220 blueheads.eu ESMTP ispCP 1.0.5 OMEGA Managed
helo
501 Syntax: HELO hostname
helo hostname
250 blueheads.eu
ehlo
501 Syntax: EHLO hostname
ehlo hostname
250-blueheads.eu
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-AUTH NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-AUTH=NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

resolv.config ist in /ect und var/spool/postfix/etc vorhanden folgende Werte:
Quote:search blue.kundencontroller.de
nameserver 85.31.185.60
nameserver 85.31.185.61
nameserver 85.31.184.60
nameserver 85.31.184.61

DAnn noch nach die Ausgabe "Host" + grep -v "^#" /etc/postfix/master.cf | grep "smtpd$"


Quote:blueheads:~# grep -v "^#" /etc/postfix/master.cf | grep "smtpd$"
smtp inet n - - - - smtpd
587 inet n - - - - smtpd
localhost:10025 inet n - n - - smtpd
smtps inet n - - - - smtpd
blueheads:~# host google.com
google.com has address 209.85.135.106
google.com has address 209.85.135.147
google.com has address 209.85.135.103
google.com has address 209.85.135.105
google.com has address 209.85.135.104
google.com has address 209.85.135.99
google.com mail is handled by 100 google.com.s9a1.psmtp.com.
google.com mail is handled by 300 google.com.s9b1.psmtp.com.
google.com mail is handled by 400 google.com.s9b2.psmtp.com.
google.com mail is handled by 200 google.com.s9a2.psmtp.com.


Ich weiß einfach nicht mehr weiter, ich habe die Main.cfg von Postfix nochmal laut FAQ geändert:

Quote:# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright © 2001-2006 by moleSoftware GmbH - http://www.molesoftware.com
# Copyright © 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: main.cf 2505 2010-01-06 20:30:53Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "VHCS - Virtual Hosting Control System".
#
# The Initial Developer of the Original Code is moleSoftware GmbH.
# Portions created by Initial Developer are Copyright © 2001-2006
# by moleSoftware GmbH. All Rights Reserved.
# Portions created by the ispCP Team are Copyright © 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP ω Home Page is:
#
# http://isp-control.net
#

# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix

# Some common configuration parameters
inet_interfaces = all
mynetworks_style = subnet
mynetworks = 127.0.0.0/8
myhostname = blueheads.eu
mydomain = $myhostname
myorigin = $myhostname

smtpd_banner = $myhostname Mail for Blueheads
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
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases

# 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"

# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit = 0

biff = no
recipient_delimiter = +

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

virtual_minimum_uid = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:112

# SASL paramters
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes

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,
reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unlisted_recipient,
permit

smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_tls_security_level = may
#smtpd_tls_loglevel = 2
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/privkey.pem
#smtpd_tls_auth_only = no
#smtpd_tls_received_header = yes

# AMaViS parameters; activate, if available/used
#content_filter = amavis:[127.0.0.1]:10024

# Quota support; activate, if available/used
#virtual_create_maildirsize = yes
#virtual_mailbox_extended = yes
#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce = yes

Bitte helft mir Sad

   
Im Screen sind die angelegte Records zu ersehen, hoffe das ist auch okay            
(This post was last modified: 07-14-2010 12:29 AM by crusherdc.)
07-14-2010 12:24 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
[ERLEDIGT]Problem mit Email - barkeeper69 - 01-01-2008, 11:35 PM
RE: Problem mit Email - joximu - 01-01-2008, 11:43 PM
RE: Problem mit Email - barkeeper69 - 01-01-2008, 11:52 PM
RE: Problem mit Email - barkeeper69 - 01-01-2008, 11:56 PM
RE: Problem mit Email - joximu - 01-02-2008, 04:24 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 04:54 AM
RE: Problem mit Email - joximu - 01-02-2008, 05:10 AM
RE: Problem mit Email - joximu - 01-02-2008, 05:15 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 07:27 AM
RE: Problem mit Email - rbtux - 01-02-2008, 05:31 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 07:22 AM
RE: Problem mit Email - joximu - 01-02-2008, 08:29 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 09:02 AM
RE: Problem mit Email - joximu - 01-02-2008, 10:27 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 11:50 AM
RE: Problem mit Email - barkeeper69 - 01-02-2008, 11:59 AM
RE: Problem mit Email - joximu - 01-02-2008, 12:13 PM
RE: Problem mit Email - rbtux - 01-02-2008, 08:29 PM
RE: Problem mit Email - joximu - 01-02-2008, 08:45 PM
RE: Problem mit Email - rbtux - 01-02-2008, 08:48 PM
RE: Problem mit Email - mik_schreiber - 01-03-2008, 06:47 AM
RE: Problem mit Email - joximu - 01-03-2008, 09:32 AM
RE: Problem mit Email - mik_schreiber - 01-03-2008, 09:49 AM
RE: Problem mit Email - crusherdc - 07-13-2010, 07:53 PM
RE: Problem mit Email - rbtux - 07-13-2010, 08:40 PM
RE: Problem mit Email - crusherdc - 07-14-2010 12:24 AM
RE: Problem mit Email - rbtux - 07-14-2010, 12:26 AM
RE: Problem mit Email - crusherdc - 07-14-2010, 12:50 AM

Forum Jump:


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