Michael wrote:
> On Thursday 26 September 2024 22:11:20 BST Dale wrote:
>
>> root@Gentoo-1 / # telnet smtp.gmail.com 587
>> Trying 142.251.116.108...
>> Trying 2607:f8b0:4023:1000::6c...
>> telnet: Unable to connect to remote host: Network is unreachable
>> root@Gentoo-1 / #
>>
>>
>> Can't connect.
On Friday 27 September 2024 17:28:13 BST Dale wrote:
> Grant Edwards wrote:
> > On 2024-09-27, Dale wrote:
> >>> You do know about the msmtp man page, right?
> >>
> >> Well, if copying someone's known working config file doesn't work right,
> >> I'm not sure a man page is going to help much.
> >
Grant Edwards wrote:
> On 2024-09-27, Dale wrote:
>
>>> You do know about the msmtp man page, right?
>> Well, if copying someone's known working config file doesn't work right,
>> I'm not sure a man page is going to help much.
> The working configuration I provided didn't have an alias (or aliases
On 2024-09-27, Dale wrote:
>> You do know about the msmtp man page, right?
>
> Well, if copying someone's known working config file doesn't work right,
> I'm not sure a man page is going to help much.
The working configuration I provided didn't have an alias (or aliases)
command in it.
> That s
Grant Edwards wrote:
> On 2024-09-27, Dale wrote:
>
>> OK. I added that line to the config file. Then it gives me this error.
>>
>>
>> root@Gentoo-1 / # echo foo | msmtp -v bogus
>> msmtp: /etc/msmtprc: line 5: unknown command alias
>> root@Gentoo-1 / #
> Sorry, my bad. It's aliases not alias:
Michael wrote:
> On Friday 27 September 2024 13:11:46 BST Dale wrote:
>> Michael wrote:
>>> You may not have a mail application configuration problem after all
>>> (ssmtp/
>>> msmtp), but you definitely have a network/server connectivity problem.
>>> You
>>> need to sort out the network connection
On 2024-09-27, Dale wrote:
> OK. I added that line to the config file. Then it gives me this error.
>
>
> root@Gentoo-1 / # echo foo | msmtp -v bogus
> msmtp: /etc/msmtprc: line 5: unknown command alias
> root@Gentoo-1 / #
Sorry, my bad. It's aliases not alias:
$ man msmtp | grep alias
Grant Edwards wrote:
> On 2024-09-27, Dale wrote:
>
Sep 26 19:04:26 Gentoo-1 smartd[18737]: Executing test of to root
...
Sep 26 19:04:36 Gentoo-1 msmtp[18815]: host=smtp.gmail.com tls=on
auth=off from=rdalek1967gmail.com recipients=root errormsg='the
server sent an empt
On 2024-09-27, Dale wrote:
>>> Sep 26 19:04:26 Gentoo-1 smartd[18737]: Executing test of to root ...
>>> Sep 26 19:04:36 Gentoo-1 msmtp[18815]: host=smtp.gmail.com tls=on
>>> auth=off from=rdalek1967gmail.com recipients=root errormsg='the
>>> server sent an empty reply' exitcode=EX_PROTOCOL
>> A
On Friday 27 September 2024 13:11:46 BST Dale wrote:
> Michael wrote:
> > You may not have a mail application configuration problem after all
> > (ssmtp/
> > msmtp), but you definitely have a network/server connectivity problem.
> > You
> > need to sort out the network connection first, before yo
On Thursday 26 September 2024 22:11:20 BST Dale wrote:
> root@Gentoo-1 / # telnet smtp.gmail.com 587
> Trying 142.251.116.108...
> Trying 2607:f8b0:4023:1000::6c...
> telnet: Unable to connect to remote host: Network is unreachable
> root@Gentoo-1 / #
>
>
> Can't connect. Well, that explains a
Grant Edwards wrote:
> On 2024-09-27, Dale wrote:
>
>> It says port 465 but it is using Oauth2 if that matters.
> It doesn't.
>
>> I'll admit, the last time I got this working, I followed a guide and
>> it just worked. Once it worked, I left it alone. I was scared that
>> if I touched it, it wou
On 2024-09-27, Dale wrote:
> It says port 465 but it is using Oauth2 if that matters.
It doesn't.
> I'll admit, the last time I got this working, I followed a guide and
> it just worked. Once it worked, I left it alone. I was scared that
> if I touched it, it would stop working. LOL
>
> I c
Grant Edwards wrote:
> On 2024-09-26, Grant Edwards wrote:
>
>> I just did a quick test, and sending via smtp.gmail.com using an app
>> password worked fine from mutt. I don't have msmtp set up at the
>> moment.
> Ijust set up msmtp and it works too. Below is the msmtp config,
>
> * If you want,
Grant Edwards wrote:
> On 2024-09-26, Dale wrote:
>
>> root@Gentoo-1 / # telnet smtp.gmail.com 587
>> Trying 142.251.116.108...
>> Trying 2607:f8b0:4023:1000::6c...
>> telnet: Unable to connect to remote host: Network is unreachable
>> root@Gentoo-1 / #
>>
>> Can't connect. Well, that explains a l
On 2024-09-26, Dale wrote:
> I removed ssmtp and installed msmtp. I think I got the config set up
> but it is different so I may not have it right. It doesn't work tho.
> From messages.
>
>
> Sep 26 10:03:33 Gentoo-1 smartd[27728]: Executing test of to root ...
> Sep 26 10:05:40 Gentoo-1 msmtp[3
Grant Edwards wrote:
> On 2024-09-26, Dale wrote:
>> Grant Edwards wrote:
>>
>>> It looks like your network is broken. Try this:
>>>
>>> $ telnet smtp.gmail.com 587
>>> Trying 209.85.145.109...
>>> Connected to smtp.gmail.com.
>>> Escape character is '^]'.
>>> 220 smtp.gmail.co
On 2024-09-26, Dale wrote:
> root@Gentoo-1 / # telnet smtp.gmail.com 587
> Trying 142.251.116.108...
> Trying 2607:f8b0:4023:1000::6c...
> telnet: Unable to connect to remote host: Network is unreachable
> root@Gentoo-1 / #
>
> Can't connect. Well, that explains a lot. It can't reach anything to
On 2024-09-26, Grant Edwards wrote:
> I just did a quick test, and sending via smtp.gmail.com using an app
> password worked fine from mutt. I don't have msmtp set up at the
> moment.
Ijust set up msmtp and it works too. Below is the msmtp config,
* If you want, replace "account gmail" with "
On 2024-09-26, Dale wrote:
> Grant Edwards wrote:
>
>> It looks like your network is broken. Try this:
>>
>> $ telnet smtp.gmail.com 587
>> Trying 209.85.145.109...
>> Connected to smtp.gmail.com.
>> Escape character is '^]'.
>> 220 smtp.gmail.com ESMTP 8926c6da1cb9f-4d6097
Grant Edwards wrote:
> On 2024-09-26, Dale wrote:
>
>> I removed ssmtp and installed msmtp. I think I got the config set up
>> but it is different so I may not have it right. It doesn't work tho.
>> From messages.
>>
>>
>> Sep 26 10:03:33 Gentoo-1 smartd[27728]: Executing test of to root ...
>> S
On 2024-09-26, Grant Edwards wrote:
> On 2024-09-26, Dale wrote:
>
>> Sep 26 10:03:33 Gentoo-1 smartd[27728]: Executing test of to root ...
>> Sep 26 10:05:40 Gentoo-1 msmtp[30861]: host=smtp.gmail.com tls=on
>> auth=off from=rdalek1967gmail.com recipients=root errormsg='cannot
>> connect to smt
Grant Edwards wrote:
> On 2024-09-26, Dale wrote:
>>> It used to be the case you could set up an 'App Password' without having to
>>> provide them with your phone number and other 'none-of-their-business'
>>> personal information, but for some years now they have been asking for more
>>> inform
On 2024-09-26, cov...@ccs.covici.com wrote:
>
> I was looking at fastmail but which ever you go with, you should setup
> your own domain and that way if you don't like your provider you can
> change without changing your email address.
I"ve decided to do that several times over the past couple de
On 2024-09-26, Dale wrote:
>
>> It used to be the case you could set up an 'App Password' without having to
>> provide them with your phone number and other 'none-of-their-business'
>> personal information, but for some years now they have been asking for more
>> information to allow you to com
25 matches
Mail list logo