Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    application error All email sent from 'nobody'

    Hello,

    This is the first big problem I ran into.

    All my email is being sent from 'nobody'.
    I asked my host about the option "Prevent the user 'nobody'
    from sending out mail to remote addresses",
    they say it's 'OFF' by default.

    Return-path: <nobody@ my_server.com>
    Envelope-to: me@my_domain.com
    Delivery-date: Fri, 21 Sep 2007 08:46:06 -0500
    Received: from nobody by my_server.com with local (Exim 4.68)
    (envelope-from <nobody@my_server.com>)
    id 1IYipZ-0006FV-VS
    for me@my_domain.com; Fri, 21 Sep 2007 08:46:06 -0500
    To: me@my_domain.com
    Subject: =?ISO-2022-JP?B?WxskQj83NSxDbUo4GyhCXSAbJEIkNENtSjgkIiRqJCwkSCQmJDQbKEI=?= =?ISO-2022-JP?B?GyRCJDYkJCReJDkhIxsoQiBObzogMzQ=?=
    Date: Fri, 21 Sep 2007 08:46:05 -0500
    From: =?ISO-2022-JP?B?GyRCJDgkbSQmJV4hPCVIGyhC?= <me@my_domain.com>
    Reply-to: =?ISO-2022-JP?B?GyRCJDgkbSQmJV4hPCVIGyhC?= <me@my_domain.com>
    Message-ID: <[email protected]_domain.com >
    X-Priority: 3
    X-Mailer: PHPMailer [version 1.73] via Zen Cart
    MIME-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain; charset="ISO-2022-JP"
    Sender: Nobody <nobody@my_server.com >

    E-Mail Transport Method: sendmail-f
    E-Mail Linefeeds: LF
    Use MIME HTML When Sending Emails: false
    Verify E-Mail Addresses Through DNS: false
    Send E-Mails: true
    Email Archiving Active: false
    E-Mail Friendly-Errors: true
    Email Address (Displayed to Contact you): me@my_domain.com
    Email Address (sent FROM): me@my_domain.com
    Email Admin Format: TEXT

    Zen cart 1.3.0.2-l10n-jp-2
    PHP Version 4.4.7

    I tried my other email address (earthlink), no success.
    I hope someone will be able to help me.

    Thank you.

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: All email sent from 'nobody'

    Zen Cart uses php and sendmail whichare owned by the user Nobody

    one way to eliminate this are ti use smtp for your email settings,
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: All email sent from 'nobody'

    Thank you for your quick reply.
    I've tried both smtp and smtpauth but never got it to work.

    This is the setting I use for smtpauth:

    E-Mail Transport Method: smtpauth
    E-Mail Linefeeds: LF
    Use MIME HTML When Sending Emails: false
    Verify E-Mail Addresses Through DNS: false
    Send E-Mails: true
    Email Archiving Active: false
    E-Mail Friendly-Errors: true
    Email Address (Displayed to Contact you): me@my_domain.com
    Email Address (sent FROM): me@my_domain.com
    Email Admin Format: TEXT
    SMTP Email Account Mailbox: me@my_domain.com
    SMTP Email Account Password: *********
    SMTP Email Mail Host: mail.my_domain.com
    SMTP Email Mail Server Port: 26

    I use the same info for outlook to receive email from this address.
    I don't know why it doesn't work for zen cart.....

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: All email sent from 'nobody'

    You use the same info when RECEIVING email, but have you ever tried to send mails?(on outlook)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #5
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: All email sent from 'nobody'

    Yes, I have tried to send mail on outlook and it was successful.

  6. #6
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: All email sent from 'nobody'

    Here's my setting for outlook.



  7. #7
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: All email sent from 'nobody'

    'Nobody' is the Apache web server that is running your site. It is a username, just like admin, root, or any other. It simply means that the mail was sent by the web server.

    The one setting you never mention in regard to PHP or sendmail -f is Admin-Config-Email Options-
    Email must send from known domain.

    It is a good idea to set that to 'yes' or 'true'.

    What you set your Outlook email client to has nothing to do with your server settings at your hosting company. You should ask them -
    Is it possible to use smtp for website mail?
    If so, is it plain smtp or smtpauth?
    And, what are the server, port, user and password settings to use.

  8. #8
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: All email sent from 'nobody'

    ou can also ask your host if they offer accounts on servers with phpsuexec,
    that is the BEST solution,
    the emails are always sent out as the username
    Zen cart PCI compliant Hosting

  9. #9
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: All email sent from 'nobody'

    Yes, "Email must send from known domain" is set to "true".
    I tried all of the methods - sendmail, sendamil-f, smtp, smtpauth.
    I tried port 26 and port 25....
    Phpsuexec sounds great, but they don't offer it at this time.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: All email sent from 'nobody'

    Quote Originally Posted by dillo View Post
    Zen cart 1.3.0.2-l10n-jp-2
    There have been a lot of updates since v1.3.0.2

    I suggest upgrading in order to benefit from the bugfixes, including those related to email.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 21 Aug 2015, 01:07 AM
  2. Replies: 6
    Last Post: 31 May 2010, 01:17 AM
  3. NOBODY@ Order Email from Admin ?
    By countingsheep in forum General Questions
    Replies: 1
    Last Post: 6 Jan 2008, 03:56 AM
  4. Replies: 3
    Last Post: 13 Nov 2007, 08:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg