Re: [OT?] What's wrong with my exim4 configuration? [SOLVED]

2013-11-14 Thread Itay
Hi, I want to conclude this thread with a summary. I hope some may benefit from this. First many thanks to Gregory Nowak, Jonathan Dowland, Chris Davies, and Curt, who helped me along the way. My purpose: I wanted that the system mail notifications (cron failed jobs, etc.) to end up in my

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-14 Thread Itay
On Thu, 14 Nov 2013, Jonathan Dowland wrote: On Thu, Nov 14, 2013 at 10:45:56AM +0200, Itay wrote: Newbie's question: is it a problem? Is there a risk? Not really, but some people may prefer that their internal host names and suchlike are not exposed to the outside world. I first noticed it

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-14 Thread Jonathan Dowland
On Thu, Nov 14, 2013 at 10:45:56AM +0200, Itay wrote: > Newbie's question: is it a problem? Is there a risk? Not really, but some people may prefer that their internal host names and suchlike are not exposed to the outside world. I first noticed it when trying to configure my MUA to recognise my o

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-14 Thread Itay
On Thu, 14 Nov 2013, Jonathan Dowland wrote: On 12 Nov 2013, at 22:06, Gregory Nowak wrote: This name won't appear on From: lines of outgoing messages if rewriting is enabled. It does leak out in message-Id strings however. Newbie's question: is it a problem? Is there a risk? [I was goi

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-14 Thread Jonathan Dowland
> On 12 Nov 2013, at 22:06, Gregory Nowak wrote: > > This name won't appear on From: lines of outgoing messages if > rewriting > is enabled. It does leak out in message-Id strings however. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-12 Thread Gregory Nowak
On Tue, Nov 12, 2013 at 09:39:55AM +0200, Itay wrote: > I don't remember editing /etc/mailname by hand; 'dpkg -S' says it's > not owned by any debian package. > So how this file gets its content? It was created when you installed exim, and would be changed when running dpkg-reconfigure exim4-confi

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Itay
On Mon, 11 Nov 2013, Gregory Nowak wrote: On Mon, Nov 11, 2013 at 08:50:33AM +0200, Itay wrote: I was using 465 because that's how my email client (alpine) uses the provider's SMTP. It was configured some years ago, and I was not aware that a change is required. Yes, mail.messagingengine.com

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Itay
On Mon, 11 Nov 2013, Gregory Nowak wrote: On Mon, Nov 11, 2013 at 12:33:46PM +0200, Itay wrote: On Mon, 11 Nov 2013, Jonathan Dowland wrote: It looks like your mail configuration is now fixed. I agree, for the most part anyway. Finally -- I don't know if it is significant -- but I note in

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Itay
Thanks to Jonathan and Greg, and others, it seems that the cause for the problem was found. See below. On Mon, 11 Nov 2013, Jonathan Dowland wrote: Date: Mon, 11 Nov 2013 11:33:22 + From: Jonathan Dowland To: debian-user@lists.debian.org Subject: Re: [OT?] What's wrong with my

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Itay
On Mon, 11 Nov 2013, Gregory Nowak wrote: On Mon, Nov 11, 2013 at 08:28:31AM +0200, Itay wrote: I don't understand why ':25' is appended, and what is the meaning of that. There are a number of things I want to reply to in this thread. So, I'm going to do this in each relevant message, since t

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Gregory Nowak
On Mon, Nov 11, 2013 at 12:33:46PM +0200, Itay wrote: > On Mon, 11 Nov 2013, Jonathan Dowland wrote: > >It looks like your mail configuration is now fixed. I agree, for the most part anyway. > Finally -- I don't know if it is significant -- but I note in the > output below, for example 3 lines fr

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Gregory Nowak
On Mon, Nov 11, 2013 at 08:50:33AM +0200, Itay wrote: > I was using 465 because that's how my email client (alpine) uses the > provider's SMTP. It was configured some years ago, and I was not > aware that a change is required. Yes, mail.messagingengine.com still seems to accept connections on tcp

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Gregory Nowak
On Mon, Nov 11, 2013 at 08:28:31AM +0200, Itay wrote: > I don't understand why ':25' is appended, and what is the meaning of > that. There are a number of things I want to reply to in this thread. So, I'm going to do this in each relevant message, since that will be easier for me. Apologies if the

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Jonathan Dowland
On Mon, Nov 11, 2013 at 12:33:46PM +0200, Itay wrote: > I tried several times, including re-issuing 'exim4 -qff'. > It hangs and I have to kill it. > The output is appended below. OK I wouldn't worry about the hanging from this output. I suspect it's just the SMTP client and/or server keeping the

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-11 Thread Itay
On Mon, 11 Nov 2013, Jonathan Dowland wrote: On Mon, Nov 11, 2013 at 09:20:18AM +0200, Itay wrote: 3) The last command I isssued: # echo This is a test message. | exim -v -i root is still hanging. This was the behavior I was seeing yesterday as well. Try killing it and re-issuing it since you

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Jonathan Dowland
On Mon, Nov 11, 2013 at 09:20:18AM +0200, Itay wrote: > 3) The last command I isssued: > # echo This is a test message. | exim -v -i root > is still hanging. > This was the behavior I was seeing yesterday as well. Try killing it and re-issuing it since you've made the other changes. It looks like

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Mon, 11 Nov 2013, Itay wrote: On Sun, 10 Nov 2013, Gregory Nowak wrote: On Sun, Nov 10, 2013 at 01:15:26PM +, Chris Davies wrote: > > IP address or host name of the outgoing smarthost > > => "mail.messagingengine.com::NNN". > > Should be a single colon, not double. For example, mail.

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Sun, 10 Nov 2013, Gregory Nowak wrote: By mistake I sent my reply directly to the responder (sorry Greg) and not to the list. Here is a copy: On Sun, Nov 10, 2013 at 01:15:26PM +, Chris Davies wrote: > > IP address or host name of the outgoing smarthost > > => "mail.messagingengine.co

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Sun, 10 Nov 2013, Curt wrote: On 2013-11-10, Itay wrote: R: smarthost for r...@fastmail.fm T: remote_smtp_smarthost for r...@fastmail.fm Connecting to mail.messagingengine.com [66.111.4.52]:25 ... failed: **? Connection refused I th

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Gregory Nowak
On Sun, Nov 10, 2013 at 01:15:26PM +, Chris Davies wrote: > > IP address or host name of the outgoing smarthost > > => "mail.messagingengine.com::NNN". > > Should be a single colon, not double. For example, mail.example.net:587 No, this is incorrect. When you run dpkg-reconfigure exim4-config

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Sun, 10 Nov 2013, Roger B.A. Klorese wrote: On Nov 10, 2013, at 10:07 AM, Itay wrote: On Sun, 10 Nov 2013, Chris Davies wrote: Itay wrote: IP address or host name of the outgoing smarthost => "mail.messagingengine.com::NNN". Should be a single colon, not double. For example, mail.e

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Curt
On 2013-11-10, Itay wrote: > R: smarthost for r...@fastmail.fm > T: remote_smtp_smarthost for r...@fastmail.fm > Connecting to mail.messagingengine.com [66.111.4.52]:25 ... failed: **? > Connection refused

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Sun, 10 Nov 2013, Curt wrote: On 2013-11-10, Itay wrote: 4. Insert in /etc/exim4/passwd.client the following line: smtp.mail.provider:myem...@fastmail.fm:ClearTextPassWord This part I don't understand. I thought you were supposed to put fastmail.fm's smtp server in the first field? You

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
On Sun, 10 Nov 2013, Chris Davies wrote: Chris: thanks for helping me out. Itay wrote: I am struggling to configure exim4 on my home desktop to send system notifications to my public email address [...] [I replaced smtp's port with NNN. Also, assume 'machine' is output of command 'hostname

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Chris Davies
Itay wrote: > I am struggling to configure exim4 on my home desktop to send system > notifications to my public email address [...] > [I replaced smtp's port with NNN. Also, assume 'machine' is output of > command 'hostname', while 'machine.homenetwork' is output of 'hostname > -f'] > IP address

Re: [OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Curt
On 2013-11-10, Itay wrote: > 4. Insert in /etc/exim4/passwd.client the following line: > smtp.mail.provider:myem...@fastmail.fm:ClearTextPassWord This part I don't understand. I thought you were supposed to put fastmail.fm's smtp server in the first field? curty@einstein:~$ host mail.messaginge

[OT?] What's wrong with my exim4 configuration?

2013-11-10 Thread Itay
Hi, I apologize for the long post. I thought it's best to put as much information including stuff inserted into configuration files and relevant parts of log file. I am struggling to configure exim4 on my home desktop to send system notifications to my public email address. So far with no suc

Re: What is $host_address in exim4 configuration file referred to ?

2012-03-23 Thread Camaleón
On Fri, 23 Mar 2012 21:41:12 +0800, 斟酌鵬兄 wrote: > I am setting up another exim in cygwin, referencing the configuration > file in debian, what does the variable $host_address refers to? It should be described in deep at the manual... Chapter 58 - Variable Index http://www.exim.org/exim-html-curr

What is $host_address in exim4 configuration file referred to ?

2012-03-23 Thread 斟酌鵬兄
Hi, I am setting up another exim in cygwin, referencing the configuration file in debian, what does the variable $host_address refers to? -- Regards, Panguin -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Re: Exim4 configuration with rewriting for smarthost

2011-08-30 Thread Camaleón
On Mon, 29 Aug 2011 14:41:48 -0500, rlharris wrote: > For a week I have been searching without success for a guide to > configuration of Exim4 for a personal system which utilizes the > smarthost of an isp to handle outgoing mail and a web hosting service to > host a web site. (...) For that kin

Re: Exim4 configuration with rewriting for smarthost

2011-08-29 Thread Kumar Appaiah
On Mon, Aug 29, 2011 at 02:41:48PM -0500, rlhar...@hal-pc.org wrote: > For a week I have been searching without success for a guide to > configuration of Exim4 for a personal system which utilizes the > smarthost of an isp to handle outgoing mail and a web hosting service > to host a web site. To

Exim4 configuration with rewriting for smarthost

2011-08-29 Thread rlharris
For a week I have been searching without success for a guide to configuration of Exim4 for a personal system which utilizes the smarthost of an isp to handle outgoing mail and a web hosting service to host a web site. In this scheme -- which I think is not atypical -- three different user names ar

Re: Exim4 configuration file (non split) on Debian

2009-09-14 Thread Sjoerd Hardeman
Peter F Bradshaw schreef: Hi; Anybody know which configuration file Exim4 uses when it is configured for "non split" configuration on Debian? Yes, it is generated from /etc/exim4/exim4.conf.template, /etc/exim4/exim4.conf.localmacros and /etc/exim4/update-exim4.con.conf. Especially the last na

Re: Exim4 configuration file (non split) on Debian

2009-09-14 Thread Dave Witbrodt
Peter F Bradshaw wrote: Hi; Anybody know which configuration file Exim4 uses when it is configured for "non split" configuration on Debian? /etc/exim4/exim4.conf.template Many people can get away with just tweaking the debconf settings with dpkg-reconfigure exim4 Those settings are in /

Exim4 configuration file (non split) on Debian

2009-09-13 Thread Peter F Bradshaw
Hi; Anybody know which configuration file Exim4 uses when it is configured for "non split" configuration on Debian? Thanks. Cheers -- Peter F Bradshaw: http://www.exadios.com (public keys avaliable there). Personal site: http://personal.exadios.com "I love truth, and the way the government sti

Re: exim4 configuration errors

2008-02-26 Thread Joe
Bruno Costacurta wrote: On Tuesday 26 February 2008 01:17:20 Alex Samad wrote: On Mon, Feb 25, 2008 at 11:38:23PM +0100, Bruno Costacurta wrote: Hello, I have following errors when sending email to en external email address. Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address

Re: exim4 configuration errors

2008-02-26 Thread Andrei Popescu
On Tue, Feb 26, 2008 at 07:46:19AM +0100, Bruno Costacurta wrote: > However pc34ghz.org is my localdomain as defined in /etc/hosts (also defined > pc34ghz) and bruno is the logon user. I can write ibm.com in my etc/hosts but that won't transform me in a ibm server ;) BTW, I'm not sure it's sa

Re: exim4 configuration errors - more details

2008-02-25 Thread Bruno Costacurta
On Tuesday 26 February 2008 02:53:02 Douglas A. Tutty wrote: > On Tue, Feb 26, 2008 at 12:15:51AM +0100, Bruno Costacurta wrote: > > On Monday 25 February 2008 23:38, Bruno Costacurta wrote: > > > Hello, > > > > > > I have following errors when sending email to en external email > > > address. Note

Re: exim4 configuration errors

2008-02-25 Thread Bruno Costacurta
On Tuesday 26 February 2008 01:17:20 Alex Samad wrote: > On Mon, Feb 25, 2008 at 11:38:23PM +0100, Bruno Costacurta wrote: > > Hello, > > > > I have following errors when sending email to en external email address. > > Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address to > > test

Re: exim4 configuration errors - more details

2008-02-25 Thread Douglas A. Tutty
On Tue, Feb 26, 2008 at 12:15:51AM +0100, Bruno Costacurta wrote: > On Monday 25 February 2008 23:38, Bruno Costacurta wrote: > > Hello, > > > > I have following errors when sending email to en external email address. > > Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address to test

Re: exim4 configuration errors

2008-02-25 Thread Alex Samad
On Mon, Feb 25, 2008 at 11:38:23PM +0100, Bruno Costacurta wrote: > Hello, > > I have following errors when sending email to en external email address. > Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address to test > > > echo "my test" | mail -s "test exim4" [EMAIL PROTECTED] > .

Re: exim4 configuration errors - more details

2008-02-25 Thread Bruno Costacurta
On Monday 25 February 2008 23:38, Bruno Costacurta wrote: > Hello, > > I have following errors when sending email to en external email address. > Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address to test > > > echo "my test" | mail -s "test exim4" [EMAIL PROTECTED] > ... > 1JTluY

exim4 configuration errors

2008-02-25 Thread Bruno Costacurta
Hello, I have following errors when sending email to en external email address. Note: pc34ghz.org is the local domain, [EMAIL PROTECTED] the address to test echo "my test" | mail -s "test exim4" [EMAIL PROTECTED] ... 1JTluY-0001YG-5o <= [EMAIL PROTECTED] U=bruno P=local S=337 1JTluY-0001YG-5o **

Re: exim4 configuration in sid

2008-02-17 Thread Michael Marsh
On Feb 17, 2008 2:09 PM, Andrius <[EMAIL PROTECTED]> wrote: > What about /etc/hostname? Is it identical to that in Exim4 config file? /etc/hostname is "debian", while /etc/mailname is "localhost.localdomain". I think I fixed it, though. I copied over my old /etc/hosts, which had, among other thi

Re: exim4 configuration in sid

2008-02-17 Thread Andrius
Michael Marsh wrote: On Feb 17, 2008 1:41 PM, Andrei Popescu <[EMAIL PROTECTED]> wrote: On Sun, Feb 17, 2008 at 11:31:55AM -0500, Michael Marsh wrote: 1) There's nothing in /var/mail (I've configured exim4 to use the traditional /var/mail mbox spools). AFAIK it is empty until the first mail.

Re: exim4 configuration in sid

2008-02-17 Thread Michael Marsh
On Feb 17, 2008 1:41 PM, Andrei Popescu <[EMAIL PROTECTED]> wrote: > On Sun, Feb 17, 2008 at 11:31:55AM -0500, Michael Marsh wrote: > > > 1) There's nothing in /var/mail (I've configured exim4 to use the > > traditional /var/mail mbox spools). > > AFAIK it is empty until the first mail. Try somethi

Re: exim4 configuration in sid

2008-02-17 Thread Michael Marsh
On Feb 17, 2008 1:20 PM, Florian Kulzer <[EMAIL PROTECTED]> wrote: > On Sun, Feb 17, 2008 at 12:27:19 -0500, Michael Marsh wrote: > > Yes, I know. I've run that several times, to no benefit. I've > > diff'ed my current /etc/exim4 against my last backup (a few days > > before the crash), and they'

Re: exim4 configuration in sid

2008-02-17 Thread Andrei Popescu
On Sun, Feb 17, 2008 at 11:31:55AM -0500, Michael Marsh wrote: > 1) There's nothing in /var/mail (I've configured exim4 to use the > traditional /var/mail mbox spools). AFAIK it is empty until the first mail. Try something like echo "test mail" | mail -s test your_username > 2) Messages that s

Re: exim4 configuration in sid

2008-02-17 Thread Florian Kulzer
On Sun, Feb 17, 2008 at 12:27:19 -0500, Michael Marsh wrote: > > Michael Marsh wrote: > > > Hi all. > > > > > > I've recently had to re-install, due to a drive failure, and as usual > > > the hardest thing to configure properly is exim4. Even with the exact > > > same configuration as my previous

Re: exim4 configuration in sid

2008-02-17 Thread Michael Marsh
On Feb 17, 2008 12:14 PM, Andrius <[EMAIL PROTECTED]> wrote: > Michael Marsh wrote: > > Hi all. > > > > I've recently had to re-install, due to a drive failure, and as usual > > the hardest thing to configure properly is exim4. Even with the exact > > same configuration as my previous setup (I've

