Sponsored Content
Operating Systems Linux Best Mailing Solution in OpenSource?? Post 302561447 by krishna.lu on Tuesday 4th of October 2011 07:59:51 AM
Old 10-04-2011
MySQL Best Mailing Solution in OpenSource??

Hello Dear Members,

I am interested in setting up a mailing solution for my organization with some hundreds of employees.

Please tell what are minimum things to set up?

Please suggest best combinations in term of OS, Mail Servers and others requirements in Open Source.

The solution should run for many years.

Thanks

Krishna
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash? Opensource?

I'm currently writing a paper about the merits of Python as a complete replacement for Bash. Sources suggest that bash isnt opensource, but they do not actually say that the source is closed, they only state that it i very much controlled? Can anybody tell me if bash is open or closed so that... (1 Reply)
Discussion started by: BISH
1 Replies

2. UNIX for Dummies Questions & Answers

Most advanced opensource OS that is resellable

I would like to know what version of linux or unix is the most advanced AND that I can reconfigure and resell. I know this is WAY over my head, but I think it would be fun to learn unix, and I want to know that I could sell any work I do on it (ignoring the fact that it would be hard to sell my... (7 Replies)
Discussion started by: 903029m3k
7 Replies

3. Solaris

OpenSource / Free backup and restore solution for Solaris 10

Is there any free /opensource backup&restore solution available for solaris10 i want to backup Solaris10 machine with oracle 9 version. (0 Replies)
Discussion started by: kashif_islam
0 Replies

4. What is on Your Mind?

Opensource licenses?

Someone was asking the below on our mailing list and i thought of sharing with you guys, what do you think? P.S: if this is the wrong forum i couldn't find something related to 'opensource' as main forum so i posted here, moderators feel free to move. Hello, I want to opensource something... (1 Reply)
Discussion started by: Bashar
1 Replies

5. Homework & Coursework Questions

Unix opensource

hello Unix is open source..is it? What is open source? Can anyone explain shortly? (1 Reply)
Discussion started by: csharpque
1 Replies
Mail::SPF::Term(3)					User Contributed Perl Documentation					Mail::SPF::Term(3)

NAME
Mail::SPF::Term - SPF record term class DESCRIPTION
An object of class Mail::SPF::Term represents a term within an SPF record. Mail::SPF::Term cannot be instantiated directly. Create an instance of a concrete sub-class instead. Constructor The following constructor is provided: new(%options): returns Mail::SPF::Term Abstract. Creates a new SPF record term object. %options is a list of key/value pairs, however Mail::SPF::Term itself specifies no constructor options. new_from_string($text, %options): returns Mail::SPF::Term; throws Mail::SPF::ENothingToParse, Mail::SPF::EInvalidTerm Abstract. Creates a new SPF record term object by parsing the string and any options given. Class methods The following class methods are provided: name_pattern: returns Regexp Returns a regular expression that matches any legal name for an SPF record term. Instance methods The following instance methods are provided: text: returns string; throws Mail::SPF::ENoUnparsedText Returns the unparsed text of the term. Throws a Mail::SPF::ENoUnparsedText exception if the term was created synthetically instead of being parsed, and no text was provided. name: returns string Abstract. Returns the name of the term. SEE ALSO
Mail::SPF, Mail::SPF::Record, Mail::SPF::Mech, Mail::SPF::Mod <http://www.ietf.org/rfc/rfc4408.txt> For availability, support, and license information, see the README file included with Mail::SPF. AUTHORS
Julian Mehnle <julian@mehnle.net>, Shevek <cpan@anarres.org> perl v5.12.1 2010-07-05 Mail::SPF::Term(3)
All times are GMT -4. The time now is 03:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy