Re: [WebDNA] SENDMAIL

This WebDNA talk-list message is from

2017


It keeps the original formatting.
numero = 113867
interpreted = N
texte = 1467 --94eb2c03ca88cb3a55056051960e Content-Type: text/plain; charset="UTF-8" it's odd a msg to the talklist ends up in your spam folder especially when that was the subject... LOL I'm no expert... yes my apache runs & postfix sent before, and now through google, and my webdna code works. I've tried many times to resolve and this was the only solution I found to keep my server emails through sendmail out of the spam folder, and google puts everything sent in my sent folder! I'm sure if I had your knowledge, I'd do it your way! On Thu, Dec 14, 2017 at 6:02 PM, Kenneth Grome wrote: > The email quoted below was in my SPAM box so I never saw it until > today ... > > Yes, Postfix "just works" by default as an ideal non-relay SMTP > server for WebDNA mail, at least on Linux. But most people > configure it to send mail directly rather than passing its mail > off to the Google server like you're doing. > > If you configure it to send mail directly, Postfix will not change > your 'From' addresses like Google does. This means you can use > any 'From' address you feel like entering into the WebDNA > [sendmail] tag, thus allowing extreme flexibility. > > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Web Database Systems and Linux Server Administration > > > > On 12/09/2017 12:18 AM, Brian Harrington wrote: > > I know most of you here are experts, but I an not on any one topic. > > > > In the past some time ago SENDMAIL sending from localhost worked > > perfect, then major emailers stopped allowing it and or put it in > > the "SPAM" folder. We'll you can't run a site with every SENDMAIL > > going there and I tried a few things that did not work. > > > > However, Talking to a guy about 2 months ago, he told me about > > "SendGrid" and they have a great document on how to set it up on > > their website, so I tried it, and it worked great sending and > > keeping SENDMAIL out of the spam folder! > > > > BUT, after a month sending maybe 30 test emails to myself and 3 > > friends while my site is in development, they CUT ME OFF telling > > me my emails are considered spam! So I was back to square one! > > > > So, after playing around with postfix I added my google account > > info in place of SendGrid and it's working GREAT! > > > > POSTFIX > > ----------------------------- > > sasl_passwd (file) > > include the brackets [smtp.gmail.com > > ]:587 googleUSERNAME:googlePASSWORD > > ---------------------------- > > main.cf (file) put at the bottom... > > smtp_sasl_auth_enable = yes > > smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd > > smtp_sasl_security_options = noanonymous > > smtp_sasl_tls_security_options = noanonymous > > smtp_tls_security_level = encrypt > > header_size_limit = 4096000 > > relayhost = [smtp.gmail.com ]:587 > > --------------------------------------- > > then you need to run sudo postmap /etc/postfix/sasl_passwd > > in the terminal window and restart postfix > > ----------------------------------------- > > Note: I had to edit file path hash:/etc/postfix/sasl_passwd > > also, not a terminal window fan so to edit by hand enter > > shift/command/G then the file path /private > > > > One last thing... does not matter who or what the sender email is > > in SENDMAIL as google is gonna replace in with > > googleUSERNAME@gmail.com > > > > Hope this helps someone... if not today, maybe in the future. > > > > Brian > > --------------------------------------------------------- This > > message is sent to you because you are subscribed to the mailing > > list talk@webdna.us To unsubscribe, E-mail to: > > talk-leave@webdna.us archives: > > http://www.webdna.us/page.dna?numero=55 Bug Reporting: > > support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us > archives: http://www.webdna.us/page.dna?numero=55 > Bug Reporting: support@webdna.us > --94eb2c03ca88cb3a55056051960e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
it's odd a msg to the talklist ends up in your spam fo= lder especially when that was the subject... LOL

I'm= no expert... yes my apache runs & postfix sent before, and now through= google, and my webdna code works.

I've tried = many times to resolve and this was the only solution I found to keep my ser= ver emails through sendmail out of the spam folder, and google puts everyth= ing sent in my sent folder! I'm sure if I had your knowledge, I'd d= o it your way!