Re: exim4 configuration in sid

2008-02-17 Thread Andrius
Michael Marsh wrote: Hi all. I've recently had to re-install, due to a drive failure, and as usual the hardest thing to configure properly is exim4. Even with the exact same configuration as my previous setup (I've been doing full backups of /etc), I can't get it to work. I'm seeing two proble

exim4 configuration in sid

2008-02-17 Thread Michael Marsh
Hi all. I've recently had to re-install, due to a drive failure, and as usual the hardest thing to configure properly is exim4. Even with the exact same configuration as my previous setup (I've been doing full backups of /etc), I can't get it to work. I'm seeing two problems currently: 1) There

mutt courier exim4 - configuration help required

2007-05-05 Thread Richard Lyons
I am really beginning to hate squirrelmail. It doesn't thread, it doesn't break lines to 72 (or whatever) chars... But I am stuck with using it unless someone can tell me where to look for my misconfiguration. I have a server (actually a vm with Bytemark) on which I run courier-imap and exim4.

exim4 configuration

2006-07-07 Thread Goran
Hi all, I'm little confused about the exim4 configuration trying to reconfigure it with base-config. My wish is to send all emails generated by the system to my email-address <[EMAIL PROTECTED]>. By this it doesn't matter if it's mail for root or postmaster or some other

