Re: send e-mail without use sendmail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 31, 2007 at 11:03:02AM -0500, Les Mikesell wrote:
> Dario Lesca wrote:
>> I'm looking for a line command utility (MTA) which send an email direct
>> to a SMTP external server.
>> if I use: "echo bye|mutt -s bye user@xxxxxx"
>> the message is send to local sendmail, then sendmail send it to mx
>> record dom.it, but dom.it refuse me for security and anti-spam reason.
>> I'm looking for a command which send my message direct to my provider,
>> like evolution or Thunderbird do.

Well, Dario, use mutt.

mailboxes pops://USER@xxxxxxxxxxxxxxxxxxxxxx/
set pop_pass= "SOMETHINGLONGISHNOTINADICT"
set smtp_pass="SOMETHINGLONGISHNOTINADICT,POSSIBLYDIFFERENTFROMPOP"
set smtp_url ="smtp://USER@xxxxxxxxxxxxxxxxxxxxxxx"

# if you've multiple email providers, you need to outsource
# e.g. when switching to a provider's inbox.
# don't forget to reset it to your defaults when you leave
# that inbox.
account-hook USER@xxxxxxxxxxxxxxxxxxxxxx      'set pop_pass="SOMETHINGLONGISHNOTINADICT";'
folder-hook  USER@xxxxxxxxxxxxxxxxxxxxxx      'source ~/.mutt/profile.PROVIDER'
# and place the above set smtp* lines in .mutt/profile.PROVIDER.
# the mailboxes statements can remain global for use with -y,
# and the pop_pass line can be removed, as the hook statements
# provides this on entering the USER@xxxxxxxxxxxxxxxxxxxxxx
# box and folder (account-hook is called quite often, also
# automatically).

-- 
cu
Peter l Jakobi
lists@xxxxxxxxxxxxxxxxxx

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux