Milan Obuch writes:
Hi,I am trying to update FreeBSD courier port to 0.55.1. This works, but I need to include some support for WebMLM interface for completeness. While testing it I found something which could be considered a bug. I created directory /var/List/1 with couriermlm create command, chowned it to courier, set URL, LISTNAME and LISTDESCR options. Address used was [EMAIL PROTECTED] - basically I thing trouble occurs because last component in directory name (1) is not equal to local part of address (test). Using http://testserver/cgi-bin/webmlm URL I got simple page listing all lists created (I created another one, just for fun), and LISTNAME option was used in text, but in URL directory name was used. Clicked there, and subscription page was shown. I put some address into subscribe box and clicked subscribe button. Until now, all is well. However, in mail sent URL used was based on URL list option, in my case test, and it does not work - subscription confirmation URL told 'no such list'. After replacing '1' in URL with 'test' comfirmation succeeded successfully.
You need to post an actual example of the confirmation mail, and the actual contents of all the relevant configuration. Using made-up labels such as "http://testserver", "1", and "test", makes your tale nearly impossible to follow.
Having said that, the URL in confirmation requests is taken directly from the URL setting of the mailing list. If the confirmation URL is wrong, fix the mailing list's URL setting.
As a side note, there is mknod() call in main() function in courier/webmlmd.C file I need to comment out in FreeBSD. It fails everytime calling it, and everything works fine after removal. Why is it there?
Because it needs to be there, to properly check that everything will correctly work without the "check" option.
I can use OS specific patch to handle this, but I would like to ask...
How exactly to you go about creating a filesystem socket node on FreeBSD?
pgpCX0IKLH85Z.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