Exim4 configuration: routing through uucp (worked in Exim 3)

2005-07-27 Thread A. F. Cano
o/replying to, but I never got around to do that part. What would be the easiest way to achieve this in the Debian Exim4 configuration scheme? Help please! A. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Mutt and Exim4 configuration (multiple Return-path)

2005-07-27 Thread Marco Calviani
Hi Debian, i've a question regarding Exim4 configuration for using with Mutt. I have two mail accounts and a SMTP server configured as smarthost. I'm switching to the two differents accounts using Mutt's profiles but i have a problem regarding the outgoing mail since the &quo

Re: exim4 configuration problem with unstable

2004-10-27 Thread Thomas McLean
On Thu, 28 Oct 2004 05:09:58 +0100, Thomas McLean <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem with unstable that it spits out these errors when > I try to start exim4 for the first time after editing it to use > maidlir: > Restarting MTA: 2004-10-28 05:07:46 Exim configuration error

exim4 configuration problem with unstable

2004-10-27 Thread Thomas McLean
Hi, I'm having a problem with unstable that it spits out these errors when I try to start exim4 for the first time after editing it to use maidlir: Restarting MTA: 2004-10-28 05:07:46 Exim configuration error in line 23 of /etc/exim4/exim4.conf: malformed macro definition Warning! Invalid confi

