search for: local_config

Displaying 11 results from an estimated 11 matches for "local_config".

Did you mean: load_config
2015 Apr 17
2
Disable SSLv3 in sendmail in CentOS 5
RedHat released sendmail-8.13.8-10.el5_11.src.rpm which includes sendmail-8.13.8-ssl-opts.patch which adds support for disabling SSLv3 and SSLv2 in sendmail.cf But as far as I can see there is no support in sendmail.mc - I can't see how to compile sendmail.mc to get the required line ServerSSLOptions in sendmail.cf Does anyone know how to do this ? -- Andrew Daviel, TRIUMF, Canada
2008 Dec 28
3
Sendmail problem
...lter-greylist/milter-greylist.sock') define(`confMILTER_MACROS_CONNECT', `j, {if_addr}') define(`confMILTER_MACROS_HELO', `{verify}, {cert_subject}') define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}') define(`confMILTER_MACROS_ENVRCPT', `{greylist}') and LOCAL_CONFIG Kstorage macro LOCAL_RULESETS SLocal_check_rcpt R$+ $: $(storage {greylist} $) $&{client_addr} R$+ $: $>A <$1> <?> <+Connect> <$1> R<$+> <$*> $: $(storage {greylist} $@ $1 $) $2 it does not seem to work after retstart sendmai...
2007 Apr 14
3
LDA problem
...711 99722 Sat Apr 14 20:31 <azher at niit.edu.pk> (Deferred: local mailer (/usr/dovecot/libexec/dovecot/deliver) <azher at wm.niit.edu.pk> Total requests: 1 ----------------------------- Sendmail.mc ========= LOCAL_CONFIG FEATURE(`masquerade_envelope')dnl FEATURE(`allmasquerade')dnl FEATURE(`always_add_domain')dnl LOCAL_CONFIG FEATURE(`use_cw_file')dnl FEATURE(`use_ct_file')dnl FEATURE(`nouucp', `reject')dnl FEATURE(`bestmx_is_local')dnl FEATURE(`mailertable')dnl FEATURE(`smrsh...
2007 Nov 13
6
Groups
Hello, Is it possible to group many nodes together? Suppose I have a large number of machines that I all want to have the same config - rather than specify them as individual nodes each inheriting the same config, I''d like to say that a group inherits a config, and define the group elsewhere. Does this sort of construction already exist? Could it be cobbled together from what we
2015 Apr 17
0
Disable SSLv3 in sendmail in CentOS 5
...mail.cf > > But as far as I can see there is no support in sendmail.mc - I can't > see how to compile sendmail.mc to get the required line > ServerSSLOptions in sendmail.cf > > > Does anyone know how to do this ? At the end of sendmail.mc, after the MAILER macros, add a LOCAL_CONFIG, e.g,, LOCAL_CONFIG O ClientSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3 O ServerSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3 +SSL_OP_CIPHER_SERVER_PREFERENCE -- Paul Heinlein heinlein at madboa.com 45?38' N, 122?6' W
2006 Apr 09
3
redirecting some addresses with sendmail
I have a fully working cyrus+sendmail mail server hosting all users for foo.com. Company foo has been acquired by company bar and it has been decided that bar.com is the new domain of choice. The administrator of bar.com has added a pile of redirects to send various user at bar.com addresses so they come up to my server at foo.com. My users have changed their From: addresses to user at bar.com and
2011 Apr 05
1
squirrelmail doesn't display share
...server and Squirrelmail as the webmail client. I created the share below in dovecot.conf and it appears in Thunderbird and Outlook but not in Squirrelmail. What setting do I need to adjust in order for the share to appear in squirrelmail? Below are dumps of /etc/dovecot.conf and /etc/squirrelmail/local_config.conf # dovecot -n # 2.0.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.32.1.el5 i686 CentOS release 5.5 (Final) auth_cache_size = 32 M auth_mechanisms = plain login digest-md5 cram-md5 auth_username_format = %Lu disable_plaintext_auth = no first_valid_uid = 89 log_path = /var/log/dovecot.log...
2010 May 04
3
question on sendmail.mc file
I tried to set in sendmail.mc file at the LAST line define(`LUSER_RELAY', `local:unknownuser') dnl I did service sendmail restart and got an error on a completely different line. - as a thought I deleted that line and put it on line 2 of the sendmail.mc file. re-ran service sendmail restart and now it worked. I changed nothing else. Is there something special about the placement of this
2015 Jul 04
1
sendmail tls and oppenssl
Am 04.07.2015 um 15:34 schrieb Gregory P. Ennis <PoMec at PoMec.Net>: > On Sat, 2015-07-04 at 08:07 -0500, Gregory P. Ennis wrote: >> Everyone, >> >> Looks like the new version of oppenssl has broken my sendmail's use >> of >> tls. Has anyone else had this problem or seen a fix? >> >> Greg Ennis >>
2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
I found this[1] thread that describes the same problem with dovecot-LDA, but the solution (add X-Original-To: header) has no effect with LMTP. My sendmail LMTP configuration: FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp') Sendmail's address test indicates that sendmail is providing user+detail to LMTP (see below). Except for this problem, dovecot, LMTP, and sieve
2010 Jun 04
5
help with sendmail closing relay
I have centos 4.8 i686. It has stock sendmail. see file below. I am getting reports that it is an open relay. I have searched all around and it seems like it should be closed. I have dnl for accept_unresolvable_domains. What can I do to close my sendmail. Thanks, Jerry My sendmail.mc is as follows: --------------------------------- divert(-1)dnl dnl # dnl # This is the sendmail macro config