Dan Lists: > Nov 30 10:39:59 server postfix/local[50947]: warning: error looking up > passwd info for user: Invalid argument
The getpwnam_r() SYSTEM LIBRARY ROUTINE reports an error, with errno set to EINVAL (Invalid argument). Find out why the SYSTEM LIBRARY ROUTINE reports this error. > Because it is a temporary error, it keeps trying over and over. In > the case of aliases, the valid recipients get a copy each time it > retries. Set an owner-name alias to avoid that. Postfix will return mail if the user does not exist. In this case, it never gets a definitive ruling, therefore it defers delivery. Wietse