Apologies. I misunderstood. Thanks for that. I didn't know zimbra had a community edition. I will look into it. Best, Juan Hernandez Email: juanhernandez98@xxxxxxxxx mobile: (619) 750-9431 twitter: http://www.twitter.com/blindwiz facebook: http://www.facebook.com/blindwiz web: http://www.juanhernandez.meJuan Hernandez 4 -----Original Message----- From: Speakup [mailto:speakup-bounces@xxxxxxxxxxxxxxxxx] On Behalf Of Kelly Prescott Sent: Thursday, January 07, 2016 2:37 PM To: 'Speakup is a screen review system for Linux.' <speakup@xxxxxxxxxxxxxxxxx> Subject: RE: mail server setup I was not specific, I was just saying that the Zimbra community edition also has a 0 cost. Thus if cost were your concern, it would be a solution you might consider. -----Original Message----- From: Speakup [mailto:speakup-bounces@xxxxxxxxxxxxxxxxx] On Behalf Of Juan Hernandez Sent: Thursday, January 7, 2016 10:07 AM To: 'Speakup is a screen review system for Linux.' <speakup@xxxxxxxxxxxxxxxxx> Subject: RE: mail server setup What do you mean same thing? Same as what? What in the below message has a cost? Thanks. Juan Hernandez Email: juanhernandez98@xxxxxxxxx mobile: (619) 750-9431 twitter: http://www.twitter.com/blindwiz facebook: http://www.facebook.com/blindwiz web: http://www.juanhernandez.meJuan Hernandez 4 -----Original Message----- From: Speakup [mailto:speakup-bounces@xxxxxxxxxxxxxxxxx] On Behalf Of Kelly Prescott Sent: Thursday, January 07, 2016 2:46 AM To: Speakup is a screen review system for Linux. <speakup@xxxxxxxxxxxxxxxxx> Subject: Re: mail server setup This is a good solution, but if you want essentially the same thing with easy gui management and zero cost, use zimbra community edition. I use both types of solutions depending on my clients needs and requirements. kp On Wed, 6 Jan 2016, Gregory Nowak wrote: > On Wed, Jan 06, 2016 at 11:49:37AM -0800, Juan Hernandez wrote: >> I wanted to know what you guys recommended for setups? >> >> I need webmail, imap, virtual domains, spam/antivirus protection, etc. > > For webmail, I use sqwebmail. For imap, I use courier-imap. For MTA > (including virtual domains) I use postfix. For spam, I use > spamassassin. For antivirus I use clamav-milter to interface clamav to postfix. > > > On Wed, Jan 06, 2016 at 10:43:00PM +0100, Michał Zegan wrote: >> More like: leave message intact, but add something like >> x-spam-status: yes >> x-spam-core: 5.0 >> into mail headers. > > That's done by spamc, which you can invoke through maildrop, or > procmail. I use maildrop on my server, so I'll describe how to use > that to do what you want. > > You need to have postfix pass the message to maildrop. You can either > do this directly in master.cf, or through the .forward mechanism. I > use both, depending on which domain the mail is for. I'll explain how > to do that through .forward, since that's simpler > > In the user's $HOME/.forward file, you want to have something like: > > > |/usr/bin/maildrop > > > Now, you want to create a $HOME/.mailfilter file, which should look > something like: > > > DEFAULT="$HOME/Maildir/" > > xfilter "/usr/bin/spamc" > if (/^X-Spam-Flag: YES/:h || /^X-Spam-Status: Yes/:h) { to > "$DEFAULT/.Spam/" > } > > > If the message is ham, it goes to $HOME/Maildir/. If the message is > spam, it goes to $HOME/Maildir/.Spam/ This assumes you are using the > Maildir mailbox format, which I am. > > Greg > > > -- > web site: http://www.gregn.net > gpg public key: http://www.gregn.net/pubkey.asc > skype: gregn1 > (authorization required, add me to your contacts list first) If we > haven't been in touch before, e-mail me before adding me to your contacts. > > -- > Free domains: http://www.eu.org/ or mail dns-manager@xxxxxx > _______________________________________________ > Speakup mailing list > Speakup@xxxxxxxxxxxxxxxxx > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@xxxxxxxxxxxxxxxxx http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@xxxxxxxxxxxxxxxxx http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@xxxxxxxxxxxxxxxxx http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@xxxxxxxxxxxxxxxxx http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup