Hallo
ich habe wieder nen neues problem undzwar kommen emails nicht mehr an. Der Server sendet keine Fehlermeldung oder macht Log Einträge. Nutze Postfix und qpopper. Was für Infos braucht ihr noch?
Gruß
Lazybone
Mails kommen nicht mehr an
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Mails kommen nicht mehr an
Code: Select all
postconf -n
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: Mails kommen nicht mehr an
Also kannst ohne Angabe relevanter Daten wie Konfiguration, Fehlermeldungen usw. keine Hilfe erwarten. Bei mir stehen Logs immer in /var/log und wenn man das Directory durchliest, kann man es sich an 11 Fingern abzählen welche Logs wohl gemeint sein könnten... :roll:
-
- Posts: 20
- Joined: 2007-05-26 19:55
Re: Mails kommen nicht mehr an
hab grad rausgefunden das meine main.cf schrott ist hat einer vielleicht zufällig eine die mit Confixx arbeitet?
Aktuelle sieht die so aus
Aktuelle sieht die so aus
Code: Select all
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
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 = vgweb1.*******
program_directory = /usr/lib/postfix
inet_interfaces = 127.0.0.1 ::1
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
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
-
- Posts: 59
- Joined: 2006-07-22 13:39
Re: Mails kommen nicht mehr an
Wenn es die server.key und server.crt nicht gibt, müssen beide erstellt werden. Wie die erstellt werden, steht in einem Howto von sledge0303 betreffs openxchange Server.smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, reject_unknown_recipient_domain, permit_sasl_authenticated, reject_unauth_destination
smtpd_use_tls = yes
smtpd_tls_key_file = /pfad/zum/server.key
smtpd_tls_cert_file = /pfad/zum/server.crt
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
Danach dürfte die Authentifizierung funktionieren. Es gibt so einigen Ramsch den rausfeuern kannst in der main.cf
Ich frage mich auch wie du einen Rootserver administrieren möchtest wenn nicht mal die geringsten Grundkenntnisse vorhanden sind!
Selbst ein blinder sieht wieso es bei dir nicht so funktionieren kann!
MfG Jasmin
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Mails kommen nicht mehr an
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 1132
- Joined: 2003-03-26 23:29
- Location: SA
Re: Mails kommen nicht mehr an
was soll das denn jetzt? 8)Joe User wrote:http://www.rootforum.org/wiki/howto/gen ... er/postfix
-
- Posts: 695
- Joined: 2005-09-16 00:06
- Location: Berlin-Reinickendorf
Re: Mails kommen nicht mehr an
Kleiner, aber dezenter, Hinweis wo eine gute Postfix Config zu finden ist!?adjustMan wrote: was soll das denn jetzt? 8)
Hab meine Zweifel dass der OP das hinbekommt, auch der Hinweis über Joes Beitrag ist zutreffend, doch dafür müsste er erstmal wissen wie die sasl Geschichte seiner Distribution entsprechend umsetzt...
-
- Posts: 1132
- Joined: 2003-03-26 23:29
- Location: SA
Re: Mails kommen nicht mehr an
.. und dann installiert er vor lauter Frust Policyd-Weight und es wird noch schlimmer ...sledge0303 wrote:Kleiner, aber dezenter, Hinweis wo eine gute Postfix Config zu finden ist!?...
-
- Posts: 20
- Joined: 2007-05-26 19:55
Re: Mails kommen nicht mehr an
Hallo
hab noch ne alte Config gefunden nun gehts wieder
Gruß
Lazybone
hab noch ne alte Config gefunden nun gehts wieder
Gruß
Lazybone