• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

client bekommt bei abfrage keine mails vom mailserver

Status
Für weitere Antworten geschlossen.

DER_julu

Newbie
hallo leute, erster post und schon muss ich lästig sein...

hab gerade nach rolfs howto meinen mailserver aufgesetzt (ist wirklich der mailserver, auch lt. mx-record), soweit funzt alles, die anmeldung der user klappt auch, nur: es kommen keine mails durch... auch wenn ich mit dem webmin-fetchmail drübergeh, findet er keine der abgeschickten testmails...

irgendwer irgendeine idee ? hier jedenfalls mal die fetchmailrc und die postfix-main.cf

fetchmailrc
Code:
 poll mail.scancargo.at protocol POP3 localdomains scancargo.at: user <susanne.augusta> with password <test> to * here  
is user1 
fetchall

und die main.cf
Code:
queue_directory = /var/spool/postfix

command_directory = /usr/sbin

daemon_directory = /usr/lib/postfix

mail_owner = postfix

myhostname = mail.scancargo.at

mydomain = scancargo.at

proxy_interfaces = 81.xxx.xxx.xxx

mynetworks = $config_directory/mynetworks
mynetworks = hash:/etc/postfix/network_table
mynetworks = 132.xxx.xxx.0/24, 81.xxx.xxx.0/24, 127.0.0.0/8
  
debug_peer_level = 2

debugger_command =
	 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
	 xxgdb $daemon_directory/$process_name $process_id & sleep 5

 $process_id 2>&1

sendmail_path = /usr/sbin/sendmail

newaliases_path = /usr/bin/newaliases

mailq_path = /usr/bin/mailq

setgid_group = maildrop

html_directory = /usr/share/doc/packages/postfix/html

manpage_directory = /usr/share/man

sample_directory = /usr/share/doc/packages/postfix/samples

readme_directory = /usr/share/doc/packages/postfix/README_FILES
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = mail.scancargo.at
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains = 
mydestination = $myhostname, localhost.$mydomain
defer_transports = 
disable_dns_lookups = no
relayhost = [smtp.inode.at]
mailbox_command = 
mailbox_transport = 
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions = 
smtpd_helo_required = no
smtpd_helo_restrictions = 
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000+
smtp_sasl_auth_enable = yes 
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
broken_sasl_auth_clients = yes

danke schon mal für die hilfe im voraus,

liebe grüß'
DER julu
 

crazyrolf

Advanced Hacker
mynetworks = $config_directory/mynetworks
mynetworks = hash:/etc/postfix/network_table
mynetworks = 132.xxx.xxx.0/24, 81.xxx.xxx.0/24, 127.0.0.0/8

Was soll das denn?

Das geht nur ein mal, der letzte gewinnt!
 
Status
Für weitere Antworten geschlossen.
Oben