Postfix nimmt keine E-Mails an und meldet das die angegebenen Nutzer unbekannt sind. (Nutzer existieren allerdings in der Datenbank - Weiterleitungen funktionieren).
Hier der passende Auszug aus der /var/log/mail.log
Hier der passende Auszug aus der /var/log/mail.log
Code:
Feb 24 01:42:05 thisis postfix/smtpd[3358]: connect from example.com[11.22.33.44]
Feb 24 01:42:06 thisis postfix/smtpd[3358]: DF83942A8: client=example.com[11.22.33.44]
Feb 24 01:42:07 thisis postfix/cleanup[3362]: DF83942A8: message-id=<[email protected]>
Feb 24 01:42:07 thisis postfix/smtpd[3358]: disconnect from example.com[80.86.92.141]
Feb 24 01:42:07 thisis postfix/qmgr[3199]: DF83942A8: from=<[email protected]>, size=912, nrcpt=1 (queue active)
Feb 24 01:42:07 thisis postfix/local[3363]: DF83942A8: to=<[email protected]>,
relay=local, delay=0.65, delays=0.35/0.13/0/0.17, dsn=5.1.1, status=bounced (unknown user: "ispp_catchall")
Feb 24 01:42:07 thisis postfix/cleanup[3362]: 6292142AB: message-id=<[email protected]>
Feb 24 01:42:07 thisis postfix/bounce[3364]: DF83942A8: sender non-delivery notification: 6292142AB
Feb 24 01:42:07 thisis postfix/qmgr[3199]: DF83942A8: removed
Feb 24 01:42:07 thisis postfix/qmgr[3199]: 6292142AB: from=<>, size=2728, nrcpt=1 (queue active)
Feb 24 01:42:08 thisis postfix/smtp[3365]: 6292142AB: to=<[email protected]>, relay=mail.example.com[11.22.33.44]:25, delay=0.98, delays=0.13/0.11/0.39/0$
Feb 24 01:42:08 thisis postfix/qmgr[3199]: 6292142AB: removed
Code:
`view_aliases`
+-----------------------------------+-------------------------------------------+
| email | destination |
+-----------------------------------+-------------------------------------------+
| [email protected] | [email protected] |
| [email protected] | [email protected] |
| [email protected] | [email protected] |
+-----------------------------------+-------------------------------------------+
`view_users`
+-----------------------------------+----------------------------------+
| email | password |
+-----------------------------------+----------------------------------+
| [email protected] | 14cbfb845af1f030e372b1cb9275e6dd |
| [email protected] | 14cbfb845af1f030e372b1cb9275e6dd |
+-----------------------------------+----------------------------------+
`virtual_aliases`
+----+-----------+---------------+-------------------------------------------+
| id | domain_id | source | destination |
+----+-----------+---------------+-------------------------------------------+
| 1 | 1 | john | [email protected] |
| 2 | 2 | ispp_catchall | [email protected] |
| 3 | 2 | forwarding | [email protected] |
+----+-----------+---------------+-------------------------------------------+
`virtual_domains`
+----+---------------------+
| id | name |
+----+---------------------+
| 1 | example.com |
| 2 | thisis.selfip.net |
+----+---------------------+
`virtual_users`
+----+-----------+---------------+----------------------------------+
| id | domain_id | user | password |
+----+-----------+---------------+----------------------------------+
| 1 | 1 | john | 14cbfb845af1f030e372b1cb9275e6dd |
| 2 | 2 | ispp_catchall | 14cbfb845af1f030e372b1cb9275e6dd |
+----+-----------+---------------+----------------------------------+
Last edited by a moderator: