[squid-users] squid email using curl/smtp using squid
--Ahmad--
ahmed.zaeem at netstream.ps
Sat Sep 7 20:24:54 UTC 2019
Hello Team
i enabled port port in squid for mailing in squid ssl ports 587.
curl --url 'smtp://smtp.gmail.com:587' --ssl-reqd --mail-from 'xxxxxxxx at gcom' --mail-rcpt 'yyyyyyyy at gmail.com' --upload-file mail.txt --user 'zzzzzzz at gmail.com:mmmmmm' --insecure -x 5.5.152.44:32000 -U xpostfix:xpostfix -vv
here what i get in squid error :
07/Sep/2019:16:23:59 -0400 0 1.1.124.243 - 2.2.152.44 32000 TCP_DENIED_REPLY/403 290 PUT ://smtp.gmail.com:587/mail.txt - HIER_NONE/ - - -
if i remove squid section :
-x 5.5.152.44:32000 -U xpostfix:xpostfix
im able to send the email .
anything else do i need to do in squid ?
Thanks
More information about the squid-users
mailing list