PDA

View Full Version : majordomo digests


toml
12-14-2003, 05:25 PM
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

ProWebUK
12-14-2003, 05:40 PM
Will add this as a notice on the checklist in a moment :)

Chris

DirectAdmin Support
12-15-2003, 10:16 AM
I'll add it to the installer.

John

hostpc.com
02-12-2004, 05:27 PM
ok, what if digest.orig doesn't exist on the server?

any ideas?

DirectAdmin Support
02-12-2004, 08:13 PM
What error are you getting?