OK, here it is.  And here's the .muttrc (with my password taken out).
Have a ball.

:)

Gabe Turner wrote:

>Ok.  I'm jumping a bit late.  Did you give us your sendmail.mc file?  With
>that we'll at least be able to see what your sendmail config is.
>
>Gabe, who would like to help, but doesn't have anough info to know what the
>      hell is going on ;)
>

-------------- next part --------------
set envelope_from
set from='fish at slava.net'
set hidden_host=yes
set hostname='slava.net'
set pop_host='s3.quintessential.com'
set pop_user='alcyone%slava.net'
set pop_pass=''
set pop_delete=yes
set realname='Lorry'
set beep_new=yes
set reverse_name=yes
my_hdr From: 'fish at slava.net'
-------------- next part --------------
	divert(-1)
	dnl This is the macro config file used to generate the /etc/sendmail.cf
	dnl file. If you modify this file you will have to regenerate the
	dnl /etc/sendmail.cf by running this macro config through the m4
	dnl preprocessor:
	dnl
	dnl        m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
	dnl
	dnl You will need to have the sendmail-cf package installed for this to
	dnl work if you use an rpm build of sendmail
	dnl
	include(`../m4/cf.m4')
	dnl
	dnl If you compile sendmail from a tarball, use the include above.
	dnl In this setup, you should create the file as cf/cf/config.mc 
	dnl (in the sendmail source tree: eg. /usr/src/sendmail-8.11.2/cf/cf
	dnl Now give the command "sh Build config.cf".  Now copy the file
	dnl config.cf as /etc/mail/sendmail.cf (remember to backup first&)
	dnl
	dnl If you are using the RPM build of sendmail, use the 
	dnl include statement given below instead
	dnl
	dnl include(`/usr/lib/sendmail-cf/m4/cf.m4')
	define(`confDEF_USER_ID',``8:12'')
	OSTYPE(`linux')
	undefine(`UUCP_RELAY')
	undefine(`BITNET_RELAY')
	define(`confCF_VERSION',`dialup-1.3')
	define(`SMART_HOST', `slava.net')
	define(`confAUTO_REBUILD')
	define(`confTO_CONNECT', `1m')
	define(`confTO_IDENT',0)
	define(`confTRY_NULL_MX_LIST',true)
	define(`confDONT_PROBE_INTERFACES',true)
	define(`confCON_EXPENSIVE',true)
	define(`confDELIVERY_MODE', `queued')
	define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')
	define(`ALIAS_FILE',`/etc/mail/aliases')
	MASQUERADE_AS(`slava.net')
	FEATURE(`masquerade_envelope')
	FEATURE(`smrsh',`/usr/sbin/smrsh')
	FEATURE(`mailertable',`hash -o /etc/mail/mailertable')
	FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')
	FEATURE(redirect)
	FEATURE(always_add_domain)
	FEATURE(use_cw_file)
	FEATURE(`use_ct_file')
	FEATURE(local_procmail)
	MAILER(smtp)
	MAILER(procmail)
	FEATURE(`access_db')
	FEATURE(`blacklist_recipients')
	FEATURE(`accept_unresolvable_domains')
	FEATURE(`accept_unqualified_senders')
	dnl FEATURE(`relay_based_on_MX')