I have just replaced Exim with Postfix. There are a few things not yet working as I want them but there is also one oddity.
Whenever the system sends an internal mail to root, which is then re-directed to me as a user, it tries to send the same email to a number of non-existant users:
<"$h_subject:contains"@machine1.mynetwork>: unknown user: "$h_subject:contains"
endif@machine1.mynetwork: unknown user: "endif"
<"fax stats"@machine1.mynetwork>: unknown user: "fax stats"
then@machine1.mynetwork: unknown user: "then"
if@machine1.mynetwork: unknown user: "if"
elif@machine1.mynetwork: unknown user: "elif"
finish@machine1.mynetwork: unknown user: "finish"
<"facsimile received"@machine1.mynetwork>: unknown user: "facsimile received"
error_message@machine1.mynetwork: unknown user: "error_message"
<"facsimile not received"@machine1.mynetwork>: unknown user: "facsimile not received"
save@machine1.mynetwork: unknown user: "save"
These users are obviously rubbish but I have no idea where it is finding this stuff.
This problem does not occur with emails to or from the internet.
Some ideas as to where to look would be appreciated.
Barry Samuels
that looks like either you or the root user has a .forward file in their home directory that isn't actually a forwarding file, but some sort of script.
It looks from the scraps you are seeing as if the file has something to do with a fax subsystem config file, if that helps.
Check both home directories for .forward files, and check the postfix main.cf to see which alias files its using, and what its behaviour is set to be when it encounters a .forward file.
TD
On Thu, 2002-12-26 at 16:08, Barry Samuels wrote:
I have just replaced Exim with Postfix. There are a few things not yet working as I want them but there is also one oddity.
Whenever the system sends an internal mail to root, which is then re-directed to me as a user, it tries to send the same email to a number of non-existant users:
<"$h_subject:contains"@machine1.mynetwork>: unknown user: "$h_subject:contains"
endif@machine1.mynetwork: unknown user: "endif"
<"fax stats"@machine1.mynetwork>: unknown user: "fax stats"
then@machine1.mynetwork: unknown user: "then"
if@machine1.mynetwork: unknown user: "if"
elif@machine1.mynetwork: unknown user: "elif"
finish@machine1.mynetwork: unknown user: "finish"
<"facsimile received"@machine1.mynetwork>: unknown user: "facsimile received"
error_message@machine1.mynetwork: unknown user: "error_message"
<"facsimile not received"@machine1.mynetwork>: unknown user: "facsimile not received"
save@machine1.mynetwork: unknown user: "save"
These users are obviously rubbish but I have no idea where it is finding this stuff.
This problem does not occur with emails to or from the internet.
Some ideas as to where to look would be appreciated.
Barry Samuels
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
Tony Dietrich td@transoft.demon.co.uk wrote:
that looks like either you or the root user has a .forward file in their home directory that isn't actually a forwarding file, but some sort of script.
Spot on Tony :)
There was a .forward file which was part of the Exim package and was described as an Exim filter which I have now disabled.
That should hopefully solve the problem.
Many thanks. I don't think that I would have thought of that.
Barry Samuels
I've been working on Postfix for the last 3 days, trying to get it to work with majordomo <g>
So your email came at just the right time
TD
On Thu, 2002-12-26 at 17:14, Barry Samuels wrote:
Tony Dietrich td@transoft.demon.co.uk wrote:
that looks like either you or the root user has a .forward file in their home directory that isn't actually a forwarding file, but some sort of script.
Spot on Tony :)
There was a .forward file which was part of the Exim package and was described as an Exim filter which I have now disabled.
That should hopefully solve the problem.
Many thanks. I don't think that I would have thought of that.
Barry Samuels
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!