Current time: 06-28-2024, 10:46 AM Hello There, Guest! (LoginRegister)


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

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #1
Question [ERLEDIGT]Problem mit Email
hallöleeee,

ich habe ein problem mit meinen emails.

ich kann zwar emails versenden, aber keine
empfangen..!!!!
weder mit webmail noch mit outlook.

eine fehlermeldung bekomme ich nicht.

wo finde ich denn die postconf -n, die habe ich bisher
noch nicht gefunden bei mir..??

danke

allen ein gutes und gesundes jahr 2008

gruss

barkeeper
(This post was last modified: 07-14-2010 06:35 AM by ZooL.)
01-01-2008 11:35 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Problem mit Email
Hi barkeeper

kommen denn die Mails rein ud du kannst sie nicht abholen/lesen oder kommen sie gar nicht erst auf den server?

"postconf -n" ist keine Datei - das ist ein Befehl, um eine Zusammenfassung der postfix Konfiguration anzuzeigen und hilft meistens, fehler dort schnell zu finden.

Gruss J
01-01-2008 11:43 PM
Visit this user's website Find all posts by this user
barkeeper69 Offline
Junior Member
*

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #3
RE: Problem mit Email
joximu Wrote:Hi barkeeper

kommen denn die Mails rein ud du kannst sie nicht abholen/lesen oder kommen sie gar nicht erst auf den server?

"postconf -n" ist keine Datei - das ist ein Befehl, um eine Zusammenfassung der postfix Konfiguration anzuzeigen und hilft meistens, fehler dort schnell zu finden.

Gruss J
hallöleee,

also es kommen überhaupt keine an, das einzige was ankommt sind die
emails von den domains, die bei mir gehostet sind.

keinerlei emails von ausserhalb meines servers.

danke

gruss

barkeeper
01-01-2008 11:52 PM
Find all posts by this user
barkeeper69 Offline
Junior Member
*

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #4
RE: Problem mit Email
hallöleee

hier mal die auswertung:

Code:
postconf -n
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 = xxxxxxxx.server4you.de.local
myhostname = xxxxxxxx.server4you.de
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 = 1000
virtual_transport = virtual
virtual_uid_maps = static:1000

gruss

barkeeper[/code]
01-01-2008 11:56 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #5
RE: Problem mit Email
Kannst du mir mal per pm order so eine Testadresse auf diesem Server nennen, damit ich da mal von aussen testen kann.

Ah, und dann noch angeben, wie alt deine ispcp Installation ist und ob du debian etch oder was anderes fährst...

Gruss J
01-02-2008 04:24 AM
Visit this user's website Find all posts by this user
barkeeper69 Offline
Junior Member
*

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #6
RE: Problem mit Email
hallöleee,

du hast ne pn

gruss

barkeeper
01-02-2008 04:54 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: Problem mit Email
Hi

also, das Problem liegt hier:
***
rcpt to:<trinity@trinity-world.de>
451 4.3.5 Server configuration problem
***

da müssen wir die Config mal genauer ansehen....

/J
01-02-2008 05:10 AM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: Problem mit Email
Steht denn nichts interessantes in den /var/log/mail(.err) Dateien?

Gruss J
01-02-2008 05:15 AM
Visit this user's website Find all posts by this user
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #9
RE: Problem mit Email
ohne logs tippe ich auf ein nicht laufenden policy daemon (postgrey oder policyd-weight)

was macht
netstat -an |grep 60000
netstat -an |grep 12525
01-02-2008 05:31 AM
Visit this user's website Find all posts by this user
barkeeper69 Offline
Junior Member
*

Posts: 105
Joined: Nov 2007
Reputation: 0
Post: #10
RE: Problem mit Email
hallöleee,

das ergebniss:

netstat -an |grep 60000
tcp 0 0 127.0.0.1:60000 0.0.0.0:* LISTEN

netstat -an |grep 12525

passiert nichts

gruss

barkeeper
01-02-2008 07:22 AM
Find all posts by this user
Thread Closed 


Forum Jump:


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