ispCP - Board - Support
Mail geht nicht - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Mail geht nicht (/thread-9683.html)

Pages: 1 2 3


Mail geht nicht - matrix142 - 02-19-2010 10:00 PM

Ich habe auf meinem Server Debian neu installieren müssen und somit auch zum ersten mal ispCP.
Leider auch gleich das erste Problem: E-Mail senden funktioniert nicht.
Es kommt dann immer Error 504.
POP und SMTP Dienste laufen.

Ich hoffe jemand kann mir sagen was ich tun kann damit das ganze funktioniert.


RE: Mail geht nicht - nuke3d - 02-19-2010 10:30 PM

Wow... Und wie soll dir mit den Informationen jemand ohne Kristallkugel helfen?


RE: Mail geht nicht - matrix142 - 02-19-2010 10:59 PM

wie gesagt, ich bin ganz neu in der Server- und ispCP Branche.
Welche Informationen braucht ihr denn?
Ich habe Debian 5.0 und ispCP 1.0.3


RE: Mail geht nicht - BeNe - 02-19-2010 11:38 PM

--> http://www.isp-control.net/documentation/doku.php?id=debugging_e-mail_problems

Brauchen
Code:
# postconf -n
Und die mail.log

Greez BeNe


RE: Mail geht nicht - ZooL - 02-20-2010 12:22 AM

Error 504

geht wohl aus deinem webmail hervor.. fehler vieleicht bei den rechten nicht beim mail service

mfg


RE: Mail geht nicht - matrix142 - 02-20-2010 01:09 AM

Also das mit dem Link check ich nicht, soll ich das in der Console eingeben oder was?

postconf -n:
Code:
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 = MEIN_HOSTNAME.local
myhostname = MEIN_HOSTNAME
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.3 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: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



RE: Mail geht nicht - ZooL - 02-20-2010 02:17 AM

was gibt es da nicht zu verstehen...

http://www.isp-control.net/documentation/doku.php?id=de:debugging_e-mail_problems


RE: Mail geht nicht - matrix142 - 02-20-2010 02:25 AM

Tut mir leid, dass ich mich noch nicht so auskenne

Code:
:/# host ********.stratoserver.net
domain-zenisert.de             A       IP_Adresse-Zensiert
:/# host IP_Adresse-Zensiert
Name: ********.stratoserver.net
Address: IP_Adresse-Zensiert

Code:
:/# telnet ********.stratoserver.net 25
Trying IP_Adresse-Zensiert...
Connected to ********.stratoserver.net.
Escape character is '^]'.
220 ********.stratoserver.net ESMTP ispCP 1.0.3 OMEGA Managed

Code:
:~# postconf | grep "^my"
mydestination = $myhostname, $mydomain
mydomain = ********.stratoserver.net.local
myhostname = ********.stratoserver.net
mynetworks = 127.0.0.1/32 IP_Adresse-Zensiert/32
mynetworks_style = host
myorigin = $myhostname

Überprüfe, ob die DNS Auflösung funktioniert: Funktioniert

Code:
:~# grep -v "^#" /etc/postfix/master.cf | grep "smtp$"
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
amavis    unix  -       -       n       -       2       smtp

Hoffe das war alles

