Current time: 07-04-2024, 10:26 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] dovecot & mail system configuration error
Author Message
tsaenger Offline
Junior Member
*

Posts: 69
Joined: Dec 2007
Reputation: 0
Post: #1
[ERLEDIGT] dovecot & mail system configuration error
Hallo,

ich habe nach Anleitungen von rbtux http://www.isp-control.net/documentation...th_dovecot dovecot installiert.
Nun bekomme ich im mail-log folgende Meldungen:
Quote:Jan 27 23:10:44 h1xx451 postfix/pipe[3031]: warning: empty macro name: "$"
Jan 27 23:10:44 h1xx451 postfix/pipe[3031]: 42BC8358241: to=<info@xxx.de>, relay=dovecot, delay=0.06, delays=0.03/0.01/0/0.01, dsn=4.3.5, status=deferred (mail system configuration error)
sowie
Quote:Jan 27 23:07:50 h1xx451 postfix/local[2989]: warning: lookup root, NIS domain stratoserver.net, map mail.aliases: internal yp server or client error
Jan 27 23:07:50 h1xx451 postfix/pipe[2992]: 943FB3586F0: to=<info@xxx.de>, relay=dovecot, delay=1780, delays=1779/0.03/0/0.04, dsn=4.3.5, status=deferred ()
Jan 27 23:07:50 h1xx451 postfix/pipe[2990]: AA741358240: to=<info@xxx.de>, relay=dovecot, delay=3185, delays=3185/0.04/0/0.05, dsn=4.3.5, status=deferred (mail system configuration error)
Jan 27 23:07:50 h1xx451 postfix/local[2991]: 4F0163586DD: to=<root@h1xx451.stratoserver.net.local>, orig_to=<root>, relay=local, delay=16669, delays=16669/0.06/0/0.03, dsn=4.3.0, status=deferred (alias database unavailable)

hat jemand ne idee woran das liegen kann?

Tobias
(This post was last modified: 01-28-2008 08:19 PM by BeNe.)
01-28-2008 07:20 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: dovecot & mail system configuration error
Ja, ne Vermutung (da sowas schon in zwei anderen Fällen heute angesprochen wurde):

das liegt anscheinend am doku-wiki system, welches zusätzliche $ bei Variablen einfügt.

Vielleicht mal die Zeile ändern:
Code:
dovecot unix - n n - - pipe
   flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $ {recipient}
nach
Code:
dovecot unix - n n - - pipe
   flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d {recipient}

ich hoffe, dann geht es... habs aber selbst nicht getestet...

/J
01-28-2008 08:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tsaenger Offline
Junior Member
*

Posts: 69
Joined: Dec 2007
Reputation: 0
Post: #3
RE: dovecot & mail system configuration error
Hallo,

vielen Dank.

Ich habe das $ entfernt nun bekomme ich die Meldung:
Quote:Jan 28 00:15:43 h1xx451 dovecot: auth-worker(default): mysql: Connected to localhost (ispcp)
Jan 28 00:15:43 h1xx451 postfix/pipe[2547]: AB732358240: to=<info@xxx.de>, relay=dovecot, delay=0.11, delays=0.06/0.01/0/0.04, dsn=5.1.1, status=bounced (user unknown)

Ich habe auch zusätzlich wie mir rbtux empfohlen hat "Avelsieve" und "Selective Greylisting" noch mit eingebunden.

Gruß & Danke[/quote]

Tobias
01-28-2008 08:21 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: dovecot & mail system configuration error
Da bin ich überfragt - aber so wie ich rbtux kenne, wird er sich hier melden... :-)
01-28-2008 09:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tsaenger Offline
Junior Member
*

Posts: 69
Joined: Dec 2007
Reputation: 0
Post: #5
RE: dovecot & mail system configuration error
hi joximu,

vielen dank für deine Hilfe. Ich warte dann mal auf rbtux.

Gruß und gute Nacht.

Tobias
01-28-2008 09:44 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #6
RE: dovecot & mail system configuration error
Code:
status=bounced (user unknown)
User unknown ??
Gibt es den User nicht in der DB ?

Greez BeNe
01-28-2008 05:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #7
RE: dovecot & mail system configuration error
es sind nicht zusätzliche $ zeichen sondern der abstand zwischen $ und der variable... schau bitte in die page source...

Quote: dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d ${recipient}
wäre richtig

diese dokuwiki problem sollte schnellstmöglich jemand lösen!
01-28-2008 06:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #8
RE: dovecot & mail system configuration error
BeNe Wrote:
Code:
status=bounced (user unknown)
User unknown ??

Nein Bene du musst schauen von welchem dienst die meldung kommt. Die meldung kommt von postfix pipe über das relay dovecot. Das bedeuted, dass der lda (deliver) die mail dem empfänger nicht zu ordnen kann. (da der recipient nicht übergeben wurde durch das fehlende $)

Wenn der user nicht in der db wäre, käme die meldung von postfix local/virtual/relay...
01-28-2008 06:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #9
RE: dovecot & mail system configuration error
Quote:diese dokuwiki problem sollte schnellstmöglich jemand lösen!
Ich gebe mal gOOvER bescheid.

Quote:Nein Bene du musst schauen von welchem dienst die meldung kommt. Die meldung kommt von postfix pipe über das relay dovecot. Das bedeuted, dass der lda (deliver) die mail dem empfänger nicht zu ordnen kann. (da der recipient nicht übergeben wurde durch das fehlende $)

Wenn der user nicht in der db wäre, käme die meldung von postfix local/virtual/relay...
Stimmt, da war ich mal wieder etwas zu voreilig! Rolleyes
Weis schon für was wir dich alles hier brauchen Wink

Greez BeNe
01-28-2008 06:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tsaenger Offline
Junior Member
*

Posts: 69
Joined: Dec 2007
Reputation: 0
Post: #10
RE: dovecot & mail system configuration error
Stimmt.
Nun wenn ich die 2 Leerzeichen nach den $ auch hier weg lasse funktioniert es. Das hatte ich allerdings gestern vorm Posten auch schon versucht, da ich ein ähnliches Problem mit dem Wiki schon festgestellt habe. Hatte aber vergessen den postfix und dovecot neu zu starten. Aus diesem Grund existierte das Problem weiterhin.

Vielen Dank für den SUPER support.

Tobias
01-28-2008 06:58 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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