Re: command line smtp mailer

2025-04-05 Thread R. G. Newbury
From: ToddAndMargo 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 I use

Re: command line smtp mailer?

2025-04-05 Thread Patrick O'Callaghan
On Mon, 2025-03-24 at 00:13 -0700, 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

Re: command line smtp mailer

2025-03-27 Thread ToddAndMargo via users
On 3/24/25 10:29 AM, R. G. Newbury wrote: From: ToddAndMargo 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

Re: command line smtp mailer

2025-03-27 Thread ToddAndMargo via users
On 3/24/25 10:29 AM, R. G. Newbury wrote: From: ToddAndMargo 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

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: 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: command line smtp mailer?

2025-03-24 Thread Peter Boy Uni
ion files to deal with. > > I have looked at mailx (snail) and msmtp, but > am a bit overwhelmed by them The msmtp is a send-only daemon meant to replace things like Postfix if you only want to send mail to a central „smart“ mailer, using any mail client. If complexity is your issue,

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: 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

thank you - cron mailer script

2020-05-11 Thread Robert Moskowitz
I want to thank all of you for your help and forbearance. The script is working to my satisfaction, though I still have to see tonight if it again throws an selinux alert for the logwatch cron task. Next I will probably be active over on the procmail list as I rewrite this using formail and p

Re: F29: force evolution mailer to use proxy server

2019-03-16 Thread Ranjan Maitra
Thanks very much! I guess that was it. Ranjan On Sat, 16 Mar 2019 22:40:24 + Patrick O'Callaghan wrote: > On Sat, 2019-03-16 at 17:10 -0500, Ranjan Maitra wrote: > > Hi, > > > > I am trying to get evolution to use a http and https proxy server. I have > > set the http and https as my prox

Re: F29: force evolution mailer to use proxy server

2019-03-16 Thread Patrick O'Callaghan
On Sat, 2019-03-16 at 17:10 -0500, Ranjan Maitra wrote: > Hi, > > I am trying to get evolution to use a http and https proxy server. I have set > the http and https as my proxy servers and it ignores it. I wonder what I am > doing wrong? > > I am not quite sure what additional information to po

F29: force evolution mailer to use proxy server

2019-03-16 Thread Ranjan Maitra
Hi, I am trying to get evolution to use a http and https proxy server. I have set the http and https as my proxy servers and it ignores it. I wonder what I am doing wrong? I am not quite sure what additional information to post here, so please feel free to ask. Many thanks for any help and be

Problems setting default mailer

2015-02-25 Thread Frank McCormick
I have been wrestling with setting the default mailer in Fedora 21 under mate. when I use xdg-settings set default-url-scheme-handler mailto mozilla-thunderbird.desktop It says the desktop environment is unknown. Can anyone tell me where the envronment under Mate is supposed to be set

Re: dovecot-lda as local mailer and access to manage sive

2011-07-23 Thread Chris Kottaridis
as some users to use dovecot-lda for > > delivery and others to use the standard mailer. For example I really > > want root to still go to /var/mail as well as other non-real users. So, > > I added the dovecot mailer and was dinking with rules sets to have root > > to use loc

Re: dovecot-lda as local mailer and access to manage sive

2011-07-23 Thread Chris Adams
Once upon a time, Chris Kottaridis said: > I want to be careful about dinking with rules. That was what I > originally tried. What I wanted was some users to use dovecot-lda for > delivery and others to use the standard mailer. For example I really > want root to still go to /var/mai

Re: dovecot-lda as local mailer and access to manage sive

2011-07-22 Thread Chris Kottaridis
it belonged to this machine. But maybe there isn't. I want to be careful about dinking with rules. That was what I originally tried. What I wanted was some users to use dovecot-lda for delivery and others to use the standard mailer. For example I really want root to still go to /var/mail as wel

Re: dovecot-lda as local mailer and access to manage sive

2011-07-22 Thread Chris Adams
Once upon a time, Chris Kottaridis said: > I was expecting > > /var/vmail//Maildir > > where would be $j from sendmail, which I would have assumed was > my hostname. The issue may be on the Dovecot side; my example included both "-d $u" and "-a $u+$h@$j" args to deliver, and I think Dovecot ma

Re: dovecot-lda as local mailer and access to manage sive

2011-07-21 Thread Chris Kottaridis
AL_MAILER_FLAGS',LOCAL_MAILER_FLAGS`Ep') > MAILER(local) OK that worked. Thanks. I was approaching this completely wrong. I reread the sendmail README and see the reference to this. Not sure how I missed it before. Now that dovecot-lda is delivering mail I changed the mail home directory

Re: dovecot-lda as local mailer and access to manage sive

2011-07-20 Thread Chris Adams
Once upon a time, Chris Kottaridis said: > While I was able to add a dovecot mailer to the sendmail.cf file I was > never able to make it the local mailer. Dovecot's deliver acts similar to procmail, so I use it with the following in my .mc: FEATURE(`local_procmail',`/usr

Re: dovecot-lda as local mailer and access to manage sive

2011-07-20 Thread Patrick O'Callaghan
On Wed, 2011-07-20 at 16:43 -0600, Chris Kottaridis wrote: > I am using Fedora 14. > > I setup my mail server with dovecot so I am now able to access my host > for email from other hosts within my local net. It's been very helpful > to have that. > > While I was able

dovecot-lda as local mailer and access to manage sive

2011-07-20 Thread Chris Kottaridis
I am using Fedora 14. I setup my mail server with dovecot so I am now able to access my host for email from other hosts within my local net. It's been very helpful to have that. While I was able to add a dovecot mailer to the sendmail.cf file I was never able to make it the local mailer. I

Re: mailer

2010-12-01 Thread Bruno Wolff III
On Wed, Dec 01, 2010 at 14:47:23 +, Patrick Dupre wrote: > > How can I read it from an mailer ? > > I tried alpine -F alpine -f > But none works mutt -f should also work. Assuming alpine can read mbox files, it may be that there is some corruption of the file. -- use

mailer

2010-12-01 Thread Patrick Dupre
) for ; Wed, 12 Jan 2005 07:52:07 +0100 (CET) Received: from chemistry.ohio-state.edu (localhost [127.0.0.1]) by chemistry.ohio-state.edu (8.12.10/8.12.10) with ESMTP id j0C6SbeF0044 02 How can I read it from an mailer ? I tried alpine -F alpine -f But none works Thank