Re: Sendmail and Postfix

2012-06-23 Thread Alejandro Imass
On Fri, Jun 22, 2012 at 8:15 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote: From owner-freebsd-questi...@freebsd.org  Fri Jun 22 13:47:20 2012 To: freebsd-questions@freebsd.org Date: Fri, 22 Jun 2012 13:41:46 -0500 From: Mark Felder f...@feld.me Subject: Re: Sendmail and Postfix When you

Sendmail and Postfix

2012-06-22 Thread Walter Hurry
A little digging around has revealed that there are two 'mailq' executables on my system: /usr/local/bin/mailq and /usr/bin/mailq. The first is part of the mail/postfix-current port which I have installed and use, and the second is presumably part of Sendmail, which I have not installed and do

Re: Sendmail and Postfix

2012-06-22 Thread Matthew Seaman
On 22/06/2012 19:19, Walter Hurry wrote: It seems that Sendmail is embedded somehow in the base system. What is the 'approved' way to get rid of /usr/bin/mailq? Or better, remove Sendmail? You don't need to remove the base system sendmail. All you need to do is set up /etc/mail/mailer.conf

Re: Sendmail and Postfix

2012-06-22 Thread Mark Felder
When you installed Postfix did you allow it to update the entries in /etc/mail/mailer.conf ? If so, I wouldn't worry about the mailq binary that came with the system; it's ignored. ___ freebsd-questions@freebsd.org mailing list

Re: Sendmail and Postfix

2012-06-22 Thread Brian W.
During subsequent system upgrades, of you build from source, you should watch out for thus during the mergemaster piece. Brian On Jun 22, 2012 11:44 AM, Matthew Seaman matt...@freebsd.org wrote: On 22/06/2012 19:19, Walter Hurry wrote: It seems that Sendmail is embedded somehow in the base

Re: Sendmail and Postfix

2012-06-22 Thread Chuck Swiger
Hi-- On Jun 22, 2012, at 11:19 AM, Walter Hurry wrote: A little digging around has revealed that there are two 'mailq' executables on my system: /usr/local/bin/mailq and /usr/bin/mailq. The first is part of the mail/postfix-current port which I have installed and use, and the second is

Re: Sendmail and Postfix

2012-06-22 Thread Walter Hurry
On Fri, 22 Jun 2012 13:41:46 -0500, Mark Felder wrote: When you installed Postfix did you allow it to update the entries in /etc/mail/mailer.conf ? If so, I wouldn't worry about the mailq binary that came with the system; it's ignored. Thanks! (Thanks too to the other responders.) Looks like

Re: Sendmail and Postfix

2012-06-22 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Fri Jun 22 13:47:20 2012 To: freebsd-questions@freebsd.org Date: Fri, 22 Jun 2012 13:41:46 -0500 From: Mark Felder f...@feld.me Subject: Re: Sendmail and Postfix When you installed Postfix did you allow it to update the entries in /etc/mail

sendmail + milter + postfix + jails question

2006-09-25 Thread albi
- sendmail then let's through all other emails with some transport-map which doesn't need individual aliases (per user) - other jails (separate jail for lists and email) accept the email via postfix can sendmail do this ? or is there other mailserver-software which can block gif and hand over all

RE: sendmail + milter + postfix + jails question

2006-09-25 Thread Philippe Lang
all email with .gif attachments - sendmail then let's through all other emails with some transport-map which doesn't need individual aliases (per user) - other jails (separate jail for lists and email) accept the email via postfix can sendmail do this ? or is there other mailserver

Re: Replacing Sendmail with Postfix?

2006-06-01 Thread Nikolas Britton
Sendmail with Postfix? Hey did anyone see the article on /. about Sendmail being removed from NetBSD, and being replaced with Postfix? What advice can you offer about doing this on FreeBSD? What's involved, How do you do it, are there any gotta's (cron scripts?), etc? Is it just as simple

Replacing Sendmail with Postfix?

2006-05-31 Thread Nikolas Britton
Hey did anyone see the article on /. about Sendmail being removed from NetBSD, and being replaced with Postfix? What advice can you offer about doing this on FreeBSD? What's involved, How do you do it, are there any gotta's (cron scripts?), etc? Is it just as simple as installing the Postfix

Re: Replacing Sendmail with Postfix?

2006-05-31 Thread Kirk Strauser
On Wednesday 31 May 2006 20:58, Nikolas Britton wrote: Is it just as simple as installing the Postfix port? Yes, and following the directions that from pkg-message in the port. You'll still call a binary called sendmail from scripts, but the call will be directed to Postfix via mailer.conf.

Re: Replacing Sendmail with Postfix?

2006-05-31 Thread Paul Schmehl
--On May 31, 2006 8:58:08 PM -0500 Nikolas Britton [EMAIL PROTECTED] wrote: Hey did anyone see the article on /. about Sendmail being removed from NetBSD, and being replaced with Postfix? What advice can you offer about doing this on FreeBSD? What's involved, How do you do it, are there any

Sendmail x Postfix

2006-02-06 Thread Thiago Esteves
Hi... I use Sendmail but I'd like to change to Postfix, because I have listened very well about security and others in Postfix ... What do you know about this?...What do you prefer?... Help me ...

Re: Sendmail x Postfix

2006-02-06 Thread db
On Monday 06 February 2006 17:07, Thiago Esteves wrote: I use Sendmail but I'd like to change to Postfix, because I have listened very well about security and others in Postfix ... What do you know about this?...What do you prefer?... When I had to choose a smtpd I looked at sendmail, exim,

Re: Sendmail x Postfix

