search for: dnl

Displaying 20 results from an estimated 936 matches for "dnl".

Did you mean: dnf
2008 Jun 09
8
sendmail not sending after reboot
...out. No clear identifiers in the /var/log/maillog or /var/log/messages. We're not setup for ESMTP as it's a closed network and I'm really hoping for a kickstart as to where to look to get this going. In case it helps, my sendmail.cf file is below. Thanks in advance. -R divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regenerate the dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is dnl # installed and then performing a dnl # dnl # make -C /etc/mail dnl...
2005 Nov 04
4
Sendmail
I know this is a "generic" question, but fully CentOS related. I attempted to set up i386 v.4.1 on my primary computer at the co-located site, and thought I had everything squared away till I discovered the machine was refusing mail connections. AFIK, I had no firewall or other objects blocking port 25. It has been my experience that with most arch's and versions where sendmail is
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 file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regene...
2005 Nov 09
2
sendmail & mail() in php
...144.3.38], dsn=5.0.0, stat=Service unavailable Nov 8 14:19:06 jadenet sendmail[3284]: jA8JJ6Sp003282: jA8JJ6Sp003284: DSN: Service unavailable Nov 8 14:19:06 jadenet sendmail[3284]: jA8JJ6Sp003284: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31627, dsn=2.0.0, stat=Sent divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regenerate the dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is dnl # installed and then performing a dnl # dnl # make -C /etc/mail dnl #...
2020 Apr 19
5
Sendmail not working
....com Error: timeout exceeded ... while talking to in2-smtp.messagingengine.com.: >>> DATA <<< 421 4.4.2 wmx2.messagingengine.com Error: timeout exceeded Thanks in advance If it helps, here is my sendmail.mc file: [root at kdb-bugs ~]# cat /etc/mail/sendmail.mc divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regenerate the dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is dnl # installed and then performing a dnl # dnl #???? /etc/mail/make dnl # i...
2008 Nov 04
2
Sendmail using SMTP authorization
Hi - OK not really an Asterisk question but it is affecting one of my favorite features - emailing voice mail! I've posted on some Linux forums and sendmail.org but no response so I'm hoping someone will take pity on me ;-) My ISP requires SMTP authorization and I'm having a heck of a time getting it to work. I've included the following below: Asterisk 1.4.21 CentOS 5 Sendmail
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...= '%n' FILE: /usr/share/sendmail-cf/mailer/dovecot.m4 === Mdovecot, P=/usr/libexec/dovecot/deliver, F=DFMPhnu9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, T=DNS/RFC822/X-Unix, A=deliver -d $u FILE: /etc/mail/sendmail.mc === divert(-1) dnl This is the macro config file used to generate the /etc/sendmail.cf dnl file. If you modify the 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...
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...= '%n' FILE: /usr/share/sendmail-cf/mailer/dovecot.m4 === Mdovecot, P=/usr/libexec/dovecot/deliver, F=DFMPhnu9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, T=DNS/RFC822/X-Unix, A=deliver -d $u FILE: /etc/mail/sendmail.mc === divert(-1) dnl This is the macro config file used to generate the /etc/sendmail.cf dnl file. If you modify the 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...
2006 Dec 20
1
Selective Sendmail Relaying.
...ins to an internal box running Sendmail. Reading the docs at http://www.sendmail.org/m4/anti_spam.html#relay and http://www.sendmail.org/m4/anti_spam.html#access_db_fine I would appear that I should be able to all per-address relaying in /etc/mail/access by enabling FEATURE(`relay_mail_from')dnl in sendmail.mc and restarting Sendmail. Then adding test at testdomain.com to /etc/access as: From:test at testdomain.com RELAY Should allow relaying FROM this address, yet it doesn't seem to work for me on a CentOS 4.4 system and I can't quite hit on why. My full sendmail.mc is....
2007 Nov 14
4
configuring sendmails domain
I tried editing sendmail.cf and changing the Dj line to X.com so any email originating from my machine would be X.com not m.X.com where m is machine name. I typed make in the /etc/mail directory and did service sendmail restart. This did not work. email still shows as m.X.com What am I missing so as to NOT have the machine name in the email address. I just want the domain. Thanks, Jerry
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
...xed_point=no) +AC_ARG_ENABLE([float], + AS_HELP_STRING([--disable-float], [Disable floating-point API]),, + enable_float=yes) + +AS_IF([test "x$enable_float" = "xno"], + [enable_fixed_point=yes + AC_DEFINE([OP_DISABLE_FLOAT_API], [1], [Disable floating-point API]) + ], + [dnl This only has to be tested for if float API is enabled + AC_SEARCH_LIBS([lrintf], [m], [ + AC_DEFINE([OP_HAVE_LRINTF], [1], [Enable use of lrintf function]) + ]) +]) + +AS_IF([test "x$enable_fixed_point" = "xyes"], [ + AC_DEFINE([OP_FIXED_POINT], [1], [Enable fixed-poin...
2005 Jun 27
5
sendmail and spamassassin
...the imap server except for the local MX gateway. The external MX gateway is a fallback mx server that routes everything it queues through the primary gateway. So: MX 2 routes to MX 1 that routes to IMAP MX 2 and MX 1 are running spamd. the sendmail.m4 file has the following at its very end: dnl # dnl # MAILERs are always last after all FEATURES are defined MAILER(smtp)dnl MAILER(procmail)dnl The contents of /etc/procmailrc are: :0fw | /usr/bin/spamassassin Spamd is running on both. There is a local configuration rule set in /etc/mail/spamassassin/local.cf Passing a test message th...
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
...xed_point=no) +AC_ARG_ENABLE([float], + AS_HELP_STRING([--disable-float], [Disable floating-point API]),, + enable_float=yes) + +AS_IF([test "x$enable_float" = "xno"], + [enable_fixed_point=yes + AC_DEFINE([OP_DISABLE_FLOAT_API], [1], [Disable floating-point API]) + ], + [dnl This only has to be tested for if float API is enabled + AC_SEARCH_LIBS([lrintf], [m], [ + AC_DEFINE([OP_HAVE_LRINTF], [1], [Enable use of lrintf function]) + ]) +]) + +AS_IF([test "x$enable_fixed_point" = "xyes"], [ + AC_DEFINE([OP_FIXED_POINT], [1], [Enable fixed-poin...
2009 Jun 10
1
Sendmail + Deliver as an LDA
...ation: (dovecot version : 1.1.7) we have system users and virtual users. (with different domains) Virtual users have procmail as LDA Now we want "deliver" to become the LDA I'm confused reading http://wiki.dovecot.org/LDA/Sendmail sendmail.mc: divert(-1) divert(0)dnl include(`/usr/share/sendmail-cf/m4/cf.m4')dnl VERSIONID(`$Id: sendmail-procmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp $')dnl OSTYPE(linux)dnl DOMAIN(generic)dnl define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl define(`confDONT_PROBE_INTERFACES',true)dnl define(`A...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...0000..42d0de5 --- /dev/null +++ b/configure.ac @@ -0,0 +1,108 @@ +AC_INIT([libopusfile], [0.0]) + +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE + +AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 no-dist-gzip]) +LT_INIT + +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +AC_CONFIG_MACRO_DIR([m4]) + +dnl Library versioning for libtool. +dnl Please update these for releases. +dnl CURRENT, REVISION, AGE +dnl - library source changed -> increment REVISION +dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 +dnl - interfaces added -> increment AGE +dnl - interfaces remov...
2009 Oct 16
0
Sendmail and Dovecot Delivery to Virtual Users
...ed aliases therefore for each dovecot users? - What would the alias look like or is this the wrong way to do it? "test.user: |/usr/bin/procmail" ? - what's the procmail recipe which would work for maildir:/home/vmail/%u mail_location? My Sendmail configuration files: $ grep -v "^dnl" sendmail.mc divert(-1)dnl include(`/usr/share/sendmail-cf/m4/cf.m4')dnl VERSIONID(`setup for linux')dnl OSTYPE(`linux')dnl define(`confDEF_USER_ID', ``8:12'')dnl define(`confTO_CONNECT', `1m')dnl define(`confTRY_NULL_MX_LIST', `True')dnl define(`confDON...
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
...= </etc/pki/dovecot/private/dovecot.pemuserdb { driver = passwd}protocol lmtp { info_log_path = /var/log/dovecot-lmtp.log mail_plugins = " sieve"}protocol lda { mail_plugins = " sieve"} In /etc/sendmail.cf I've this configured :# cat /etc/mail/sendmail.mc divert(-1)dnl include(`/usr/share/sendmail-cf/m4/cf.m4')dnl VERSIONID(`setup for linux')dnl OSTYPE(`linux')dnl define(`confLOG_LEVEL', `15')dnl define(`confDEF_USER_ID', ``8:12'')dnl define(`confTO_CONNECT', `5m')dnl define(`confTRY_NULL_MX_LIST', `True')dnl define...
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
...t;/etc/pki/dovecot/private/dovecot.pemuserdb { driver = passwd}protocol lmtp { info_log_path = /var/log/dovecot-lmtp.log mail_plugins = " sieve"}protocol lda { mail_plugins = " sieve"} In /etc/sendmail.cf I've this configured :# cat /etc/mail/sendmail.mc > divert(-1)dnl > include(`/usr/share/sendmail-cf/m4/cf.m4')dnl > VERSIONID(`setup for linux')dnl > OSTYPE(`linux')dnl > define(`confLOG_LEVEL', `15')dnl > define(`confDEF_USER_ID', ``8:12'')dnl > define(`confTO_CONNECT', `5m')dnl > define(`confTRY_NULL_...
2015 Jan 18
2
sendmail not invoking dovecot-lda
...3 echo "testing mail to dovecot" | mail -v -s "testing mail to dovecot" doveccot.user == user unknown == ------------------------------------------------------- - my (relevant to dovecot ) sendmail.mc file looks like: ------------------------------------------------------- dnl # dnl # local mail delivery dnl # define(`PROCMAIL_MAILER_PATH', `/usr/local/bin/procmail')dnl FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl dnl # dnl # I'm trying to get sendmail to use dovecot.m4 to deliver local mail dnl # to dovecot's LDA ( dovecot...
2015 Apr 08
10
Build-system cleanups
Hi everyone Following are a number of build-system cleanup patches. Some of them are prep-work for a possible upcoming automake/gnulib introduction. Best regards, Tiziano