majordomo digests

toml

Verified User
Joined
Oct 3, 2003
Messages
1,311
Location
Scottsdale, AZ
If anyone was having problems with majordomo and digests on a virtual domain, here is what I did to fix it:

[root@www majordomo]
diff /etc/virtual/majordomo/digest digest.orig
400c400
< $V{'REALLY-TO'} = $ARGV[0]."@".${whereami};
---
> $V{'REALLY-TO'} = $ARGV[0];

The error I was getting was an unroutable address for the LISTNAME-digest-outgoing except that the domainame was my server's real domain instead of the virtual domain. This fix adds the virtual domain to the address, where the original assumed there was only one domain on the box.

Hope this helps some people.

Tom
 
Will add this as a notice on the checklist in a moment :)

Chris
 
Back
Top