[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with localidentity



Hi,
We had problems with the configuration of a specified identity in
scheduler.conf (-L switch). The smtp ta transport agent didn't get the
address we wanted it to bind to, so the connection source was always that of
the default interface.

The problem, at least for this instalation, was in the zgetbindaddr.c. In
line 102 we had to comment out the "and" clause:

# diff zgetbindaddr.c zgetbindaddr.c.ORI 
102c102
<       } else if (*bindspec == '[' /* PERT-NB && !af */ ) {
---
>       } else if (*bindspec == '[' && !af) {

And now, everything it's ok!.

We are running version 2.99.57.pre3 #1: Wed Jun  8 18:11:25 ART 2005 on a
Linux 2.6.11-1.27_FC3 host.

Regards,
Marķa

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi