由买买提看人间百态

topics

全部话题 - 话题: mailx
(共0页)
t*********a
发帖数: 366
1
【 以下文字转载自 Unix 讨论区,原文如下 】
发信人: truelanbaba (9010), 信区: Unix
标 题: 怎样用MAILX发带AATATACHMENT的邮件呢?
发信站: Unknown Space - 未名空间 (Fri Nov 5 10:33:20 2004) WWW-POST
比如说, 我有一个DATA文件, 想用MAILX发出去, 是作为ATTACHMENT, 是不是要这么做:
uuencode file.dat | mailx -s "hello file.dat attach" a*[email protected]
可不可以不用uuencode呢?
t*********a
发帖数: 366
2
比如说, 我有一个DATA文件, 想用MAILX发出去, 是作为ATTACHMENT, 是不是要这么做:
uuencode file.dat | mailx -s "hello file.dat attach" a*[email protected]
可不可以不用uuencode呢?
s****e
发帖数: 1180
3
有没有linux高手?怎么send attachment在linux mail 里?在网上搜了一下,好像
mutt可以send attachment在linux mail里,但是我用的linux上暂时没有mutt,网上说
mailx 里用option -a可以,我试了一下,在我的系统里不识别-a这个选项。所以我担
心即时装了mutt可能还是不行。怎么办呢?我要的是attach一个file,如xls file,
并send这个file到email里,attach在email上,而不是send到email body里。有没有谁
用过,说说,还有就是网上分明有mailx 的-a option,为什么我的系统不认识mailx
的这个 -a option?多谢!
s****e
发帖数: 1180
4
有没有linux高手?怎么send attachment在linux mail 里?在网上搜了一下,好像
mutt可以send attachment在linux mail里,但是我用的linux上暂时没有mutt,网上说
mailx 里用option -a可以,我试了一下,在我的系统里不识别-a这个选项。所以我担
心即时装了mutt可能还是不行。怎么办呢?我要的是attach一个file,如xls file,
并send这个file到email里,attach在email上,而不是send到email body里。有没有谁
用过,说说,还有就是网上分明有mailx 的-a option,为什么我的系统不认识mailx
的这个 -a option?多谢!
m********5
发帖数: 17667
5
In general if you use mailx or nail you can modify the .mailrc to set FROM="
envelope address". If you use mutt you can change the .muttrc.
You can always use `mailx -r` to set the envelope address on-the-fly.
With exim, if you do not want send from `localhost` you can relay it via `
smarthost`, which allows you to use other SMTP server such as Gmail, yahoo.
The Gmail will rewrite your envelope address to the gmail one regardless
what envelope address you have.
I am very happy with exim4+mailx. ... 阅读全帖
a********y
发帖数: 687
6
Google uuencode mailx

mailx
d*b
发帖数: 21830
7
来自主题: Hardware版 - 2,000,000封email,怎么处理好?
thunderbird处理你几百万email完全没问题,我的thunderbird的mail folder都几百G
了也没见慢。你的问题是email不是日积月累逐渐增加的,而是一次处理几百万,如果
你开index的话自然就死机了
所以把thunderbird的global index关了,然后进mail folder把你的mailx文件copy到
folder里,再打开thunderbird,把email分类,然后对每个folder逐个建index. 完成后
再开global index.
compact的意思是说把你删掉的email从系统里删除---thunderbird并不删email,删的只
是sqlite的index.所以你看不到email了,但email其实还在。
thunderbird其实就是当年linux上的mailx加个图形界面,这玩意现在的blade server
上几乎是企业邮件一半的江山,
g****n
发帖数: 3370
8
来自主题: Internet版 - 请教免费邮件转发服务
http://www.google.com/apps/
你需要在你域名的zone file里修改mailx到Google给你提供的
服务器,然后你可以在google apps里设置email了,也可以象
登录gmail一下登录@myname.com这样的email帐号,事实上它
是gmail powered.
免费个人帐号有25个email地址,如果现在没改过。
C********s
发帖数: 120
9
来自主题: Linux版 - bash 脚本问题
1. 运行完程序以后接着运行下一个程序
mpi -np 10 firstCprogram && mpi -np 10 theNextCprogram
## if firstCprogram exits with error, theNextCprogram won't run.
2. 记录一下花了多少时间
time mpi -np 10 firstCprogram | mailx -s "firstCprogram used this much time"
y****[email protected]
h*******c
发帖数: 248
10
来自主题: Linux版 - 新手问:mysql和shell
echo "SELECT .... " |mysql -u username --password=password
databasename|mailx -s subject y*******[email protected]
v*****r
发帖数: 1119
11
来自主题: Linux版 - how to send an email in command line?
uuencode | mailx
d****d
发帖数: 2919
12
来自主题: Linux版 - Best Linux 4 Thinkpad
T410, NV的独立显卡。
装了下面这一堆东西,觉得够用了。
pacman -Q -e
acpid 2.0.10-2
acroread 9.4.2-1
alsa-oss 1.0.17-1
alsa-utils 1.0.24.2-1
archlinux-themes-slim 1.2-2
artwiz-fonts 1.3-6
aspell-en 7.1-1
attr 2.4.46-1
autoconf 2.68-1
automake 1.11.1-2
bash 4.2.010-1
binutils 2.21.1-1
bison 2.5-1
bzip2 1.0.6-1
cheese 3.0.1-2
chromium 12.0.742.112-1
coreutils 8.12-3
cryptsetup 1.3.1-2
dash 0.5.6.1-2
dcron 4.5-2
device-mapper 2.02.85-3
dhcpcd 5.2.12-1
diffutils 3.0-2
e2fsprogs 1.41.14-1
emacs 23.3-1
emesene 2.11.5-2
exo 0... 阅读全帖
m********5
发帖数: 17667
13
I use exim and mailx
very very easy to use

school.
).
c*******n
发帖数: 671
14
Mutt没试过,我就想简单用mail或mailx收发个邮件,因为不行才试了Alpine, 网上搜
有人用Mutt也有我那个问题,无解。
server是支持imap的。
我又在alpine上换了gmail邮箱试,结果邮件地址是正常显示的。那说明是我edu邮箱的
邮件服务器的问题吧,那个好像是用的postfix。
m********5
发帖数: 17667
15
来自主题: Linux版 - ubuntu上s-nail的package是哪个?
heirloom-mailx好像早停止维护了
到现在也不支持tls1.2, 弄得很多邮件服务器都不能用,比如gmail
a***t
发帖数: 39
16

Sendmail is a MTA (mail transport agent), you can actually use it to send mail
too. Usually, you use mail, mailx, procmail, elm, or pine as your mail client
to send/receive mail.
f***y
发帖数: 98
17
when I send emails, how do I set to make the sender name show as another
name instead of unix account name? and how to set the reply addresses?
Thanks.
s**s
发帖数: 242
18
来自主题: Unix版 - 急,定时运行程序的问题
crontab -e设置你的定时运行的工作
man crontab有例子的:
EXAMPLES
Example 1: Cleaning up core files
This example cleans up core files every weekday morning at
3:15 am:
15 3 * * 1-5 find $HOME -name core 2>/dev/null | xargs rm -f
Example 2: Mailing a birthday greeting
0 12 14 2 * mailx john%Happy Birthday!%Time for lunch.
Example 3: Specifying days of the month and week
This example
0 0 1,15 * 1
would run a command on the first and fifteenth of each
mo
(共0页)