ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Mail emergency


  • 2009-07-25 16:57:29

    Mail emergency

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2009-07-25 17:05:21

    Re: Mail emergency

    Sorry for the blank first post and language errors

    I have read the thread about mail problems and bought place on dedicated server

    now it says that mail has been sent but my mailbox is empty

    somebody told to set php.ini unfortunatelly I don't know how

    lines about mail config in php ini look like this

    [mail function]
    ; For Win32 only.
    SMTP = localhost
    smtp_port = 25

    ; For Win32 only.
    ;sendmail_from = me@example.com

    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ;sendmail_path =

    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =

    I have gentoo with webmin and all neccesery servers

    my possibilities:

    - E-mail: qmail / vpopmail* / courier-imap / qmailadmin
    spamassassin / clamAV

    plus open-smtp

    installed

    -> ftp (port: 21)
    -> ssh (port: 22)
    -> smtp (port: 25)
    -> named (port: 53)
    -> web (port: 80)
    -> pop3 (port: 110)
    -> imap (port: 143)
    -> webmin (port: 10000)

    will very appreciate any suggestions what to do

  • 2009-07-25 17:16:54

    Re: Mail emergency

    Set SMTP= to an external SMTP server. Your personal one may work for the time being until you get something permanent setup for your course.

    On most windows servers you need to use an external SMTP server. On Linux you can use the local Sendmail to send mail. Check with your provider though. Maybe they have mail running on localhost, but its not working properly.

  • 2009-07-26 06:24:45

    Re: Mail emergency

    first of all thank you for fast response @Greg

    I believe it is my poor knowledge of server configuration that cause the problem

    my provider is OVH and I asked for help on their board, let's hope that somebody from small local community we have, post solution there

    until then I'd like to set SMTP as You told, do I have to change something in Atutor files or in php.ini?

    if php.ini which line to mofify, should it look like this:


    [mail function]
    ; For Win32 only.
    SMTP = mail.atutor.pl
    smtp_port = 25

    ; For Win32 only.
    ;sendmail_from = me@example.com

    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ;sendmail_path =

    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =

    BTW what do You mean by external SMTP server, can it be server own by google like mail.gmail.com?????

    [reply][b]In reply to:[/b]
    Set SMTP= to an external SMTP server. Your personal one may work for the time being until you get something permanent setup for your course.

    On most windows servers you need to use an external SMTP...
    [op]forums/view.php?fid=7;pid=18086;page=1#18088[/op][/reply]

  • 2009-07-26 09:55:25

    Re: Mail emergency

    If you use a desktop email client, look at its STMP setting. I don't know if mail.gmail.com will work. Try it. See what happens.

    Restart the Web server for this change to take effect.

  • 2009-07-29 06:32:06

    Re: Mail emergency

    I have gentoo linux I tried sendmail doesn't seem to work
    although I don't install fixes and testing mail by clicking forgot your password and entering mail address

    I would like to know what Atutor use for sending emails
    is it phpmailer or something else?

    [reply][b]In reply to:[/b]
    If you use a desktop email client, look at its STMP setting. I don't know if mail.gmail.com will work. Try it. See what happens.

    Restart the Web server for this change to take effect.
    [op]forums/view.php?fid=7;pid=18086;page=1#18095[/op][/reply]

  • 2009-07-29 10:00:02

    Re: Mail emergency

    Yes, phpMailer. Which uses Sendmail.

  • 2009-07-31 11:08:15

    Re: Mail emergency

    I have asked funny questions, now I see, phpmailer files like class.phpmailer and class.smtp are indeed in "include" folder

    all I need is to have sendmail running properly and to set path to sendmail in php.ini

    one more question... do I have to configure PHPMailer files or is it already done?

    [reply][b]In reply to:[/b]
    Yes, phpMailer. Which uses Sendmail.
    [op]forums/view.php?fid=7;pid=18086;page=1#18146[/op][/reply]

  • 2009-07-31 11:10:43

    Re: Mail emergency

    Its already done. You just need to get Sendmail working