Re: exim4 configuration

2004-06-29 Thread David Baron
On Tuesday 29 June 2004 13:58, [EMAIL PROTECTED] wrote: > I have created a file /etc/exim4/conf.d/25_exim4-config_custom_options > for custom options and defined it in there (This on our official mail > servers): > > smtp_accept_queue_per_connection = 40 OK. This is progress :-) Now, how do I tel

Re: exim4 configuration

2004-06-29 Thread Johann Spies
On Tue, Jun 29, 2004 at 10:49:59AM +0100, Michael Graham wrote: > When I switch on my machine in the morning I tend to get a lot of mail > (mostly from this list) and exim4 doesn't seem to like it. > > no immediate delivery: more than 10 messages received in one connection > > When google'd for t

exim4 configuration

2004-06-29 Thread Michael Graham
When I switch on my machine in the morning I tend to get a lot of mail (mostly from this list) and exim4 doesn't seem to like it. no immediate delivery: more than 10 messages received in one connection When google'd for this I found that you have to change smtp_accept_queue_per_connection The

exim4-configuration question

2004-01-30 Thread Johann Spies
Given the following setup: MX 10 mailserver 1 ___ / | Internet |---| spamscanner| MX 20 --- \ mailserver 2 Malservers 1 and 2 are our current MX 10 domain. I

Re: Exim4 configuration

2003-11-12 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Nov 12, 2003 at 06:56:22AM -0600, Papadopoulos Alexis wrote: > Anyway, someone knows how to get exim4 send mail outside without the use > of a SMTP server ? (I tried their site but it was much complicated, I > don't have enough strengh to read

Exim4 configuration

2003-11-12 Thread Papadopoulos Alexis
Hi all! I'm somehow new to Debian and therefor new to exim (I've been using sendmail which was actually configured by yast2). Now I'm trying to set up exim to send my mails directly without using an external SMTP server... I an error message (I've used the internet option in