2006-02-06 Thread Dan O'Connor
I use Sendmail but I'd like to change to Postfix, because I have listened very well about security and others in Postfix ... What do you know about this?...What do you prefer?... Hate Sendmail, Love Postfix... Here's how I set it up: http://www.mostgraveconcern.com/freebsd/sheet.cgi?mail

Sendmail to Postfix/courier-imap

2004-07-17 Thread Chris
Would appreciate a good how-to/website on going from sendmail to postfix/courier-imap. -- Best regards, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ClamAV virus dat updated: Sat Jul 17 2004 at 03:02:51 daily.cvd is up

Re: Sendmail to Postfix/courier-imap

2004-07-17 Thread Paul Schmehl
--On Saturday, July 17, 2004 7:51 PM -0500 Chris [EMAIL PROTECTED] wrote: Would appreciate a good how-to/website on going from sendmail to postfix/courier-imap. The postfix part is pretty straightforward. Just make install clean the port and then follow the instructions in pkg-message. I use

Re: switching from sendmail to postfix

2004-01-07 Thread Bernard El-Hagin
Markus wrote: Hello all, I´m running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. I would use postfix as my MTA. How should I switch to postfix at best? When you install the postfix port you are given instructions on how to do just that. If you've already

Re: switching from sendmail to postfix

2004-01-07 Thread Bernard El-Hagin
[EMAIL PROTECTED] wrote: Markus wrote: Hello all, I´m running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. I would use postfix as my MTA. How should I switch to postfix at best? When you install the postfix port you are given instructions on how to do

Re: switching from sendmail to postfix

2004-01-07 Thread Ernst de Haan
On woensdag 7 januari 2004 13:07, Bernard El-Hagin wrote: [EMAIL PROTECTED] wrote: Nice mail client you have :-) Ernst ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: switching from sendmail to postfix

2004-01-07 Thread Bernard El-Hagin
Ernst wrote: On woensdag 7 januari 2004 13:07, Bernard El-Hagin wrote: [EMAIL PROTECTED] wrote: Nice mail client you have :-) Unfortunately, at work (where I am right now) I have to use what they tell me to use. I also have to do what they tell me to do, which is much worse. ;-) -- Cheers,

Re: switching from sendmail to postfix

2004-01-07 Thread Andrew Boothman
Gilad Rom wrote: Markus Espenhain wrote: Hello all, Im running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. I would use postfix as my MTA. How should I switch to postfix at best? Has someone a suggestion? Thank you! Greetings from Stuttgart, Germany

switching from sendmail to postfix

2004-01-06 Thread Markus Espenhain
Hello all, Im running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. I would use postfix as my MTA. How should I switch to postfix at best? Has someone a suggestion? Thank you! Greetings from Stuttgart, Germany Markus -- Markus Espenhain

Re: switching from sendmail to postfix

2004-01-06 Thread Gilad Rom
Markus Espenhain wrote: Hello all, Im running an FreeBSD 4.9 System and from scratch is an sendmail MTA installed and active. I would use postfix as my MTA. How should I switch to postfix at best? Has someone a suggestion? Thank you! Greetings from Stuttgart, Germany Markus Check out

Re: Sendmail vs. Postfix...

2003-09-27 Thread Guy Van Sanden
I'm sorry, it wasn't for me. I installed postfix from ports and stopped sendmail, postfix still didn't start though (it had port 25 open, but didn't respond to it). Eventually I reverted to sendmail. I'm on FreeBSD 5.0 BTW. I do have postfix running fine on Linux, I might add. On Wed, 2003-09

Re: Sendmail vs. Postfix...

2003-09-25 Thread Payne
Ok, maybe I am little slow but I have 12 domains, with sendmail I could set them up in local-host-name, and I could set up what computer that had rights to send mail in relay-domains, and I don't see where you can set up mysql part and where to set up that users need a password to send mail.

Sendmail vs. Postfix...

2003-09-24 Thread Payne
Hey, Quick question. How hard is it to set up Postfix. I am getting tried of Sendmail. Is it hard to set up Postfix to access passwords so that the only mail can be sent. Chuck ___ [EMAIL PROTECTED] mailing list

Re: Sendmail vs. Postfix...

2003-09-24 Thread synrat
what do you mean postfix is hard to setup ? It's fully functional after the installation, you can send e-mail right away and you only need a few changes to main.cf to accept e-mail. The file is very well commented, save the changes, and run 'postfix reload' as root. On Wed, 24 Sep 2003, Payne

Re: Sendmail vs. Postfix...

2003-09-24 Thread Mike Maltese
Quick question. How hard is it to set up Postfix. I am getting tried of Sendmail. Is it hard to set up Postfix to access passwords so that the only mail can be sent. I've been running Postfix after migrating from Sendmail for the better part of a year now. I found it much easier to set up in

Re: Sendmail vs. Postfix...

2003-09-24 Thread Jett Tayer
if ur a conservative unix admin, go with sendmail, but for easiness use postfix. i have 2 mailservers and is using postfix in one and sendmail on the other. \jett Quick question. How hard is it to set up Postfix. I am getting tried of Sendmail. Is it hard to set up Postfix to access

Re: Sendmail vs. Postfix...

2003-09-24 Thread Kenneth Culver
I have used postfix and sendmail on both linux and FreeBSD and I definitely prefer postfix. For starters, its security track-record is much better. Also it was very easy to ste up a system that uses mysql with virtual domains, SASL for relay authentication (also interfacing with mysql) etc... I

sendmail vs postfix

2003-05-29 Thread Alfonso Romero
I´m using sendmail with imap-uw and FreeBSD 4.8, with one domain. I´m planning to add several domains, and wanted some recommendations about which MTA is used the most with FreeBSD for this. Could you please help me out? Thanks in advance, Alfonso Romero