You are not logged in.

#1 2011-08-15 17:48:55

kost147
Member
From: Bulgaria
Registered: 2010-12-23
Posts: 18

Mail server

Hi, I need a simple and light mail server for laptop with Arch. I must present some Oracle procedures which send mail from PL/SQL from my laptop at university and I can use only personal instaled software.
Thank you in advance and please excuse my bad english.

Offline

#2 2011-08-15 20:44:17

oliver
Member
Registered: 2007-12-12
Posts: 448

Re: Mail server

heirloom-mailx and a gmail account sounds like it would work for what you want

create a .mailrc file in your home directory and add this:

set sendmail="/usr/bin/mailx"
set smtp=smtp.gmail.com:587
set smtp-use-starttls
set ssl-verify=ignore
set ssl-auth=login
set smtp-auth-user=yourgmailaccounthere@gmail.com
set smtp-auth-password=yourpasswordhere

You could probably easily adjust it for other mail services but this is what I use

Offline

#3 2011-08-15 23:13:50

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Mail server

have you searched the forums. There are multiple threads asking the same question.

closing to avoid duplication.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB