You are not logged in.

#1 2010-06-06 23:44:30

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

alternative to sendmail

is there a simple alternative to sendmail out there (specifically getting php to use it.) our sendmail doesn't work, no idea how to fix it, so just wondering what's else is out there.


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#2 2010-06-06 23:48:23

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: alternative to sendmail

postfix?


neutral

Offline

#3 2010-06-06 23:50:24

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: alternative to sendmail

I'm really only trying to get my server to be able to send outgoing mail from wikis and forums and stuff btw.

I already have postfix installed. what would it's mail command be? I know it comes bundled with sendmail.. thought it just used that.


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#4 2010-06-07 01:19:06

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: alternative to sendmail

i've been using msmtp to bounce off gmail. postfix is a bit heavy if all you want is an MTA.

Offline

#5 2010-06-07 03:22:19

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: alternative to sendmail

postfix has it's own "sendmail"
You just need to edit mailer.conf

When I installed postfix on my FreeBSD server I just edited mailer.conf to point to the new sendmail

ty@rose /home/ty > cat /etc/mail/mailer.conf
#
# Execute the Postfix sendmail program, named /usr/local/sbin/sendmail
#
sendmail        /usr/local/sbin/sendmail
send-mail       /usr/local/sbin/sendmail
mailq           /usr/local/sbin/sendmail
newaliases      /usr/local/sbin/sendmail

neutral

Offline

#6 2010-06-07 03:23:12

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: alternative to sendmail

falconindy wrote:

i've been using msmtp to bounce off gmail. postfix is a bit heavy if all you want is an MTA.

I thought that at first too but it really isn't. Postfix is full featured but is really not heavy at all.


neutral

Offline

#7 2010-06-07 04:19:53

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: alternative to sendmail

sand_man wrote:
falconindy wrote:

i've been using msmtp to bounce off gmail. postfix is a bit heavy if all you want is an MTA.

I thought that at first too but it really isn't. Postfix is full featured but is really not heavy at all.

Postfix also has excellent documentation.http://www.postfix.org/documentation.html

Makes it very easy to setup in simple use cases. The first three links under General Configuration are particularly helpful.

Offline

#8 2010-06-07 17:39:10

steve___
Member
Registered: 2008-02-24
Posts: 454

Offline

Board footer

Powered by FluxBB