Re: [Fwd: Re: still more sendmail trouble]

2004-11-03 Thread Steel City Phantom
HA, got it.  in my php.ini i originally had
sendmail_path = /usr/sbin/sendmail
changed it to
sendmail_path = /usr/sbin/sendmail -t -i
and it worked.
Giorgos Keramidas wrote:
On 2004-11-02 15:17, Steel City Phantom [EMAIL PROTECTED] wrote:
 

all of those are set as you suggested, here are my config files to see
if you see something i don't.
freebsd.mc -
freebsd.submit.mc ---
   

Thanks for taking the time to forward this in plain text.  It was sent
as a new message and not as a followup to the original thread, but
thanks anyway :-)
The sendmail*.mc files you posted look ok.
Have you regenerated sendmail.cf and submit.cf from these files?
Have you restarted sendmail afterwards?

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[Fwd: Re: still more sendmail trouble]

2004-11-02 Thread Steel City Phantom
all of those are set as you suggested, here are my config files to see 
if you see something i don't.

freebsd.mc -
divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.19 2003/12/31 
17:42:16 gshapiro Exp $')
OSTYPE(freebsd4)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')
dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)
dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl 
http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_addr}')

dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')
dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')
dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')
define(`confBIND_OPTS', `WorkAroundBroken')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
MAILER(local)
MAILER(smtp)
freebsd.submit.mc ---
divert(0)dnl
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.submit.mc,v 1.1.2.1 
2003/10/30 22:38:33 gshapiro Exp $')
define(`confCF_VERSION', `Submit')dnl
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
define(`confTIME_ZONE', `USE_TZ')dnl
define(`confDONT_INIT_GROUPS', `True')dnl
define(`confBIND_OPTS', `WorkAroundBroken')dnl
dnl
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
FEATURE(`msp', `[127.0.0.1]')dnl

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Fwd: Re: still more sendmail trouble]

2004-11-02 Thread Giorgos Keramidas
On 2004-11-02 15:17, Steel City Phantom [EMAIL PROTECTED] wrote:
 all of those are set as you suggested, here are my config files to see
 if you see something i don't.

 freebsd.mc -
 freebsd.submit.mc ---

Thanks for taking the time to forward this in plain text.  It was sent
as a new message and not as a followup to the original thread, but
thanks anyway :-)

The sendmail*.mc files you posted look ok.

Have you regenerated sendmail.cf and submit.cf from these files?

Have you restarted sendmail afterwards?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]