Displaying 20 results from an estimated 29 matches for "msmtp".
Did you mean:
smtp
2006 Jul 24
5
Actionmailer sending many emails in same SMTP connection?
Hi,
I need to implement a mailing list system,
Actionmailer is great, but i haven''t found out a way to send many
(hundreds of) emails without having to reconnect to the SMTP server for
each mail when calling
Mymailer::deliver_my_mail(recipient)
Any tips?
(Possibly without calling directly Net::SMTP, so i can take advantage
of the rhtml rendering of the body)
Thanks,
Best regards,
2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
...il, but
I want you to give as much info as possible. Also I want to show you
what I've tried.
What do I want
When a voicemail-message is left via the Voicemail()-application, I want
the .wav-file send to my mail-address as an attachment.
My mail-setup
I'm not using sendmail as MTA. I have msmtp as MTA and mutt as MUA.
Mailing with mutt and msmtp works well. I have a crontab running that
sends me every Saturday my Asterisk logfiles like this :
#!/bin/bash
DATUM=`date`
mutt -s "LOGFILE verbose $DATUM" -a /var/log/asterisk/verbose
jonas.kellens at telenet.be < /dev/null
mutt -s...
2018 Aug 06
2
AW: 2.3.2.1 - relay to lmtps from other lan host
...: 06.08.18 - 20:14
An: dovecot <dovecot at dovecot.org>
Betreff: 2.3.2.1 - relay to lmtps from other lan host
> Hi,
>
> looked into the [ dovecot wiki ] but a search for [ lmtps ] came up
> empty and thus hoping to get some assistance here.
>
> I am trying to relay with [ msmtp ] via [ lmtps ] from a lan host other
> than [ dovecot ] is running on.
>
> [ dovecot config ]
>
>> service lmtp {
>> ? unix_listener lmtp {
>> ??? #mode = 0666
>> ? }
>
> [ ss -wxl | grep lmtp ]
>> u_strLISTEN 0????? 100??? /var/run/dovecot/lmtp 6...
2023 Jun 10
1
Fopen upsmon.pid - no such file or directory - Nut 2.8.0 built from source
...GE%"
case $1 in
online)
logger -t upssched-cmd: "online"
MSG1="Subject: UPS online"
MSG2="\nCurrent status: $CHMSG $1"
cat /etc/nut/online.txt >/tmp/message
echo -e "$MSG2" >> /tmp/message
msmtp -t </tmp/message
;;
onbatt)
logger -t upssched-cmd: "onbatt"
;;
lowbatt)
logger -t upssched-cmd: "lowbatt"
MSG1="\nUPS low batt - shutting down\n"
MSG2="Current status: $CHMSG $1"
cat /etc/nut/lowbatt...
2024 Feb 19
1
msmtp not running in upssched-cmd
On 19.02.24 14:48, Dan Grostick via Nut-upsuser wrote:
>Msmtp is not sending messages when invoked from upssched-cmd.
>I can manually invoke it from the command line.
where is its config file?
>There is a 's' instead of an 'x' in the ls -l. Might this be some sort of
>permission problem?
Should not be the case.
>upsmon.conf...
2024 Feb 19
1
msmtp not running in upssched-cmd
Msmtp is not sending messages when invoked from upssched-cmd. I can manually invoke it from the command line. There is a 's' instead of an 'x' in the ls -l. Might this be some sort of permission problem?
upsmon.conf has run user as root.
Dan
-------------- next part --------------
An...
2018 Aug 06
2
2.3.2.1 - relay to lmtps from other lan host
Hi,
looked into the [ dovecot wiki ] but a search for [ lmtps ] came up
empty and thus hoping to get some assistance here.
I am trying to relay with [ msmtp ] via [ lmtps ] from a lan host other
than [ dovecot ] is running on.
[ dovecot config ]
> service lmtp {
> ? unix_listener lmtp {
> ??? #mode = 0666
> ? }
[ ss -wxl | grep lmtp ]
> u_strLISTEN 0????? 100??? /var/run/dovecot/lmtp 68262?? * 0
So far so good. Now from the other lan...
2023 May 27
2
unable to connect to APC UPS Connection Refused
...SHUTDOWN * EXECUTE powerdown
AT FSD * EXECUTE fsd
AT NOPARENT * EXECUTE noparent
AT REPLBATT * EXECUTE replacebatt
########### /etc/nut/upssched-cmd.sh ###########
logger -t upsched-cmd.sh: "upsched-cmd.sh running"
case $1 in
online)
logger -t upssched: "online"
msmtp -t dan.grostick at outlook.com </etc/nut/online.txt
;;
onbatt)
logger -t upssched: "onbatt"
msmtp -t dan.grostick at outlook.com </etc/nut/onbatt.txt
;;
lowbatt)
logger -t upssched: "lowbatt"
msmtp -t dan.grostick at outlook.com </etc/nut/lobatt.txt
;;
commok)
l...
2009 May 08
2
Not receiving voicemail message in mailbox
...ger,options
50 => 4569,Jonas Kellens,jonas.kellens at thecomputerstore.be,,tz=belgie|
attach=yes
But I do not receive an e-mail after having left a voicemail message on
the voicemailbox 50.
What mail-server does Asterisk uses to send his mail ???
Sendmail is not active on my CentOS-box. I have msmtp + mutt to send me
weekly the logfiles. Could it be that ??
Greetingz,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090508/05389563/attachment.htm
2024 Feb 23
0
Getting two notifications of nocomm-timer expired when USB cable is pulled from the UPS
..."\nCurrent status: $CHMSG?? $1"
?????????????? cat /etc/nut/online.txt >/tmp/message
?????????????? cat /tmp/message >>/etc/nut/logfile
?????????????? logger -t upssched-cmd: "online"
?????????????? echo -e "$MSG2" >> /tmp/message
?????????????? /usr/bin/msmtp -t dan.grostick at outlook.com </tmp/message
?????????????? fi
;;
?????????????? onbatt)
?????????????? rm $FILE
?????????????? cat /etc/nut/onbatt.txt >>/etc/nut/logfile
?????????????? logger -t upssched-cmd: "onbatt"
?????????????? echo ""
?????????????? /usr/bin/ms...
2020 Sep 23
2
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
> On 22/09/2020 21:00 PGNet Dev <pgnet.dev at gmail.com> wrote:
>
>
> On 9/22/20 10:51 AM, Aki Tuomi wrote:
> >>>
> >
> > Well, dovecot does not actually do any parsing for system-wide openssl.cnf. This sounds more like OpenSSL issue than dovecot issue.
>
> I've NO issue with that config/setting with any _other_ app -- whether in general
2023 Jun 16
1
Dummy-ups cycles between online and onbatt every 5 minutes. (Nut 2.8.0)
...en
echo
else
touch $FILE
rm -f $FILE1
rm -f $FILE2
rm -f $FILE3
rm -f $FILE4
MSG2="\nCurrent status: $CHMSG $1"
cat /etc/nut/online.txt >/tmp/message
echo -e "$MSG2" >> /tmp/message
msmtp -t </tmp/message
fi
;;
onbatt)
rm $FILE
logger -t upssched-cmd: "onbatt"
;;
lowbatt)
logger -t upssched-cmd: "lowbatt"
MSG1="\nUPS low batt \n"
MSG2="Current status: $CHMSG $1"
cat /et...
2018 Aug 06
0
AW: 2.3.2.1 - relay to lmtps from other lan host
Right, now I got then
> service lmtp {
> ? unix_listener lmtp {
> ??? #mode = 0666
> ? }
>
> ? inet_listener lmtp {
> ???? address = 172.24.109.6
> ??? port = 24
> ? }
> }
and [ msmtp ] is connecting indeed. Does TLS/STARTTLS need to be added
to [ inet_listener lmtp ] in order to facilitate [ lmptps ]? If so what
is the syntax?
Right now this error comes up:
> msmtp: TLS handshake failed: The TLS connection was non-properly
> terminated.
> So what should be listening...
2020 Sep 15
1
correct usage for Pigeonhole sieve message *redirect* to external server?
i've installed
rpm -qa | grep dovecot
dovecot-2.3.10.1-1.fc32.x86_64
dovecot-pigeonhole-2.3.10.1-1.fc32.x86_64
i'm setting up imapsieve spam reporting; following,
https://doc.dovecot.org/configuration_manual/spam_reporting/
https://wiki.dovecot.org/HowTo/AntispamWithSieve
https://wiki.dovecot.org/Pigeonhole/Sieve/Examples
my config currrently includes
protocol imap {
2020 Mar 19
0
exec_cmd(/path/upssched-cmd event) returned 78
...rned 78
The log messages prior to the email (logger -t upssched-cmd message) can
be found in syslog thus I'm sure that upssched-cmd is called when the
event occurs and if I run ~#./upssched-cmd onbatt1as root, the mail is
sent properly.
I tried a few things regarding privileges on nut/mail/msmtp but could
not make it work.
If someone knows what I need to do, I'd be happy !
Cdly,
Mathieu
OS : debian buster (10.3)
Package to send the email : msmtp 1.8.3-1 amd64
Nut : nut/stable 2.7.4-8
Installed under root, via apt install nut
Ups : APC BE700G-FR (ES serie)
--
-------------...
2012 Jul 17
1
Different LDAP filters for different protocols
...p and lmtp deliveries and there are
different enable flags in ldap for them. I tried wrapping user_filter
inside the protocols in the file dovecot-ldap.conf.ext as shown below but
this didn't seem to work.
protocol lmtp {
user_filter =
(&(objectClass=posixAccount)(cn=%u)(active=1)(msmtp=1))
}
protocol imap {
user_filter = (&(objectClass=posixAccount)(cn=%u)(active=1)(mpop=1))
}
protocol pop3 {
user_filter = (&(objectClass=posixAccount)(cn=%u)(active=1)(mpop=1))
}
2006 Feb 10
4
Sendmail with exchange
I am using Asterisk to send Voicemail out as Email. I am running into a
problem I believe to be caused by the exchange server requiring SMTP
authentication. I cannot get the sys admin's to turn it off. Does anyone
know enough about sendmail to help me. I am assuming that the default
mail client is sendmail. It will also send to other non-SMTP
authenticated servers. Your help is much
2018 Oct 26
2
Setting up sendmail to mail system messages on CentOS 6 and 7
Hi all,
I've previously configured sendmail to send system messages on selected
servers running CentOS 6. Usually they just kinda' work out of the box. No
problems to speak of.
However most of my CentOS 7-servers are rather flakey when it comes to
sendmail. Most of the time they just won't send mails for whatever reason.
Further, most of the time I can get it working, it's
2006 Jul 21
7
nullmailer recommendations
Just wondering what people tend to use for nullmailers on their
centos boxes (i.e. a minimal outgoing-only MTA)? I guess the obvious
solution is a minimal postfix config, but that seems reasonably
heavyweight and easy to misconfigure - is there anything lighter
floating around the centos universe?
Cheers,
Gavin
--
Gavin Carr
Open Fusion - Open Source Business Solutions [ Linux - Perl - Apache
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at