Hi All
As I wrote above, this mailserver is set up with postfixadmin and mysql.
I'm trying to set up a /dev/null mail account.So I've created an aliasdevnull: 
/dev/nullAnd I've created a virtual mailbox on one of the domains
If I look in the MySQL database I see:
select * from alias where address='relayt...@my.ownserver.com';
+-------------------------------+---------------------+---------------------+---------------------+---------------------+--------+
| address                       | goto                | domain              | 
created             | modified            | active |
+-------------------------------+---------------------+---------------------+---------------------+---------------------+--------+
| relayt...@my.ownserver.com | devnull | my.ownserver.com | 2018-04-25 10:18:24 
| 2018-04-25 10:18:24 |      1 |
+-------------------------------+---------------------+---------------------+---------------------+---------------------+--------+
But if I look in the maillog I see this:Apr 25 10:28:13 bounce 
postfix/smtp[61347]: 6A23E40ED1F2: to=<devnull@bounce.localdomain>, 
orig_to=<relayt...@my.ownserver.com>, relay=none, delay=22, 
delays=22/0.01/0.02/0, dsn=5.4.4, status=bounced (Host or domain name not 
found. Name service error for name=bounce.localdomain type=A: Host not found)
The servers hostname is bounce.
So what should I do?I tried changing the goto to devnull@localhost and also 
devnull@bounce.localdomain but I still get errors.
I hope somebody can help me out?
Best wishesKenneth

Reply via email to