On Thu, Dec 14, 2017 at 6:02 PM, Kenneth Grome &= lt;ken@webdnas= olutions.com> wrote:
The em= ail quoted below was in my SPAM box so I never saw it until
today ...

Yes, Postfix "just works" by default as an ideal non-relay SMTP server for WebDNA mail, at least on Linux.=C2=A0 But most people
configure it to send mail directly rather than passing its mail
off to the Google server like you're doing.

If you configure it to send mail directly, Postfix will not change
your 'From' addresses like Google does.=C2=A0 This means you can us= e
any 'From' address you feel like entering into the WebDNA
[sendmail] tag, thus allowing extreme flexibility.

Regards,
Kenneth Grome
WebDNA Solutions
http://www.webdnasolutions.com
Web Database Systems and Linux Server Administration



On 12/09/2017 12:18 AM, Brian Harrington wrote:
> I know most of you here are experts, but I an not on any one topic.=C2= =A0
>
> In the past some time ago SENDMAIL sending from localhost worked
> perfect, then major emailers stopped allowing it and or put it in
> the "SPAM" folder. We'll you can't run a site with e= very SENDMAIL
> going there and I tried a few things that did not work.
>
> However, Talking to a guy about 2 months ago, he told me about
> "SendGrid" and they have a great document on how to set it u= p on
> their website, so I tried it, and it worked great sending and
> keeping SENDMAIL out of the spam folder!
>
> BUT, after a month sending maybe 30 test emails to myself and 3
> friends while my site is in development, they CUT ME OFF telling
> me my emails are considered spam! So I was back to square one!
>
> So, after playing around with postfix I added my google account
> info in place of SendGrid and it's working GREAT!
>
> POSTFIX
> -----------------------------
> sasl_passwd (file)
> =C2=A0 include the brackets [smtp.gmail.com
> <http://smtp.gmail.com>]:587 googleUSERNAME:googlePASSWOR= D
> ----------------------------
> main.c= f <h= ttp://main.cf> (file) put at the bottom...
> smtp_sasl_auth_enable =3D yes
> smtp_sasl_password_maps =3D hash:/etc/postfix/sasl_passwd
> smtp_sasl_security_options =3D noanonymous
> smtp_sasl_tls_security_options =3D noanonymous
> smtp_tls_security_level =3D encrypt
> header_size_limit =3D 4096000
> relayhost =3D [smtp.gmail.com <http://smtp.gmail.com>]:58= 7
> ---------------------------------------
> then you need to run=C2=A0sudo postmap /etc/postfix/sasl_passwd
> in the terminal window and restart postfix
> -----------------------------------------
> Note: I had to edit file path hash:/etc/postfix/sasl_passwd
> also, not a terminal window fan so to edit by hand enter
> =C2=A0shift/command/G then the file path /private
>
> One last thing... does not matter who or what the sender email is
> in SENDMAIL as google is gonna replace in with
> googleUSERNAME@gmai= l.com <mailto:googleUSER= NAME@gmail.com>
>
> Hope this helps someone... if not today, maybe in the future.
>
> Brian
> --------------------------------------------------------- = This
> message is sent to you because you are subscribed to the mailing
> list talk@webdna.us To unsubscri= be, E-mail to:
> talk-leave@webdna.us archi= ves:
> http://www.webdna.us/page.dna?numero=3D55 Bug= Reporting:
> support@webdna.us
---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: talk-lea= ve@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting:
support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --94eb2c03ca88cb3a55056051960e-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Sendmail with attachment (Stuart Tremain 2019)
  2. [WebDNA] Sendmail with attachment (Stephen Braun 2019)
  3. [WebDNA] Sendmail with attachment (Stephen Braun 2019)
  4. Re: [WebDNA] sendmail - gives an "error -1" (Palle Bo Nielsen 2018)
  5. Re: [WebDNA] sendmail - gives an "error -1" (Stuart Tremain 2018)
  6. [WebDNA] sendmail - gives an "error -1" (Palle Bo Nielsen 2018)
  7. Re: [WebDNA] SENDMAIL (Lawrence Banahan 2017)
  8. Re: [WebDNA] SENDMAIL (Kenneth Grome 2017)
  9. Re: [WebDNA] SENDMAIL (Brian Harrington 2017)
  10. Re: [WebDNA] SENDMAIL (Kenneth Grome 2017)
  11. [WebDNA] SENDMAIL (Brian Harrington 2017)
  12. Re: [WebDNA] Sendmail BCC bug still exists (Stuart Tremain 2017)
  13. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  14. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  15. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  16. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  17. Re: [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  18. Re: [WebDNA] SendMail Problems, 453 (Kenneth Grome 2016)
  19. [WebDNA] SendMail Problems, 453 (Palle Bo Nielsen 2016)
  20. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  21. Re: [WebDNA] Sendmail BCC bug still exists (Diane Blackmore 2015)
  22. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  23. Re: [WebDNA] Sendmail BCC bug still exists (christophe.billiottet@webdna.us 2015)
  24. Re: [WebDNA] Sendmail BCC bug still exists (Stuart Tremain 2015)
  25. Re: [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  26. Re: [WebDNA] Sendmail BCC bug still exists (christophe.billiottet@webdna.us 2015)
  27. [WebDNA] Sendmail BCC bug still exists (Kenneth Grome 2015)
  28. Re: [WebDNA] Sendmail on a one page website..... (Rich Kwas 2013)
  29. Re: [WebDNA] Sendmail on a one page website..... (Tom Duke 2013)
  30. [WebDNA] Sendmail on a one page website..... (Rich Kwas 2013)
  31. Re: [WebDNA] sendmail time stamp (Steve Raslevich 2013)
  32. Re: [WebDNA] sendmail time stamp (Marc Thompson 2013)
  33. Re: [WebDNA] sendmail time stamp (Tom Duke 2013)
  34. [WebDNA] sendmail time stamp (Steve Raslevich 2013)
  35. Re: [WebDNA] sendmail attached file (Kenneth Grome 2011)
  36. Re: [WebDNA] sendmail attached file (Tom Duke 2011)
  37. Re: [WebDNA] sendmail attached file (Stephen Braun 2011)
  38. [WebDNA] sendmail attached file (Kenneth Grome 2011)
  39. Re: [WebDNA] Sendmail 'return-path' header that is different to the (Tom Duke 2009)
  40. Re: [WebDNA] Sendmail 'return-path' header that is different to the (Tom Duke 2009)
  41. Re: [WebDNA] Sendmail 'return-path' header that is different to the 'from' header (Stuart Tremain 2009)
  42. [WebDNA] Sendmail 'return-path' header that is different to the 'from' header (Tom Duke 2009)
  43. Re: [WebDNA] Sendmail problem ("Psi Prime, Matthew A Perosi " 2009)
  44. [WebDNA] Sendmail problem (Lawrence Banahan 2009)
  45. Re: [WebDNA] Sendmail problem (Donovan Brooke 2009)
  46. [WebDNA] Sendmail problem (Lawrence Banahan 2009)
  47. Re: [WebDNA] Sendmail Problems (Donovan Brooke 2008)
  48. [WebDNA] Sendmail Problems ("Michael A. DeLorenzo" 2008)
  49. Re: [WebDNA] sendmail html with image attachments (Rob 2008)
  50. [WebDNA] sendmail html with image attachments ("Olin Lagon" 2008)
  51. Re: [WebDNA] sendmail html with images attached (Donovan Brooke 2008)
  52. [WebDNA] sendmail html with images attached ("Olin Lagon" 2008)
  53. RE: [WebDNA] SendMail ("Michael A. DeLorenzo" 2008)
  54. Re: [WebDNA] SendMail (Terry Wilson 2008)
  55. [WebDNA] SendMail ("Michael A. DeLorenzo" 2008)
1467 --94eb2c03ca88cb3a55056051960e Content-Type: text/plain; charset="UTF-8" it's odd a msg to the talklist ends up in your spam folder especially when that was the subject... LOL I'm no expert... yes my apache runs & postfix sent before, and now through google, and my webdna code works. I've tried many times to resolve and this was the only solution I found to keep my server emails through sendmail out of the spam folder, and google puts everything sent in my sent folder! I'm sure if I had your knowledge, I'd do it your way! On Thu, Dec 14, 2017 at 6:02 PM, Kenneth Grome wrote: > The email quoted below was in my SPAM box so I never saw it until > today ... > > Yes, Postfix "just works" by default as an ideal non-relay SMTP > server for WebDNA mail, at least on Linux. But most people > configure it to send mail directly rather than passing its mail > off to the Google server like you're doing. > > If you configure it to send mail directly, Postfix will not change > your 'From' addresses like Google does. This means you can use > any 'From' address you feel like entering into the WebDNA > [sendmail] tag, thus allowing extreme flexibility. > > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Web Database Systems and Linux Server Administration > > > > On 12/09/2017 12:18 AM, Brian Harrington wrote: > > I know most of you here are experts, but I an not on any one topic. > > > > In the past some time ago SENDMAIL sending from localhost worked > > perfect, then major emailers stopped allowing it and or put it in > > the "SPAM" folder. We'll you can't run a site with every SENDMAIL > > going there and I tried a few things that did not work. > > > > However, Talking to a guy about 2 months ago, he told me about > > "SendGrid" and they have a great document on how to set it up on > > their website, so I tried it, and it worked great sending and > > keeping SENDMAIL out of the spam folder! > > > > BUT, after a month sending maybe 30 test emails to myself and 3 > > friends while my site is in development, they CUT ME OFF telling > > me my emails are considered spam! So I was back to square one! > > > > So, after playing around with postfix I added my google account > > info in place of SendGrid and it's working GREAT! > > > > POSTFIX > > ----------------------------- > > sasl_passwd (file) > > include the brackets [smtp.gmail.com > > ]:587 googleUSERNAME:googlePASSWORD > > ---------------------------- > > main.cf (file) put at the bottom... > > smtp_sasl_auth_enable = yes > > smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd > > smtp_sasl_security_options = noanonymous > > smtp_sasl_tls_security_options = noanonymous > > smtp_tls_security_level = encrypt > > header_size_limit = 4096000 > > relayhost = [smtp.gmail.com ]:587 > > --------------------------------------- > > then you need to run sudo postmap /etc/postfix/sasl_passwd > > in the terminal window and restart postfix > > ----------------------------------------- > > Note: I had to edit file path hash:/etc/postfix/sasl_passwd > > also, not a terminal window fan so to edit by hand enter > > shift/command/G then the file path /private > > > > One last thing... does not matter who or what the sender email is > > in SENDMAIL as google is gonna replace in with > > googleUSERNAME@gmail.com > > > > Hope this helps someone... if not today, maybe in the future. > > > > Brian > > --------------------------------------------------------- This > > message is sent to you because you are subscribed to the mailing > > list talk@webdna.us To unsubscribe, E-mail to: > > talk-leave@webdna.us archives: > > http://www.webdna.us/page.dna?numero=55 Bug Reporting: > > support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list talk@webdna.us > To unsubscribe, E-mail to: talk-leave@webdna.us > archives: http://www.webdna.us/page.dna?numero=55 > Bug Reporting: support@webdna.us > --94eb2c03ca88cb3a55056051960e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
it's odd a msg to the talklist ends up in your spam fo= lder especially when that was the subject... LOL

I'm= no expert... yes my apache runs & postfix sent before, and now through= google, and my webdna code works.

I've tried = many times to resolve and this was the only solution I found to keep my ser= ver emails through sendmail out of the spam folder, and google puts everyth= ing sent in my sent folder! I'm sure if I had your knowledge, I'd d= o it your way!

On Thu, Dec 14, 2017 at 6:02 PM, Kenneth Grome &= lt;ken@webdnas= olutions.com> wrote:
The em= ail quoted below was in my SPAM box so I never saw it until
today ...

Yes, Postfix "just works" by default as an ideal non-relay SMTP server for WebDNA mail, at least on Linux.=C2=A0 But most people
configure it to send mail directly rather than passing its mail
off to the Google server like you're doing.

If you configure it to send mail directly, Postfix will not change
your 'From' addresses like Google does.=C2=A0 This means you can us= e
any 'From' address you feel like entering into the WebDNA
[sendmail] tag, thus allowing extreme flexibility.

Regards,
Kenneth Grome
WebDNA Solutions
http://www.webdnasolutions.com
Web Database Systems and Linux Server Administration



On 12/09/2017 12:18 AM, Brian Harrington wrote:
> I know most of you here are experts, but I an not on any one topic.=C2= =A0
>
> In the past some time ago SENDMAIL sending from localhost worked
> perfect, then major emailers stopped allowing it and or put it in
> the "SPAM" folder. We'll you can't run a site with e= very SENDMAIL
> going there and I tried a few things that did not work.
>
> However, Talking to a guy about 2 months ago, he told me about
> "SendGrid" and they have a great document on how to set it u= p on
> their website, so I tried it, and it worked great sending and
> keeping SENDMAIL out of the spam folder!
>
> BUT, after a month sending maybe 30 test emails to myself and 3
> friends while my site is in development, they CUT ME OFF telling
> me my emails are considered spam! So I was back to square one!
>
> So, after playing around with postfix I added my google account
> info in place of SendGrid and it's working GREAT!
>
> POSTFIX
> -----------------------------
> sasl_passwd (file)
> =C2=A0 include the brackets [smtp.gmail.com
> <http://smtp.gmail.com>]:587 googleUSERNAME:googlePASSWOR= D
> ----------------------------
> main.c= f <h= ttp://main.cf> (file) put at the bottom...
> smtp_sasl_auth_enable =3D yes
> smtp_sasl_password_maps =3D hash:/etc/postfix/sasl_passwd
> smtp_sasl_security_options =3D noanonymous
> smtp_sasl_tls_security_options =3D noanonymous
> smtp_tls_security_level =3D encrypt
> header_size_limit =3D 4096000
> relayhost =3D [smtp.gmail.com <http://smtp.gmail.com>]:58= 7
> ---------------------------------------
> then you need to run=C2=A0sudo postmap /etc/postfix/sasl_passwd
> in the terminal window and restart postfix
> -----------------------------------------
> Note: I had to edit file path hash:/etc/postfix/sasl_passwd
> also, not a terminal window fan so to edit by hand enter
> =C2=A0shift/command/G then the file path /private
>
> One last thing... does not matter who or what the sender email is
> in SENDMAIL as google is gonna replace in with
> googleUSERNAME@gmai= l.com <mailto:googleUSER= NAME@gmail.com>
>
> Hope this helps someone... if not today, maybe in the future.
>
> Brian
> --------------------------------------------------------- = This
> message is sent to you because you are subscribed to the mailing
> list talk@webdna.us To unsubscri= be, E-mail to:
> talk-leave@webdna.us archi= ves:
> http://www.webdna.us/page.dna?numero=3D55 Bug= Reporting:
> support@webdna.us
---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: talk-lea= ve@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug Reporting:
support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --94eb2c03ca88cb3a55056051960e-- . Brian Harrington

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Redirection based upon form variable (was: MOOOOOO) (2000) Hiding HTML and breaking the page (1997) checksum for credit cards? (1997) [OT] Domain Name Scam (2000) update on include (1997) PROBLEM (1997) WC2 or 3: Displaying Search Result Relevance (1998) Sendmail & Time Issue (2001) [WebDNA] [OT] Apple iPad (2010) page redirect in webDNA (1997) Showif, Hideif reverse logic ? (1997) Using Applescript to process WebCatalog functions (1998) [WebDNA] WebDNA AJAX_Fileuploader (2013) Still Stumped on ShowNext...HELP! (1997) SERIAL NUMBER PROBLEM *AGAIN*!!! (1998) emailer error -108 (1997) Error Lob.db records error message not name (1997) Heads up, cookies *may* be outlawed in Europe (2001) cart info (1998) UPS online tools assuming one package per item no matterthe quantity. (2003)