Yes. Actually there is no such MLM setup on any computer. MLM is only installed on a single server. To connect to MLM from a computer you just need to enter the MLM URL, the User ID and the password into the MaxBulk Mailer preferences.1) once MLM is set up on one computer, can a second computer sync addresses to the remote list?
Yes but you have to copy the statistics file from one computer to the other as I told you in my first post. Let me know your OS and I will tell you where that file is located.2) can a second computer be configured to get statistics on messages it sends and/or messages sent by the first computer using the same remote list? Or are statistics available only on the computer which sends the message?
In the preferences, second panel.3) where can I enter a login/password in MaxBulk or elsewhere to allow a second computer (which did not "set up" MLM) to access statistics stored on the sql database?
stanbusk said:In the preferences, second panel.3) where can I enter a login/password in MaxBulk or elsewhere to allow a second computer (which did not "set up" MLM) to access statistics stored on the sql database?
MaxBulk Mailer calls MLM, MLM gets the data from the mySQL database and returns it to MaxBulk Mailer.so when a user accesses the statistics pane MaxBulk calls the server? i.e., maxbulk tries to connect to the mlm folder on the server?
Yes but you don't access the database directly. MLM does it.i thought it went to the sql file since statistics are in a table there
I guess you mean the Deliveries file, right? The deliveries file is located here: '~/Library/Application Support/Maxprog/MaxBulk Mailer/Deliveries/Deliveries.log'.where is the statistics file kept on mac 10.6?
I guess you mean a HTTP connection thru port 80. This is to check for unsubscribes for the selected list. That can be deactivated from the preferences. The password is always the same. Whatever you do in MaxBulk Mailer related to MLM, the password and User ID are the one you have set in the lm_settings.php file and you have entered in the MaxBulk Mailer preferences. There is no several passwords, just one.also, for clarity, when i open maxbulk it makes a connection to the server via afp -- i know because i can see it on my server admin page. when i open statistics, it seems to want to access the server again but with a different log/pass. is that right?
Yes, MaxBulk Mailer executes the lm.php script on your server with the delivery number parameter. The lm.php script asks the mySQL data for that delivery data and then returns it to MaxBulk Mailer. Delivery numbers are stored locally, statistics are stored on your mySQL server. I asked you to move the files with deliveries so the numbers are available to MaxBulk Mailer on the left list when you open the statistics panel.ok, but when i click "statistics" maxbulk obviously wants to go somewhere on my server rather than a local folder because i get a warning from my computer (not from maxbulk) that "you do not have permission to access the server"
Yes, when MaxBulk Mailer executes the lm.php script it also passes the admin ID and password parameters. If those parameters are wrong lm.php will abort.and is maxbulk set to automatically give a login/password to the server when i click statistics?
MaxBulk Mailer simply calls a PHP file via HTTP on port 80.is it trying to get to the folder via ftp? aft? webdav?
stanbusk said:MaxBulk Mailer simply calls a PHP file via HTTP on port 80.