jamesmac
New Member
I'm testing out MacMailer + MLM and have some problems and trouble understanding some stuff. Any help appreciated!
1. Can't install MLM via 'Upload MLM'
I've followed the instructions on the site and have tried to upload the MLM module. The problem is the upload seems to stall during the process. I have manually uploaded the files, edited the .php script and have some other issues that might indicate mis-configuration. It would be good if the 'Install MLM...' option worked...
2. Understanding MLM lists
I can't find in the manual an explanation of how the local MaxMailer List relates to the Remote list. I assume that they're 2 completely separate lists and there is a manual interchange between them. Effectively, that means that for people who want to use subscribe/unsubscribe etc, it's Remote Lists. I haven't yet dug into the Bounced Mail module but does this work on local lists or both remote and local lists?
3. Uploading Lists to MLM
I can't upload lists to the MLM via the MaxMail 'Upload' UI. I do this:
- create a local list, add some addresses, save it
- Choose Recipients > Upload to MLM...
- Choose the list to upload
- Try to choose a list in the 'To' List but the drop-down doesn't drop down so I can't do that
4. Is MLM working?
I subscribed myself to the MLM list, received a confirmation e-mail, clicked the link and got a 'Success' e-mail. Logging onto /lm/lm.php showed a 'list1' list with the subscription details, so it looks like that's all working. Problem is, in MaxMailer, when I select 'Remote List', the list of subscribers is empty.
It seems to me like MLM isn't talking to MaxMailer - is this possible? Is there a log somewhere that might give me a clue as to what's going on?
Any help appreciated!
James
1. Can't install MLM via 'Upload MLM'
I've followed the instructions on the site and have tried to upload the MLM module. The problem is the upload seems to stall during the process. I have manually uploaded the files, edited the .php script and have some other issues that might indicate mis-configuration. It would be good if the 'Install MLM...' option worked...
Code:
150 Opening ASCII mode data connection for file list
226 Transfer complete
> CWD /docs/scripts/lm
250 CWD command successful
> PWD
257 "/docs/scripts/lm" is the current directory
> CWD /docs/scripts/lm/html
250 CWD command successful
> PWD
257 "/docs/scripts/lm/html" is the current directory
> CWD /docs/scripts/lm/html
250 CWD command successful
> SIZE index.html
550 SIZE not allowed in ASCII mode
> PASV
227 Entering Passive Mode (203,90,26,109,145,137).
> TYPE A
200 Type set to A
> STOR index.html
150 Opening ASCII mode data connection for index.html
> CWD /docs/scripts/lm/html
226 Transfer complete
250 CWD command successful
> SIZE subscribe_auto_multiple.php
550 SIZE not allowed in ASCII mode
> PASV
227 Entering Passive Mode (203,90,26,109,228,5).
> STOR subscribe_auto_multiple.php
150 Opening ASCII mode data connection for subscribe_auto_multiple.php
> CWD /docs/scripts/lm/html
250 CWD command successful
> SIZE subscribe_auto_single.php
550 SIZE not allowed in ASCII mode
226 Transfer complete
2. Understanding MLM lists
I can't find in the manual an explanation of how the local MaxMailer List relates to the Remote list. I assume that they're 2 completely separate lists and there is a manual interchange between them. Effectively, that means that for people who want to use subscribe/unsubscribe etc, it's Remote Lists. I haven't yet dug into the Bounced Mail module but does this work on local lists or both remote and local lists?
3. Uploading Lists to MLM
I can't upload lists to the MLM via the MaxMail 'Upload' UI. I do this:
- create a local list, add some addresses, save it
- Choose Recipients > Upload to MLM...
- Choose the list to upload
- Try to choose a list in the 'To' List but the drop-down doesn't drop down so I can't do that
4. Is MLM working?
I subscribed myself to the MLM list, received a confirmation e-mail, clicked the link and got a 'Success' e-mail. Logging onto /lm/lm.php showed a 'list1' list with the subscription details, so it looks like that's all working. Problem is, in MaxMailer, when I select 'Remote List', the list of subscribers is empty.
It seems to me like MLM isn't talking to MaxMailer - is this possible? Is there a log somewhere that might give me a clue as to what's going on?
Any help appreciated!
James