RE: Evolution Functionality

2025-03-24 Thread Stephen Morris
*From:* Samuel Sieb *Sent:* Thursday, 20 March 2025 at 09:49 UTC+11 *To:* users@lists.fedoraproject.org *Subject:* RE: Evolution Functionality On 3/19/25 3:11 PM, Stephen Morris wrote: I have a query about the functionality of Evolution as a mail package. Does Evolution support

Re: Re: Re: Re: Re: Dongle USB

2025-03-24 Thread None via users
Some more info that may help sending AT commands to device, also may need to read more on usb-modeswitch command https://openwrt.org/docs/guide-user/network/wan/wwan/at_commands#:~:text=To%20send%20AT%20commands%20directly,through%20to%20/dev/ttyUSB3%20.&text=For%20some%20modems%20ttyACM%20devi

Re: Dongle USB

2025-03-24 Thread Marco Moock
Am 20.03.2025 um 21:15:08 Uhr schrieb Patrick Dupre via users: > traceroute to 2a01:170:118f:1::1 (2a01:170:118f:1::1), 30 hops max, > 80 byte packets 1 ik41.home > (2a04:cec0:11fa:a98d:8980:ce75:841b:48d6) 2.360 ms 3.220 ms * 2 > 2a04:cec0:11fa:a98d:0:62:273c:f140 > (2a04:cec0:11fa:a98d:0:62:2

Re: command line smtp mailer?

2025-03-24 Thread Dave Close
ToddAndMargo via users wrote: >Anyone have a favorite command line outbound (smtp) >email program that is easy to use? You could look into nmh, the "new mail handler", originally from RAND. -- Dave Close, Compata, Irvine CA +1 714 434 7359 d...@compata.com dhcl

Re: Evolution Functionality

2025-03-24 Thread Tim via users
Tim: > > I'm beginning to wonder how many people actually use a mail program > > instead of a webmail interface these days. Patrick O'Callaghan: > Outside of mailing lists such as this one, probably not that many, and > those are dominated by the corporate use of Outlook, which is why > Evolution

Re: Re: Re: Re: Dongle USB

2025-03-24 Thread Patrick Dupre via users
Thank for the feedback, However, before I run these commands, I need to understand. What it is this "command" AT+USBMODE=1 does not works AT+USBMODE? command not found How do I find my router? In /dev/tty I do not see something which could be a usb router Can I deduce from? Bus 001 Device 00

Re: Managing dual boot

2025-03-24 Thread Robert McBroom via users
On 3/23/25 4:46 AM, Patrick Dupre via users wrote: Hello, I have a machine with a dual fedora boot on 2 drives (with grub2) I daily maintain one (say A on /dev/sda4), and occasionally the other one (say B on /dev/sdc5). The problem is when I update B, grub is not update properly, i.e., I canno

Re: kernel 6.13.x usb wifi problems

2025-03-24 Thread Robert McBroom via users
On 3/22/25 7:31 AM, George N. White III wrote: On Fri, Mar 21, 2025 at 1:22 PM Robert McBroom via users wrote: Have two usb wifi adapters using Realtek chips that were noted to be supported in the recent kernels. One is now seen but the other is not. Both show in the list from lsusb Bus 00

Re: php scripts in html files

2025-03-24 Thread Mike Wright
On 3/20/25 10:02, François Patte wrote: Bonjour, I can't get working a php script in an html file: the same file:   returns "toto" in toto.php and nothing in toto.html I tried many things: .htaccess with AddHandler application/x-httpd-php .htm .html AddType application/x-httpd-

Re: Re: Re: Re: Dongle USB

2025-03-24 Thread None via users
This may help out https://techship.com/support/faq/how-to-automated-always-on-connection-establishment-with-alcatel-ik41-series-lte-data-sticks-using-rndis-usb-mode/#:~:text=Both%20Windows%20and%20Linux%20systems%20can%20support%20RNDIS,driver%20supporting%20RNDIS%20USB%20network%20interfaces%20

Re: command line smtp mailer?

2025-03-24 Thread Christiano Anderson
Hi, s-nail can be quite simple and easy on command line: echo "test" | mail yourem...@provider.tld I personally like the Python's smtplib to send messages from scripts or command line, it requires some coding, but nothing complex as well. Best, Christiano On 24/03/2025 08:13, ToddAndMargo

Re: command line smtp mailer?

2025-03-24 Thread TSHIMANGA Minkoka
Don't be impressed by the complexity of s-nail (old mailx or snal). It does the job. Take the time to go through its man page, identify and just use the options that you need. I use it in several of my daily cron jobs. On 3/24/25 08:13, ToddAndMargo via users wrote: Hi All, Anyone have a fav

Re: Evolution Functionality

2025-03-24 Thread Patrick O'Callaghan
On Sun, 2025-03-23 at 01:36 +1030, Tim via users wrote: > Tim: > > > I remember in my early days of the internet, Outlook Express was widely > > > despised for breaking threading by not including the necessary headers > > > in the replies to maintain the chain. It just, VERY DUMBLY, grouped > > >

Re: command line smtp mailer?

2025-03-24 Thread Peter Boy Uni
> Am 24.03.2025 um 08:13 schrieb ToddAndMargo via users > : > > Hi All, > > Anyone have a favorite command line outbound (smtp) > email program that is easy to use? > > I'd like to be able to put everything on the command > line and not have configuration files to deal with. > > I have looke

Re: command line smtp mailer?

2025-03-24 Thread fedora
alpine? On 24/03/2025 08.13, ToddAndMargo via users wrote: Hi All, Anyone have a favorite command line outbound (smtp) email program that is easy to use? I'd like to be able to put everything on the command line and not have configuration files to deal with. I have looked at mailx (snail) an

Re: Re: Re: Dongle USB

2025-03-24 Thread Patrick Dupre via users
Hello, Unfortunately, the issue is still not solved. Can somebody help me? > > > > > Suggestion try > > > > Use lsusb to identify PID and VID Then once identified > > > > Use usb_modeswitch -v vid - p PID -J > > This tell the device to flip mode , RNDIS > > > > Check again > > lsusb > >

Re: command line smtp mailer?

2025-03-24 Thread Marco Moock
Am 24.03.2025 um 00:13:28 Uhr schrieb ToddAndMargo via users: > Anyone have a favorite command line outbound (smtp) > email program that is easy to use? Have a look at swaks. -- Gruß Marco Send unsolicited bulk mail to 1742771608mu...@cartoonies.org --

command line smtp mailer?

2025-03-24 Thread ToddAndMargo via users
Hi All, Anyone have a favorite command line outbound (smtp) email program that is easy to use? I'd like to be able to put everything on the command line and not have configuration files to deal with. I have looked at mailx (snail) and msmtp, but am a bit overwhelmed by them Many thanks, -T