similar to: Sending mail from CLI to another SMTP host

Displaying 20 results from an estimated 2000 matches similar to: "Sending mail from CLI to another SMTP host"

2011 May 17
5
Email out of R (code)
Hi all, I thought I would post code to send an email out of R. The code uses Grothendieck and Bellosta's interface package rJython for executing Python from R. The code itself provides basic email functionality for email servers requiring authentication. It should be easy to extend it (e.g., for sending attachments). I hope it's useful. require(rJython) rJython <- rJython()
2008 Nov 11
4
Can expect do this?
Hi all, I'm trying to scp some files from machine1 to machine2. But, I'm in an environment where PubKeyAuthentication is not allowed in ssh :( So, I'm confused how to automate it as cronjob. However, I read somewhere that we can write a little bash script that will utilize 'expect' to answer for the ssh password prompt? Can we do this? Any examples are great help. Thank you.
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
2010 Mar 26
3
Rsync: how big is the traffic?
Hi guys, Can pls help me interpret the result of this rsync? I can't tell how much bandwidth the rsync traffic takes. Is it "Total transferred file size" or at the bottom "sent and received bytes"? Thank you. **start** Fri Mar 26 10:01:01 SGT 2010 Number of files: 183773 Number of files transferred: 146 Total file size: 14709183792 bytes Total transferred file size:
2010 May 31
1
autoexpect?
Dear All I have received a new centos server that does contain 'expect' but it does not contain 'autoexpect' . Is there any way to add 'autoexect' to it? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100531/868ab074/attachment-0001.html>
2012 May 30
3
raw input prompt
Hello, I was wondering if there is a way to make a prompt for the user (exactly like raw_input() in Python), the response to which can then be used as an object. Thanks, Abir -- View this message in context: http://r.789695.n4.nabble.com/raw-input-prompt-tp4631852.html Sent from the R help mailing list archive at Nabble.com.
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password. --- Makefile.am | 1 + livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++ ovirt-node-image.spec.in |
2008 Aug 12
4
dovecot sieve sends vacation messages with null envelope sender
I am using this simple sieve script to do "vacation": require ["fileinto", "vacation"]; if exists "X-Spam-Flag" { stop; } vacation :days 1 :subject "Out of office reply" :addresses ["<email address hidden>", "<email address hidden>" ] "I am on vacation until 2008-08-07. If you have something urgent,
2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I know the answer will have a lot to do with the hardware, but in general, is Action Mailer up to the task of completing an operation like this in reasonable time?
2006 Jun 16
4
Help with bash script
Hi all, Can someone pls help me on how to make this bash script? I want to monitor a process, and then when the process (for some reason) dies, the script will start the process again. Thank you, -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 18:39:44 up 10:21, 2.6.16-1.2111_FC5 GNU/Linux Let's use OpenOffice. http://www.openoffice.org
2007 Nov 20
4
About md5sum
Hi all, A friend of mine gives me a copy of Centos5 DVD. I then make an iso of it using dd if=/dev/cdrom of=centos5.iso command. I then check it using sha1sum. But the result is different than of listed in Centos website. Should it the same? Or we simply cannot compare sha1sum from burned DVD to that of 'unburned' iso file? Thanks. -- Fajar Priyanto | Reg'd Linux User #327841 | Linux
2004 Nov 05
5
Sometimes it opens, sometimes it closes? Strange
Hi Folks, I''ve got shorewall 2.0.8 with mdk10.1. I have this strange things happening. Sometimes shorewall blocks tcp 25, 110. When I restart shorewall, it opens again. Any idea what I''m missing? This is my configuration: /etc/shorewall/policy #SOURCE DEST POLICY LOG LIMIT:BURST # LEVEL loc
2016 Nov 15
2
iaxmodem errors.
2011 Apr 26
4
malware scanner
Hi, Do you have any recommendation which malware scanner I can use in a proxy/gateway? Thank you. Fajar.
2007 Dec 05
5
Anyone using sendmail?
Hi all, Does sendmail support virtual-non-unix-users setup? Any URL about it? I tried to ask in #sendmail channel, but nobody answered. I google around, but, all url only talks about virtual domain and mapping to unix users. Thank you, -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 09:09:34 up 1:25, 2.6.22-14-generic GNU/Linux Let's use
2007 Nov 28
3
2 DHCP server in one subnet
Hello all, In the network there is already a W2K server serving as DHCP server for the network. Then we want to implement LTSP, so we need to setup another DHCP server, right? Due to unexpected reason (little by little migration of w98 clients to LTSP), we need to keep the W2K server running in that network. Can we then have 2 DHCP server in the same subnet, only serving pre-determine clients
2007 Jan 23
3
rsync doesn't update directory ownership
Hi all, Has anyone encountered this: On ServerA, I make this directory: /var/ftp/pub/userA with ownership root.root It gets rsynced to serverB with this command: rsync -avzgorp --delete -e ssh /var/ftp/pub/ root at serverB:/var/ftp/pub/ However, when I change the ownership of /var/ftp/pub/userA to userA.userA, this change is not rsync-ed to serverB. Is there any option to achieve this? Thank
2006 Feb 22
4
Centos vs FC
Hi all, I hope I'm not starting a flame war. I'm installing Centos 4.2 for a mail server. I've been experimenting with, Centos before, and now wanting to put it into a real action as mail server. Can someone pls tell me the up and down between Centos and FC? I'm familiar with FC4 and some things that I like from it: 1. The available packages are abundant. Very easy to find
2017 Nov 08
2
Ggplot error
Hello, I've an error recently. ggplot(data = mtcars, aes(x= wt, y= mpg)) + geom_line() Error: Found object is not a stat. > sessionInfo() R version 3.4.2 (2017-09-28) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.3 LTS Matrix products: default BLAS: /usr/lib/openblas-base/libblas.so.3 LAPACK: /usr/lib/libopenblasp-r0.2.18.so locale: [1] LC_CTYPE=tr_TR.UTF-8
2008 Feb 06
4
Using tcpdump to sniff telnet password
Hi all, As long as I can remember reading various articles/docs, they all say that telnet is not secure because all traffic is in clear text. Well, out of boredom, I try to sniff username and password from a telnet session. The command I use: tcpdump tcp port 23 -vvv -w test.txt Then I read the result: strings test.txt |`D |fD |fD 38400,38400 Red Hat Enterprise Linux ESD Ologin: D 5eE