Postfix User problem.


k1ng

Registered User
Hallo,

ich habe erfolgreich postfix installiert, er läuft auch einwandfrei mit allen Domains.

Nur wenn ich nun eine neue Domain installieren will, erstellt er zwar /home/vmail/domain/user/ aber falls ich eine an die genannte Adresse sende, erkennt der postfix den User nicht, in der MySQL ist er aber eingetragen.
Weiss einer woran es liegen koennte?

Logs sind die:

Code:
Sep 22 20:19:22 ks357361 postfix/smtpd[7447]: warning: database /etc/aliases.db is older than source file /etc/aliases
Sep 22 20:19:23 ks357361 postfix/smtpd[7447]: connect from [IP]
Sep 22 20:19:27 ks357361 postfix/trivial-rewrite[7451]: warning: do not list domain gay-paul.com in BOTH mydestination and virtual_mailbox_domains
Sep 22 20:19:27 ks357361 postfix/smtpd[7447]: 9C20936FB5: client=[IP], sasl_method=PLAIN, [email protected]
Sep 22 20:19:27 ks357361 postfix/cleanup[7452]: 9C20936FB5: message-id=<[email protected]>
Sep 22 20:19:27 ks357361 postfix/qmgr[15258]: 9C20936FB5: from=<[email protected]>, size=670, nrcpt=1 (queue active)
Sep 22 20:19:27 ks357361 postfix/trivial-rewrite[7451]: warning: do not list domain gay-paul.com in BOTH mydestination and virtual_mailbox_domains
Sep 22 20:19:27 ks357361 postfix/local[7453]: warning: database /etc/aliases.db is older than source file /etc/aliases
Sep 22 20:19:27 ks357361 postfix/local[7453]: 9C20936FB5: to=<[email protected]>, relay=local, delay=0.47, delays=0.41/0.04/0/0.02, dsn=5.1.1, status=bounced (unknown user: "penis")
Sep 22 20:19:27 ks357361 postfix/cleanup[7452]: E320236FC1: message-id=<[email protected]>
Sep 22 20:19:27 ks357361 postfix/qmgr[15258]: E320236FC1: from=<>, size=2418, nrcpt=1 (queue active)
Sep 22 20:19:27 ks357361 postfix/bounce[7454]: 9C20936FB5: sender non-delivery notification: E320236FC1
Sep 22 20:19:27 ks357361 postfix/qmgr[15258]: 9C20936FB5: removed
Sep 22 20:19:27 ks357361 postfix/smtpd[7447]: disconnect from [IP]
Sep 22 20:19:28 ks357361 postfix/pipe[7455]: E320236FC1: to=<[email protected]>, relay=dovecot, delay=0.19, delays=0.01/0.02/0/0.17, dsn=2.0.0, status=sent (delivered via dovecot service)
Sep 22 20:19:28 ks357361 postfix/qmgr[15258]: E320236FC1: removed


mein mda ist devocot
 
Last edited by a moderator:
Wenn für alle Domains nur ein User der Empfänger ist, sollte doch ein simples Aliasing helfen. Iich habe das ganze leider ohne confixx o.ä web fontends gemacht, daher weiss ich nicht was die sonst noch so anlegen nebenher.

in der etc/postfix/virtual stünde unter debian z.b.
[email protected] [email protected]

falls ich recht verstehe, was du meinst.
 
Last edited by a moderator:

Back
Top