Current time: 09-29-2024, 01:26 AM Hello There, Guest! (LoginRegister)


Thread Closed 
[ERLEDIGT]Mails empfangen = Nichts?
Author Message
Timtim Offline
Junior Member
*

Posts: 47
Joined: Feb 2011
Reputation: 0
Post: #21
RE: Mails empfangen = Nichts?
Keine Ideen? Sad
01-21-2012 12:34 AM
Find all posts by this user
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #22
RE: Mails empfangen = Nichts?
Na klar.

Mein Trace zu Dir löst folgendes auf:
Code:
10  qq-pp.de.qq-pp.de (84.38.74.237)  181.010 ms  510.151 ms  367.739 ms

Dein FQDN ist also qq-pp.de.qq-pp.de .

Deine Antwort auf meine Fragen ist aber noch ausgeblieben. Wenn das auch Dein Hostname ist, dann solltest Du folgendes in die main.cf eintragen:
Code:
mydestination = $myhostname, $mydomain
mydomain = qq-pp.de.qq-pp.de.local
myhostname = qq-pp.de.qq-pp.de
und anschliessend postfix neu starten.

Ist nicht schön, dürfte aber funktionieren.


Knut
(Nach den Änderungen ausprobieren und das Maillog beobachten)
01-21-2012 12:53 AM
Find all posts by this user
Timtim Offline
Junior Member
*

Posts: 47
Joined: Feb 2011
Reputation: 0
Post: #23
RE: Mails empfangen = Nichts?
Funktioniert auch nicht wirklich :x


Jan 15 01:10:56 31086 postfix/pickup[3129]: 946678FC90F: uid=0 from=<root>
Jan 15 01:10:56 31086 postfix/cleanup[3327]: 946678FC90F: message-id=<20120115001056.946678FC90F@qq-pp.de>
Jan 15 01:10:56 31086 postfix/qmgr[1076]: 946678FC90F: from=<root@qq-pp.de>, size=959, nrcpt=1 (queue active)
Jan 15 01:10:56 31086 postfix/trivial-rewrite[3328]: warning: do not list domain qq-pp.de in BOTH mydestination and virtual_mailbox_domains
Jan 15 01:10:56 31086 postfix/local[3330]: 946678FC90F: to=<mail@qq-pp.de>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Jan 15 01:10:56 31086 postfix/qmgr[1076]: 946678FC90F: removed
Jan 15 01:10:56 31086 postfix/pickup[3129]: 9BA1A8FC90F: uid=0 from=<root>
Jan 15 01:10:56 31086 postfix/cleanup[3327]: 9BA1A8FC90F: message-id=<20120115001056.9BA1A8FC90F@qq-pp.de>
Jan 15 01:10:56 31086 postfix/qmgr[1076]: 9BA1A8FC90F: from=<root@qq-pp.de>, size=1120, nrcpt=1 (queue active)
Jan 15 01:10:56 31086 postfix/local[3330]: 9BA1A8FC90F: to=<mail@qq-pp.de>, orig_to=<root>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Jan 15 01:10:56 31086 postfix/qmgr[1076]: 9BA1A8FC90F: removed
01-21-2012 01:12 AM
Find all posts by this user
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #24
RE: Mails empfangen = Nichts?
Nochmal die Ausgabe von

postconf -n
01-21-2012 01:14 AM
Find all posts by this user
Timtim Offline
Junior Member
*

Posts: 47
Joined: Feb 2011
Reputation: 0
Post: #25
RE: Mails empfangen = Nichts?
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, $mydomain
mydomain = qq-pp.de.qq-pp.de.local
myhostname = qq-pp.de.qq-pp.de
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.7 OMEGA Managed
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:10023, 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 = 1001
virtual_transport = virtual
virtual_uid_maps = static:1001
01-21-2012 01:20 AM
Find all posts by this user
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #26
RE: Mails empfangen = Nichts?
Bitte noch

cat /etc/mailname

edit und

cat /etc/postfix/ispcp/domains

Gruß Knut
Achja: Laut Logfile sollte die Mail aber raus sein.
(This post was last modified: 01-21-2012 02:10 AM by Knut.)
01-21-2012 02:03 AM
Find all posts by this user
Timtim Offline
Junior Member
*

Posts: 47
Joined: Feb 2011
Reputation: 0
Post: #27
RE: Mails empfangen = Nichts?
Der erste Command gibt folgendes aus:
qq-pp.de

Der zweite:

qq-pp.de vdmn_entry
qq-pp.asia vdmn_entry
xn--o-9fa.de vdmn_entry
n9n.info vdmn_entry
moto-tuner.de vdmn_entry
minecraft-multiplayer.de vdmn_entry
gta-roleplay.de vdmn_entry
lsd-rl.de vdmn_entry
2to2-reallife.de vdmn_entry
german-ibiza-rl.de vdmn_entry
grandtheftauto.at vdmn_entry


Und ich prüfe immer per Webmail.. Das funktioniert eigentlich immer... Nur leider bekomme ich keine Mails bzw. kann keine senden. (?)
01-21-2012 02:32 AM
Find all posts by this user
Timtim Offline
Junior Member
*

Posts: 47
Joined: Feb 2011
Reputation: 0
Post: #28
RE: Mails empfangen = Nichts?
Möchte mich hier nochmal öffentlich bei Zool bedanken, welcher mir bei meinem Problem schnell geholfen hat.

Sehr zuempfehlen und nochmal danke Smile
(This post was last modified: 02-09-2012 04:18 AM by ZooL.)
02-09-2012 03:14 AM
Find all posts by this user
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #29
RE: Mails empfangen = Nichts?
CLOSE
02-09-2012 04:18 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


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