Automailer 404 error

Discussion in 'General' started by Curtis Maurand, Dec 13, 2023.

  1. Hello,
    I've finally gotten back to working on this problem. My control panel runs on port 443.
    my config.php for automailer looks like:

    <?php
    $conf['remote_uri'] = 'https://cp.xyonet.com/remote/';
    $conf['remote_user'] = 'automail';
    $conf['remote_password'] = 'mysecretpassword';
    ?>
    Before I was getting "No Data." now I'm getting a 404 error. I've set the logging to debugging, but I am not getting anything in the error log as I would expect or am I looking in the wrong log? I was looking in the log for the site "autoconfig.xyonet.com.'

    Anyone have any ideas?
    --Curtis
     
  2. pyte

    pyte Well-Known Member HowtoForge Supporter

    When you do what?

    Could you explain what you are even trying to achieve?
     
  3. I'm just trying to get automail to work.

    I get a 404 error when I run against a cname

    wget http://autoconfig.maurand.com/[email protected]

    the cname for autoconfig.maurand.com points to autoconfig.xyonet.com.

    wget http://autoconfig.xyonet.com/[email protected]

    When I run that, it eventually times out and the file returned simply says, "no data."

    I'm at a loss. Should I try ripping it all out and reinstall from scratch?
     
  4. pyte

    pyte Well-Known Member HowtoForge Supporter

    The automail plugin is not official from ISPConfig and there is no offical support for it. I've talk about this a few days/weeks back here in the forum and from other users it seems that even if set up correctly it doesn't work correctly with new version of Outlook anymore.

    I've had a look into the project myself and what needs to be done to get a working solution but had little to no time to do so. However the most promising approach was: https://pipo.blog/articles/20210826-email-autoconf

    You might want to have a look at that
     
    Th0m likes this.

Share This Page