Current time: 05-18-2024, 01:34 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Postfix Problem - Keine Mails kommen
Author Message
Muetze Offline
Newbie
*

Posts: 7
Joined: Mar 2010
Reputation: 0
Post: #1
[ERLEDIGT] Postfix Problem - Keine Mails kommen
Hallo,

ich habe Nichts passendes gefunden & zwar kommen bei mir keine E-Mails an.

Ich benutze ispCP 1.0.4 OMEGA auf Debian Lenny. VServer gehostet von Netcup.

mail.log

Ich hoffe mir kein einer weiterhelfen oder zumindest verraten, wo ich die Lösung finde.


Danke im Voraus.


MfG
(This post was last modified: 03-03-2010 09:07 PM by BeNe.)
03-03-2010 08:20 PM
Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: Postfix Problem - Keine Mails kommen
Da sind ja gleich mehrere Fehler drin:
Code:
postfix/virtual[4918]: fatal: open database /etc/postfix/ispcp/mailboxes.db: Permission denied
Hast Du die Rechte schon korrigiert ?

Code:
Mar  3 10:15:30 v220100249122679 postfix/master[7231]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Mar  3 10:16:30 v220100249122679 postfix/virtual[30551]: fatal: main.cf configuration error: virtual_mailbox_limit is smaller than message_size_limit
Poste bitte mal deine Postfixconfig:
Code:
postconf -n

Greez BeNe
03-03-2010 08:26 PM
Visit this user's website Find all posts by this user
Muetze Offline
Newbie
*

Posts: 7
Joined: Mar 2010
Reputation: 0
Post: #3
RE: Postfix Problem - Keine Mails kommen
Rechte habe ich jetzt auf 644 gesetzt. Ich hoffe es ist richtig?

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 = v220100249122679.yourvserver.net.local
myhostname = v220100249122679.yourvserver.net
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.4 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 = 500
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:1000
03-03-2010 08:37 PM
Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: Postfix Problem - Keine Mails kommen
Hast Du denn was an deiner main.cf alles geändert ?

Wo kommt denn das
Code:
virtual_mailbox_limit = 500
her ?
Sollte eigentlich "0" sein.

Greez BeNe
03-03-2010 08:48 PM
Visit this user's website Find all posts by this user
Muetze Offline
Newbie
*

Posts: 7
Joined: Mar 2010
Reputation: 0
Post: #5
RE: Postfix Problem - Keine Mails kommen
In einem Wiki stand das man es erhöhen sollte, habe es jetzt wieder auf 0 gesetzt. Muss ich was neu starten oder werden die Änderungen so übernommen?
03-03-2010 08:50 PM
Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: Postfix Problem - Keine Mails kommen
Du musst Postfix neustarten!
Quote:In einem Wiki stand das man es erhöhen sollte
In welchem ?

Greez BeNe
03-03-2010 08:53 PM
Visit this user's website Find all posts by this user
Muetze Offline
Newbie
*

Posts: 7
Joined: Mar 2010
Reputation: 0
Post: #7
RE: Postfix Problem - Keine Mails kommen
Müsste ich selber wieder suchen. Kann ich so nicht sagen. Es stand nur drin das die Limits in der main.cf erhöht werden müssen, damit man Mails empfangen kann. Mehr hatte ich auch nicht gemacht, danach hatte ich wieder Alles auf 0 gesetzt, bis auf dem einen, den hatte ich leider im Eifer des Gefechts vergessen.

Werde aber mal suchen & schaun, ob es da falsch war oder ich es falsch gemacht habe.

Aber ich habe E-Mails bekommen & bedanke mich & bin begeistert, wie schnell es ging.


MfG
03-03-2010 08:57 PM
Find all posts by this user
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: Postfix Problem - Keine Mails kommen
ispCP ist per default eigentlich gleich nutzbar.
Umstellen musst Du im Normalfall nix in den Configs.
Quote:Aber ich habe E-Mails bekommen & bedanke mich & bin begeistert, wie schnell es ging.
Sehr schon! Dann weiterhin viel Spass mit ispCP

P.S.
Bedanken kannst Du dich hier mit einer Positiven Bewertung:
--> http://www.isp-control.net/forum/reputation.php?uid=90

Thanks & Greez
BeNe
03-03-2010 09:07 PM
Visit this user's website Find all posts by this user
Muetze Offline
Newbie
*

Posts: 7
Joined: Mar 2010
Reputation: 0
Post: #9
RE: [ERLEDIGT] Postfix Problem - Keine Mails kommen
Danke für den Hinweis. ispCP ist für mich noch neu, kenne nur Confix & Plesk, aber bin bis jetzt begeistert. Und der Support hier ist auch super & vor allem wahnsinnig schnell. Habe auch bewertet.


Schönen Tag noch.
MfG
03-03-2010 09:29 PM
Find all posts by this user
Thread Closed 


Forum Jump:


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