EDIT: Die Mail.log fast vergessen^^
Kann jetzt hier aber nicht die ganze Posten, oder? Daher nur mal der oberste Abschnitt, wo Fehler sind, weiter unten kann ich nur Login Logout und Connection sehen.
Code:
Feb 19 11:21:10 h1608105 sm-mta[28567]: starting daemon (8.14.3): SMTP+queueing@00:10:00
Feb 19 11:21:28 h1608105 sm-mta[30314]: starting daemon (8.14.3): SMTP+queueing@00:10:00
Feb 19 11:42:23 h1608105 sm-mta[12227]: starting daemon (8.14.3): SMTP+queueing@00:10:00
Feb 19 12:07:08 h1608105 authdaemond: modules="authpam", daemons=5
Feb 19 12:07:08 h1608105 authdaemond: Installing libauthpam
Feb 19 12:07:08 h1608105 authdaemond: Installation complete: authpam
Feb 19 12:07:16 h1608105 postfix/master[30694]: fatal: bind 0.0.0.0 port 25: Address already in use
Feb 19 12:07:33 h1608105 postfix/policyd-weight[32033]: policyd-weight 0.1.14 beta-17 started and daemonized. conf:default settings; GID:113 113 EGID:113 113 UID:110 EUID:110; taint mode: 0
Feb 19 12:07:33 h1608105 postfix/policyd-weight[32033]: warning: cache_query: $csock couln't be created: connect: Datei oder Verzeichnis nicht gefunden, calling spawn_cache()
Feb 19 12:07:33 h1608105 postfix/policyd-weight[32034]: cache spawned
Feb 19 12:07:36 h1608105 postgrey[32285]: Process Backgrounded
Feb 19 12:07:36 h1608105 postgrey[32285]: 2010/02/19-12:07:36 postgrey (type Net::Server::Multiplex) starting! pid(32285)
Feb 19 12:07:36 h1608105 postgrey[32285]: Binding to TCP port 60000 on host 127.0.0.1  
Feb 19 12:07:36 h1608105 postgrey[32285]: Setting gid to "114 114"
Feb 19 12:07:36 h1608105 postgrey[32285]: Setting uid to "111"
Feb 19 12:12:15 h1608105 authdaemond: stopping authdaemond children
Feb 19 12:19:53 h1608105 postfix/master[15953]: fatal: bind 0.0.0.0 port 25: Address already in use
Feb 19 12:19:54 h1608105 authdaemond: modules="authuserdb authpam", daemons=5
Feb 19 12:19:54 h1608105 authdaemond: Installing libauthuserdb
Feb 19 12:19:54 h1608105 authdaemond: Installation complete: authuserdb
Feb 19 12:19:54 h1608105 authdaemond: Installing libauthpam
Feb 19 12:19:54 h1608105 authdaemond: Installation complete: authpam
Feb 19 12:20:53 h1608105 postfix/postdrop[22260]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:24:18 h1608105 postfix/postdrop[23752]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:24:18 h1608105 postfix/postdrop[23754]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:24:18 h1608105 postfix/postdrop[23756]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:24:30 h1608105 postfix/postdrop[23764]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25672]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25674]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25678]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25682]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:53 h1608105 authdaemond: stopping authdaemond children
Feb 19 12:27:54 h1608105 postfix/master[25893]: fatal: bind 0.0.0.0 port 25: Address already in use
Feb 19 12:27:54 h1608105 authdaemond: modules="authuserdb authpam", daemons=5
Feb 19 12:27:54 h1608105 authdaemond: Installing libauthuserdb
Feb 19 12:27:54 h1608105 authdaemond: Installation complete: authuserdb
Feb 19 12:27:54 h1608105 authdaemond: Installing libauthpam
Feb 19 12:27:54 h1608105 authdaemond: Installation complete: authpam
Feb 19 12:28:39 h1608105 postfix/postdrop[26112]: warning: unable to look up public/pickup: No such file or directory



RE: Mail geht nicht - ZooL - 02-20-2010 03:38 AM

Quote:Feb 19 12:27:46 h1608105 postfix/postdrop[25674]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25678]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:46 h1608105 postfix/postdrop[25682]: warning: unable to look up public/pickup: No such file or directory
Feb 19 12:27:53 h1608105 authdaemond: stopping authdaemond children
Feb 19 12:27:54 h1608105 postfix/master[25893]: fatal: bind 0.0.0.0 port 25: Address already in use

was sagen dir denn diese fehler.. mal aus deiner richtung her gesehen ?
du sollst ja was lernen..es sei denn du kommst gleich mit der äusserung...aber meine kunden....

dann lass es lieber.. denn wer verdienen möchte, muss auch bezahlen..

mfg


RE: Mail geht nicht - matrix142 - 02-20-2010 03:55 AM

das Verzeichnis public/pickup existiert nicht?
Einfach erstellen und again probieren?