[ZendTo] Issues with sending to external users

Ken Etter KLE at msktd.com
Thu Jan 12 19:50:36 GMT 2017


Is the issue the apache at localhost address?  There might be other ways to
deal with this, but you can masquerade the mail sender.
    Open your main.cf file
 	   vi /etc/postfix/main.cf
    Append following parameter
 	   smtp_generic_maps = hash:/etc/postfix/generic
    Open /etc/postfix/generic file
 	   vi /etc/postfix/generic
    Insert this line into generic
 	   apache at localhost sender at your_domain
    Create or update generic postfix table
 	   postmap /etc/postfix/generic
    Restart postfix
 	   /etc/init.d/postfix restart

Ken Etter, System Administrator
Architectural Group
260.432.9337 | msktd.com




>>> Brian Novogradac <Brian.Novogradac at utoronto.ca> 1/12/2017 2:21 PM
>>>
Hello all I am having an issue sending to external users.  They do not
get the email.  I think I found the issue but I don’t know where to
change these settings.  I grabbed the email header and it is showing
this:
 
Received: from zendto.xxxxx.ca (localhost.localdomain [127.0.0.1]) by
zendto.xxxxx.ca (8.14.4/8.14.4) with ESMTP id v0CJF2NS002063; Thu, 12
Jan
2017 14:15:02 -0500
Received: (from apache at localhost) by zendto.xxxxx.ca
(8.14.4/8.14.4/Submit)
id v0CJF1NN002062; Thu, 12 Jan 2017 14:15:01 -0500
Date: Thu, 12 Jan 2017 14:15:01 -0500
Message-ID: <201701121915.v0CJF1NN002062 at send.utoronto.ca>
To: < zendto.xxxxx.ca >
 
Any help woul be appreciated.
 
There is an smtp setting in php.ini
 
[mail function]
; For Win32 only.
; http://www.php.net/manual/en/mail.configuration.php#ini.smtp
SMTP = zendto.xxxxx.ca
; http://www.php.net/manual/en/mail.configuration.php#ini.smtp-port
smtp_port = 25
 
do I use my hostname instead of localhost here.
 
Is there anwhere else???
 
Brian Novogradac
Intermediate Systems Administrator (I&ITS)


Information Security Is Everyone’s Responsibility. Learn
more:http://uoft.me/cyberaware

University of Toronto at Mississauga
3359 Mississauga Road N.
Mississauga, Ontario, L5L 1C6

(P) 416-435-2543
(F) 905-569-4343
(E) brian.novogradac at utoronto.ca
(W)www.utm.utoronto.ca/iits

This E-mail contains privileged and confidential information intended
only for the individual or entity named in the message. If the reader of
this message is not the intended recipient, or the agent responsible to
deliver it to the intended recipient, you are hereby notified that any
review, dissemination, distribution or copying of this communication is
prohibited.  If this communication was received in error, please notify
the sender by reply E-mail immediately, and delete and destroy the
original message.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20170112/bd558031/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 18080 bytes
Desc: Portable Network Graphics Format
Url : http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20170112/bd558031/attachment-0001.png 


More information about the ZendTo mailing list