search for: makemap

Displaying 16 results from an estimated 16 matches for "makemap".

2013 Aug 06
4
FreeBSD-Update + Sendmail
I have been updating my FreeBSD systems for many years by updating and building from source. For the FreeBSD 9.2 cycle, I decided to use freebsd-update for binary update instead. I use Sendmail + Cyrus-SASL and the freebsd-update process only installed a 'bare bones' binary. How do I compile just Sendmail from source so that it uses my /etc/make.conf for the smtp_auth components?
2006 Jun 21
5
Sendmail, mailertable and DNS weirdness.
Guys, I've had a weird problem with Sendmail misbehaving in a way I don't really understand. I've worked round the problem but I'd like to understand what was going on. The MX for one of our domains, blah.com, pointed at an internal Exchange server. Mail relayed to a Sendmail MailScanner which then delivered to Exchange for this domain. The domain expired leading to all its mail
2013 Nov 22
2
Postfix relay on Comcast
...; with your user name, and "password" with your password. Note: your username is typically your email address without the domain name. #---------------------------- smtp.comcast.net:587 USERNAME:password smtp.comcast.net USERNAME at comcast.net:password #---------------------------- 3) makemap passwords; 4) Edit /etc/postfix/main.cf #---------------------------- relayhost = [smtp.comcast.net]:587 smtpd_sasl_auth_enable = yes smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/passwords # note that with no security options on, we're using sasl-plain installed abo...
2006 Jul 17
2
help for creating sendmail virtual users
...mailbox of the user2 at example1.com but rather it is sending it to the ISP account and from there it is getting redirected to ther user2 mailbox. I have configured the virtualusertable like this user1 at example1.com user1(local account) user2 at example.com user2(local account) makemap hash virtualusertable.db < virtualusertable service sendmail reload/restart. Now if the mail for the user2 from the user1 the sendmail should forward it to the user2 mailbox but this is not happening rather sendmail is forwarding it to the ISP server and from there it is gettting move to the u...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...set_test.c (revision 11702) +++ share/charset_test.c (working copy) @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <assert.h> #include <string.h> Index: share/makemap.c =================================================================== --- share/makemap.c (revision 11702) +++ share/makemap.c (working copy) @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#en...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...set_test.c (revision 11702) +++ share/charset_test.c (working copy) @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <assert.h> #include <string.h> Index: share/makemap.c =================================================================== --- share/makemap.c (revision 11702) +++ share/makemap.c (working copy) @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#en...
2008 Oct 16
2
Missing something about sendmail
Hi All, I have a strange problem that I don't understand. I have an access file which has the following line: 168.144.250.215 OK # xsmtp02.mail2web.com Yet email from this IP address is getting rejected. From my log file Oct 15 21:52:33 mx01 sendmail[10569]: ruleset=check_relay, arg1=xsmtp02.mail2web.com, arg2=168.144.250.215, relay=xsmtp02.mail2web.com
2011 Oct 05
0
Howto use Gmail with sendmail on CentOS 6
...ail/auth/client-info: AuthInfo:smtp.gmail.com "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" # cd /etc/mail/auth # makemap -r hash client-info.db < client-info # chmod 600 client-info client-info.db Then edit /etc/mail/sendmail.mc (most lines are there already and just need to be uncommented and edited a bit): define(`SMART_HOST', `smtp.gmail.com')dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIG...
2003 Jun 11
2
Aliases
Hi, I am having some trouble with the postfix system. It says: postfix/smtpd[90539]: fatal: open database /etc/mail/aliases.db: Inappropile type or format I tried to make aliases in the /etc/mail directory, but it failed. What shall I do?
2012 Aug 24
0
A question about GRAMMAR calculations in the FAM_MDR algorithm
...txt") file.remove("permchisq.txt") file.remove("rawoutput.txt") # loading data and bringing in GenABEL format rawfile="simulation.raw" convert.snp.ped(pedfile, mapfile, rawfile) simulation.GenABEL = load.gwaa.data(phenofile = phenofil, genofile = rawfile, force=F,makemap=F,sort=F) pedigree=read.table(pedfile) pedsize=nrow(pedigree) nsnps=(ncol(pedigree)-6)/2 # minor allele count and handling missing genotype data allelic = function(k){ geno=pedigree[,(5+2*k):(6+2*k)] allelic=rowSums(geno==2)-(geno[,1]==0 & geno[,2]==0) # -1 for missing, 0,1,2 gives...
2006 Feb 21
1
Dovecot lda woes
Having some painful problems with the dovecot lda and getting it to (a). Just work (b). Work with sendmail This is how I have dovecot setup (appropriate dovecot.conf snippets included) protocol lda { module_dir = /usr/local/lib/dovecot/lda postmaster_address = postmaster at bradphinney.com auth_socket_path = /var/run/dovecot-auth-master } auth default { .... # passwd-like file with
2006 Dec 20
1
Selective Sendmail Relaying.
Hi all, I've been trying to hit on the right configuration combo to allow relaying from specific users and/or domains 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
2010 Jun 01
1
configuring sendmail to work with dovecot+LDAP
I would like to setup dovecot (1.1.20) with LDAP virtual users, but I don't seem to understand how to get my sendmail to accept mail for the virtual users. (I am rather new to this, so I may have some misunderstandings) I have followed - wiki.dovecot.org/HowTo/DovecotOpenLdap (OpenLDAP 2.3.43) and I think I have IMAP working for virtual users. I can connect to port 143, enter a username and
2001 Sep 30
3
UTF-8 stuff
...SET) or the environment variable CHARSET. Call convert_{to|from}_utf8() instead of utf8_{en|de}code(). Makefile.am: Different set of source files. New files: charset.c, charset.h: My functions for converting between encodings, with header file. charmaps.h: Mapping tables included by charset.c. makemap.c: A program for generating a mapping table using iconv(). charset_test.c: A test suite for charset.c. Just compile it and link it with charset.o. iconvert.c: A function for converting a string using iconv(). Old files: 8859-1.map, 8859-2.map, make_code_map.pl: These are no longer used and can...
2007 Dec 06
6
Need a sendmail help mail list
I have a sendmail question. Can someone point me to a list appropriate to get some sendmail.mc help?
2012 Dec 04
0
[PATCH] Update FSF address.
...et.c | 6 +-- src/share/utf8/charset.h | 6 +-- src/share/utf8/charset_test.c | 6 +-- src/share/utf8/iconvert.c | 6 +-- src/share/utf8/iconvert.h | 6 +-- src/share/utf8/makemap.c | 6 +-- src/share/utf8/utf8.c | 6 +-- src/test_grabbag/Makefile.lite | 6 +-- src/test_grabbag/cuesheet/Makefile.am | 6 +-- src/test_grabbag/cuesheet/Makefile.lite | 6 +-- src/test_grabbag/...