Hi everybody out there...
having problems using send-mail... how do I need to setup my sendmail.ct
(or even create one via m4) to have send-mail masquerading the whole user-
email-address.... masquerading the domain.. is working.. but not the user..
so, e.g.: username at the provider is 'usrprov' and 'local' it is 'alex'
send-mail now does send and masquerades it as
Another problem is that using fetch-mail in spite of it's functional in that
way that it just fetches (..finally I got this working), at every
time I fetch, the send-mail queue is getting bigger and bigger due to probably
problems to transport all incoming mail to local users... My fetchmailrc
is o.k... but something might wrong with my sendmail.ct... I did use a script
to create sendmail.ct....
I should say, that there's another thread in this group... I thought it might
be interesting.. especially I know lot of demands about configuring send-mail,
fetch-mail and so on.... (SO, don't look any further guys.. here is the fitting
on! ;) )
Right because of this fact... I do now embed my fetchmailrc and sendmail.ct
again..... forgive me! but it's necessary... and also I think it's for a
good purpose, don't you all agree with me ?! :))
------------------------------------------------------
send-mail mc-script following........
-------------------CUT--------------------------------
divert(-1)
include(`/usr/share/sendmail/m4/cf.m4')
divert(0)dnl
OSTYPE(`linux')dnl
undefine('UUCP_RELAY')
undefine('BITNET_RELAY')
FEATURE(redirect)
FEATURE(always_add_domain)
FEATURE(local_procmail)
define(`LUSER_RELAY', `local:postmaster')dnl
FEATURE(`always_add_domain')dnl
define('confUSERDB_SPEC','/etc/userdb.db')
MASQUERADE_AS(`public.uni-hamburg.de')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`allmasquerade')dnl
dnl
dnl These mailers are available. per default only smtp is used. You have
dnl to add entries to /etc/mail/mailertable to enable one of the other
dnl mailers.
dnl
MAILER(`local')dnl
MAILER(`procmail')dnl
MAILER(`smtp')dnl
MAILER(`uucp')dnl
MAILER(`bsmtp')dnl
MAILER(`fido')dnl
LOCAL_CONFIG
Cw localhost sokrates.hagenbeck.uni-hamburg.de
--------------------END--------------------------------
-------------------CUT--------------------------------
# Configuration created Thu Jul 6 23:55:12 2000 by fetchmailconf
set postmaster "alex"
set bouncemail
set properties ""
poll public.uni-hamburg.de with proto POP3
user "fe8x025" there with password "fit5032" is
antispam 571 550 501 554
and.. at the last... my userdb (nontranslated)
-------------------CUT--------------------------------
root:mailname 'providerlogin'
alex:mailname 'providerlogin'
khayam:mailname 'providerlogin'
--------------------END--------------------------------
Is there anything wrong.... ... where's the mistake ?
I'm so glad to ask you guys for advice (and its also a great honoe for me)
..... ;)
TIA a lot ! :)
--
Alex Fitterling
--