I *think* I followed that syntax, but I'm not sure because I am not super
familiar with exim4 config. If I'm reading that correctly:
if the from header matches .*xxx.org
then
use smtp.xxx.net
else if the subject matches SSS
then
use mail.SSS.net
else
forwarding to the address with the paid service,
but I neither send nor receive messages directly with that email address.
One of the addresses I send from is hosted by Google, and therefore when I
send from that address through my paid service (which is how exim4 is
configured, using it as a
address with the paid service,
>but I neither send nor receive messages directly with that email address.
>One of the addresses I send from is hosted by Google, and therefore when I
>send from that address through my paid service (which is how exim4 is
>configured, using it as a smarthost
,
but I neither send nor receive messages directly with that email address.
One of the addresses I send from is hosted by Google, and therefore when I
send from that address through my paid service (which is how exim4 is
configured, using it as a smarthost) recipients usually see a warning about
the
xim to send
> >> > to the smarthost in the same manner. It should involve only the
> >> > two files /etc/exim4/{passwd.client,update-exim4.conf.conf} in
> >> > most cases.
> >>
> >> https://groups.google.com/g/linux.debian.user/c/bAI10SqfmGA
>
On 2022-11-13, David Wright wrote:
> On Sat 12 Nov 2022 at 13:41:35 (-), Curt wrote:
>> On 2022-11-12, David Wright wrote:
>> >
>> > If and when that works, it should be simple to get exim to send
>> > to the smarthost in the same manner. It should involv
On Sat 12 Nov 2022 at 13:41:35 (-), Curt wrote:
> On 2022-11-12, David Wright wrote:
> >
> > If and when that works, it should be simple to get exim to send
> > to the smarthost in the same manner. It should involve only the
> > two files /etc/exim4/{passwd.client
On 2022-11-12, David Wright wrote:
>
> If and when that works, it should be simple to get exim to send
> to the smarthost in the same manner. It should involve only the
> two files /etc/exim4/{passwd.client,update-exim4.conf.conf} in
> most cases.
https://groups.google.com/g/linu
On Thu 10 Nov 2022 at 19:27:06 (+), mike.junk...@att.net wrote:
> I've struggled off and on for months to get outbound mail via exim4 through
> frontier.com with no joy.
Must be a couple of years now?
> I'm on a single user system using mutt and exim4 plus fetchmai
I've struggled off and on for months to get outbound mail via exim4 through
frontier.com with no joy.
I'm on a single user system using mutt and exim4 plus fetchmail. Inbound is no
problem.
Outbound I see this in /var/log/exim4/mainlog:
554 5.7.1 <>: Sender address rejecte
On Thu, Sep 08, 2022 at 07:10:17AM -0400, rhkra...@gmail.com wrote:
To people who have familiarity with both postfix and exim4, is postfix really
easier (in a variety of senses) than exim4? LIke to install, setup, and use?
IMO, yes. It's also easier to find solutions to problems o
On 8/9/22 7:10 pm, rhkra...@gmail.com wrote:
To people who have familiarity with both postfix and exim4, is postfix
really
easier (in a variety of senses) than exim4? LIke to install, setup, and use?
I tried to set up postix back near the beginning of my Linux odyssey, maybe
sometime between
On Thursday, September 08, 2022 01:06:07 AM Jeremy Ardley wrote:
> On 8/9/22 12:29 pm, to...@tuxteam.de wrote:
> > On Wed, Sep 07, 2022 at 10:31:37PM +0200, Sébastien Hinderer wrote:
> >> Currently I am using exim4 as mail transport agent (MTA).
...
> >> solution, altho
Thank you Tixy.
Le 19/07/2022 à 20:26, Tixy a écrit :
On Tue, 2022-07-19 at 17:37 +0200, rudu wrote:
Hi,
I'm at a lost here trying to configure exim4 on a laptop running
bookworm as a smarthost relay to my email provider.
I already made it working on my desktop machine (bookworm also) o
On Tue, 2022-07-19 at 17:37 +0200, rudu wrote:
> Hi,
>
> I'm at a lost here trying to configure exim4 on a laptop running
> bookworm as a smarthost relay to my email provider.
> I already made it working on my desktop machine (bookworm also) on the
> same local network th
Hi,
I'm at a lost here trying to configure exim4 on a laptop running
bookworm as a smarthost relay to my email provider.
I already made it working on my desktop machine (bookworm also) on the
same local network though I had difficulties too at the time.
All I'm trying to do is to s
No, I forgot. I am ashamed. I ran update-grub and command grep ipv6
/boot/grub/grub.cfg | wc -l now returns 0. No more mention of ipv6.
I re-booted and fetchmail now talks to exim4 correctly. Command ss -lnt | grep
:25 now reports
LISTEN 0 20 127.0.0.1:25 0.0.0.0:*
LISTEN 0
family not supported by
> protocol
>
>
> $ sudo ss -lnt | grep :25
> $
> Does exim4 require ipv6?
Check its log file to be sure. The snippet you posted earlier seems
to say that it really does want
st the wrong way around in my earlier reply.]
$ sudo fuser 25/tcp
25/tcp: 3778
$ ps -p 3778 -o comm=
exim4
$ cat /etc/hosts
127.0.0.1 localhost
127.0.0.1 hostname
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allr
On Sun, Jul 10, 2022 at 05:12:18PM +0100, Gareth Evans wrote:
> On Sun 10 Jul 2022, at 15:38, Roger Price wrote:
> [...]
> > I removed the ipv6.disable=1 and rebooted, but this made no difference.
>
> I'm not sure if there may be other issues here too, but did you update-grub
> before rebooting?
Roger Price (12022-07-10):
> I have successfully used fetchmail and the MTA exim4 to receive mail on a
> Debian 9 machine for several years. I am now trying to migrate this to
> Debian 11, but fetchmail no longer talks to exim4.
I have never understood why fetchmail's default op
On Sun 10 Jul 2022, at 17:12, Gareth Evans wrote:
> https://unix.stackexchange.com/questions/407663/ipv6-socket-creation-failed-address-family-not-supported-by-protocol
FWIMBW, this explains how to disable ipv6 for exim4 (albeit on Deb 9) though
I'm not sure the advice re hosts
On Sun 10 Jul 2022, at 15:38, Roger Price wrote:
[...]
> I removed the ipv6.disable=1 and rebooted, but this made no difference.
I'm not sure if there may be other issues here too, but did you update-grub
before rebooting?
If not, does /etc/hosts currently contain
localhost ::1
?
If so, it
On 7/10/22 10:41, Roger Price wrote:
I have successfully used fetchmail and the MTA exim4 to receive mail
on a Debian 9 machine for several years. I am now trying to migrate
this to Debian 11, but fetchmail no longer talks to exim4.
systemctl status fetchmail reports
● fetchmail.service
I have successfully used fetchmail and the MTA exim4 to receive mail on a Debian
9 machine for several years. I am now trying to migrate this to Debian 11, but
fetchmail no longer talks to exim4.
systemctl status fetchmail reports
● fetchmail.service - LSB: init-Script for system wide
On Sat, May 07, 2022 at 01:52:41AM +, mike.junk...@att.net wrote:
> Their setup page says to use port 465 but that causes their server to
> disconnect immediately.
Sounds like a call to their tech support may be appropriate.
> Using port 587 I get a lot further but it dies on
> 'SMTP>> MAIL
: Access denied'
Though I've played with lots of things I'm pretty sure the only thing that's
changed from when all was working well with SuddenLink.net is:
/etc/exim4/passwd.client:
smtp.frontier.com:mikemcclain...@frontier.com:myPassWd
/etc/exim4/update-exim4.conf.conf:
mike.junk...@att.net wrote:
> I recently switch ISPs to Frontier.com and find that my emails aren't
> going out due to Frontier's insistence on using oAuth which as far as
> I can tell is beyond Exim4's capabilities.
> Feel free to contradict me if you know oth
On Mon, 25 Apr 2022 19:41:29 + (UTC)
mike.junk...@att.net wrote:
> I recently switch ISPs to Frontier.com and find that my emails aren't
> going out due to Frontier's insistence on using oAuth which as far as
> I can tell is beyond Exim4's capabilities.
> Fe
I recently switch ISPs to Frontier.com and find that my emails aren't
going out due to Frontier's insistence on using oAuth which as far as
I can tell is beyond Exim4's capabilities.
Feel free to contradict me if you know otherwise.
I've seen one note suggesting th
On Sat, Mar 12, 2022 at 11:14:34AM -0800, Kaz Kylheku wrote:
> Hi,
>
> Can someone explain why MySQL/MariaDB detritus gets pulled in when you
> install exim4?
>
> Does exim4 use a database now?
>
> I thought all the queues and such were just text files.
>
The on
* 2022-03-12 11:14:34-0800, Kaz Kylheku wrote:
> Can someone explain why MySQL/MariaDB detritus gets pulled in when you
> install exim4?
No personal experience about the "heavy" Exim but Debian package
exim4-daemon-heavy has dependency on database libraries. Its descripti
On 12/03/2022 16:14, Kaz Kylheku wrote:
Hi,
Can someone explain why MySQL/MariaDB detritus gets pulled in when you
install exim4?
Does exim4 use a database now?
I thought all the queues and such were just text files.
If by 'detritus' you mean libmariadb3, a client library f
Hi,
Can someone explain why MySQL/MariaDB detritus gets pulled in when you
install exim4?
Does exim4 use a database now?
I thought all the queues and such were just text files.
Thanks.
Guys, guess what ?
I received my test mails !!!
Reco, thank you very much, Sven also for your input.
Rudu
Reco, Sven, thank you for your help, my next steps below :
Le 31/07/2021 à 16:24, Reco a écrit :
On Sat, Jul 31, 2021 at 04:03:43PM +0200, Sven Hartge wrote:
Reco wrote:
On Sat, Jul 31, 2021 at 02:45:34PM +0200, Sven Hartge wrote:
Reco wrote:
Seems straightforward enough.
Edit /etc/exim4
On Sat, Jul 31, 2021 at 04:03:43PM +0200, Sven Hartge wrote:
> Reco wrote:
> > On Sat, Jul 31, 2021 at 02:45:34PM +0200, Sven Hartge wrote:
> >> Reco wrote:
> >>
> >> > Seems straightforward enough.
> >> > Edit /etc/exim4/exim4.conf.template, y
Reco wrote:
> On Sat, Jul 31, 2021 at 02:45:34PM +0200, Sven Hartge wrote:
>> Reco wrote:
>>
>> > Seems straightforward enough.
>> > Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block
>> > similar to this:
>>
On Sat, Jul 31, 2021 at 02:45:34PM +0200, Sven Hartge wrote:
> Reco wrote:
>
> > Seems straightforward enough.
> > Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block
> > similar to this:
>
> > .ifndef
Reco wrote:
> Seems straightforward enough.
> Edit /etc/exim4/exim4.conf.template, you'll need to comment out a block
> similar to this:
> .ifndef REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS
> REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS = *
> .endif
> Do not touch second b
On Sat, Jul 31, 2021 at 01:03:18PM +0200, rudu wrote:
> Le 31/07/2021 à 08:25, Reco a écrit :
> > On Sat, Jul 31, 2021 at 09:21:02AM +0300, Reco wrote:
> > > > > grep split /etc/exim4/update-exim4.conf.conf
> > > > # grep split /etc/exim4/update-exim4.conf.con
Hi Reco,
Le 31/07/2021 à 08:25, Reco a écrit :
On Sat, Jul 31, 2021 at 09:21:02AM +0300, Reco wrote:
grep split /etc/exim4/update-exim4.conf.conf
# grep split /etc/exim4/update-exim4.conf.conf
dc_use_split_config='false'
And this part shows that to change this you have to edit fil
On Sat, Jul 31, 2021 at 09:21:02AM +0300, Reco wrote:
> > > grep split /etc/exim4/update-exim4.conf.conf
> > # grep split /etc/exim4/update-exim4.conf.conf
> > dc_use_split_config='false'
>
> And this part shows that to change this you have to edit files at
+0200, rudu wrote:
> > > > Still, a simple :
> > > > $ mail -s test my.n...@provider.fr
> > > > ... ends up to show in # tail -f /var/log/exim4/mainlog :
> > > > 2021-07-30 10:58:09 1m9OLJ-000cAf-Ss <= my.n...@provider.fr U=rudu
> > > >
Thank you Reco, see below
Le 30/07/2021 à 18:27, Reco a écrit :
On Fri, Jul 30, 2021 at 07:25:34PM +0300, Reco wrote:
Hi.
On Fri, Jul 30, 2021 at 03:35:28PM +0200, rudu wrote:
Still, a simple :
$ mail -s test my.n...@provider.fr
... ends up to show in # tail -f /var/log/exim4/mainlog
On Fri, Jul 30, 2021 at 07:25:34PM +0300, Reco wrote:
> Hi.
>
> On Fri, Jul 30, 2021 at 03:35:28PM +0200, rudu wrote:
> > Still, a simple :
> > $ mail -s test my.n...@provider.fr
> > ... ends up to show in # tail -f /var/log/exim4/mainlog :
> > 2021-07-30
Hi.
On Fri, Jul 30, 2021 at 03:35:28PM +0200, rudu wrote:
> Still, a simple :
> $ mail -s test my.n...@provider.fr
> ... ends up to show in # tail -f /var/log/exim4/mainlog :
> 2021-07-30 10:58:09 1m9OLJ-000cAf-Ss <= my.n...@provider.fr U=rudu P=local
> S=461
> 2021-
Dear Debian users,
I would greatly appreciate some help here, as I'm trying to tighten up
my configuration of exim4 in a smarthost way.
My desktop runs Bullseye and performs a few cron tasks who used to send
me by mail the notifications of their successful executions (or not).
I st
> Reco writes:
> David Wright writes:
> Brian writes:
Thanks to all for the succinct and helpful answers
Sometimes googling excessively can confuse me a bit.
On Sun 24 Jan 2021 at 14:10:16 -0500, Harry Putnam wrote:
> I hope this is the correct group for debian exim4 questions. I'm sure
> someone will point me elsewhere if not
>
> - Setup: New install of debian 10, in VBox vm attempting to get exim4
>working.
For 99% of in
On Sun 24 Jan 2021 at 14:10:16 (-0500), Harry Putnam wrote:
> I hope this is the correct group for debian exim4 questions. I'm sure
> someone will point me elsewhere if not
>
> - Setup: New install of debian 10, in VBox vm attempting to get exim4
>working.
>
Hi.
On Sun, Jan 24, 2021 at 02:10:16PM -0500, Harry Putnam wrote:
> When editing a smarthost line in udpate-exim4.conf.conf
> How does one enter a server that requires ssl 465.
dc_smarthost="your-smarthost::465"
See update-exim4.conf(8).
> If one uses the port num
I hope this is the correct group for debian exim4 questions. I'm sure
someone will point me elsewhere if not
- Setup: New install of debian 10, in VBox vm attempting to get exim4
working.
- Internet host with no recognized or dns resolvable name, or domain
- Receives dhcp address, but
* m s [2020-06-02 15:28 -0400]:
> I'm running sid and after upgrading packages today, exim stopped
> working. It's keeping all my local mail in /var/spool/exim4/msglog and
> not delivering it, and even when I type "runq" it won't deliver the
> mail.
>
&
m s wrote:
> I haven't had a single problem on my system in so long, and this has
> me stumped. I appreciate anyone's help - I'd like to get my mail back
> asap!
As first measure downgrade the exim4 packages to the ones in Testing.
Then look at the paniclog, I su
I'm running sid and after upgrading packages today, exim stopped
working. It's keeping all my local mail in /var/spool/exim4/msglog and
not delivering it, and even when I type "runq" it won't deliver the
mail.
# exim4 -qff -v
LOG: MAIN
Warning: No server certif
tasks or from LAMP applications.
This is not working anymore.
I did of course a dpkg-reconfigure exim4-config to get this
/etc/exim4/update-exim4.conf.conf file :
[...]
# This is a Debian specific file
dc_eximconfig_configtype='satellite'
dc_other_hostnames='*'
Not sure if it m
gt; e-mails as reports from cron tasks or from LAMP applications.
> >> This is not working anymore.
> >> I did of course a dpkg-reconfigure exim4-config to get this
> >> /etc/exim4/update-exim4.conf.conf file :
> >> [...]
> >> # This is a Debian specific file
Thank you Dan for your input.
Le 07/08/2019 à 17:28, Dan Purgert a écrit :
rudu wrote:
Hi all,
Until recently my machines running debian testing used to send me
e-mails as reports from cron tasks or from LAMP applications.
This is not working anymore.
I did of course a dpkg-reconfigure exim4
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
rudu wrote:
> Hi all,
>
> Until recently my machines running debian testing used to send me
> e-mails as reports from cron tasks or from LAMP applications.
> This is not working anymore.
> I did of course a dpkg-reconfigure exim4-
Hi all,
Until recently my machines running debian testing used to send me
e-mails as reports from cron tasks or from LAMP applications.
This is not working anymore.
I did of course a dpkg-reconfigure exim4-config to get this
/etc/exim4/update-exim4.conf.conf file :
[...]
# This is a Debian
On 2019.04.12 03:51, to...@tuxteam.de wrote:
/etc/exim4/conf.d/auth/30_exim4-config_examples:
Thanks for pointing me to the examples file, Tomas; that is one source I
missed. I printed out that file and I shall go over it in the morning
after I catch a bit of sleep.
RLH
On Fri, Apr 12, 2019 at 03:31:13AM -0500, rlhar...@oplink.net wrote:
> For SMTP-AUTH in exim4, the authorization string saved in
> /etc/exim4/passwd.client is of the form:
>
> smarthost.isp.net:login_identification:password
>
> with the colon character (:) being the delimi
For SMTP-AUTH in exim4, the authorization string saved in
/etc/exim4/passwd.client is of the form:
smarthost.isp.net:login_identification:password
with the colon character (:) being the delimiter.
Can this scheme work with a password which itself contains a colon,
such as
On Wed, Oct 03, 2018 at 08:48:51AM +0200, Kamil Jońca wrote:
> kjo...@poczta.onet.pl (Kamil Jońca) writes:
>
> > It is something strange with sending mails from systemd system service:
> > assume we have service file /etc/systemd/system/mailtest.service:
> >
>
> After discussion on systemd list,
kjo...@poczta.onet.pl (Kamil Jońca) writes:
> It is something strange with sending mails from systemd system service:
> assume we have service file /etc/systemd/system/mailtest.service:
>
After discussion on systemd list, it turned out that we have race
condition here.
1. exim forks and creates
It is something strange with sending mails from systemd system service:
assume we have service file /etc/systemd/system/mailtest.service:
--8<---cut here---start->8---
[Unit]
Description="Test maili"
[Service]
#User=kjonca
NoNewPrivileges=false
Type=oneshot
Ex
The problem (actually 2 problems) are solved.
The one I was actually posting about turned out to be
that I had put a line which says
protocol = smtps
in the wrong place in a file named
/etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost
This caused dpkg
On Fri 01 Jun 2018 at 17:18:39 +0100, Brian wrote:
> TLS, so the remote server sees no point in going any further.
>
> Create /etc/exim4/conf.d/main/00_my_custom_macros and in it put
>
> TLS_ON_CONNECT = true
>
> To the end of
> /etc/exim4/c
/EHLO.
Indeed, it does mean that. Exim does not admit to knowing anything about
TLS, so the remote server sees no point in going any further.
Create /etc/exim4/conf.d/main/00_my_custom_macros and in it put
TLS_ON_CONNECT = true
To the end of /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp_smarthost
add
protocol = smtps
'update-exim4.conf' and restart the exim4 service.
--
Brian.
On Wed 30 May 2018 at 20:58:12 -0400, Michael Stone wrote:
> On Wed, May 30, 2018 at 06:22:49PM -0500, David Wright wrote:
> > AIUI 587 is the standard email submission port and 465 is now
> > deprecated but often still in use. I think they differ in the
> > details of how they handle encrypting t
On Wed, May 30, 2018 at 06:22:49PM -0500, David Wright wrote:
AIUI 587 is the standard email submission port and 465 is now
deprecated but often still in use. I think they differ in the
details of how they handle encrypting the session.
From a protocol standpoint 587/tcp is identical to 25/tcp,
On Tue 29 May 2018 at 12:25:03 (-0500), Martin McCormick wrote:
>
> David Wright writes:
> > My previous post posed two posers. Port?
>
> It is supposed to be port 465. That's what the
> conf.autogenerated file showed it should be but it could be doing
> something contrary like port 25-- anythi
David Wright writes:
> My previous post posed two posers. Port?
It is supposed to be port 465. That's what the
conf.autogenerated file showed it should be but it could be doing
something contrary like port 25-- anything but the right one.
I have joined the exim-users mailing list as o
On Mon 28 May 2018 at 21:26:59 (-0500), Martin McCormick wrote:
>
> David Wright writes:
> > And exim's logs say …?
>
> 2018-05-28 14:56:38 1fNL0J-0003CQ-70 H=smtp.suddenlink.net [208.180.40.68]:
> Remote host closed connection in response to initial connection
> 2018-05-28 14:56:38 1fNL0J-0003
he only thing the log seems to show is that the
authentication process goes wrong instantly but no clue whether
or what causes that.
I have looked in the man page and the word smarthost
doesn't appear.
/usr/share/doc/exim4-base/
has nothing with one file briefly mentioning a sma
On Mon 28 May 2018 at 15:32:44 (-0500), Martin McCormick wrote:
>
> After about two weeks of going down all sorts of rabbit holes
> and wasting tons of time, I am at a loss trying to get
> exim4 to resume the ability to send messages via the smarthost
> used by our ISP. T
After about two weeks of going down all sorts of rabbit holes
and wasting tons of time, I am at a loss trying to get
exim4 to resume the ability to send messages via the smarthost
used by our ISP. The real trouble here is that all one really
knows is that something's broken. It ha
On Mon, Feb 12, 2018 at 09:46:42AM -0500, Marc Auslander wrote:
Problem was a complicated smarthost specification which exim4 is happy
to honor bug exim-config postinst could not grok.
error was:
+ RET=20 Unsupported command "${if" (full line was "${if
match{${lc:
Problem was a complicated smarthost specification which exim4 is happy
to honor bug exim-config postinst could not grok.
error was:
+ RET=20 Unsupported command "${if" (full line was "${if
match{${lc:$header_subject:}}{MarcAtAuslanderDotNameWorkingCheck}{mail.optonline.net}\&
When I trace I see
+ exec /usr/share/debconf/frontend
/var/lib/dpkg/info/exim4-config.postinst configure 4.89-2+deb9u2
but the installed version of exim4.config is:
Version: 4.89-2+deb9u3
I'll assume that's the problem - so what should I do if it is?
after the recent security update to exim4 im seeing:
dpkg: error processing package exim4-config (--configure):
subprocess installed post-installation script returned error exit status 20
what now?
x27;'
> > CFILEMODE='644'
> > dc_use_split_config='true'
> > dc_hide_mailname=''
> > dc_mailname_in_oh='true'
> > dc_localdelivery='mail_spool'
>
> Very acceptable, although I would have dc_local_interfac
t; dc_mailname_in_oh='true'
> dc_localdelivery='mail_spool'
Very acceptable, although I would have dc_local_interfaces as the
default presented by 'dpkg-reconfigure exim4-config' while getting the
server working reliably.
I would also completely revert everything yo
On Wed 17 Jan 2018 at 21:29:51 (+), Joe wrote:
> On Wed, 17 Jan 2018 14:38:44 -0600
> John Foster wrote:
>
> > I have been following a process for setting up my e-mail server, link
> > below:
> >
> > http://t-machine.org/index.php/2014/06/27/webmail-on
On Wed 17 Jan 2018 at 14:38:44 -0600, John Foster wrote:
> I have been following a process for setting up my e-mail server, link below:
>
> http://t-machine.org/index.php/2014/06/27/webmail-on-your-debian-server-exim4-dovecot-roundcube/
[Snip]
> Exim configuration error in line 5
On Wed, 17 Jan 2018 14:38:44 -0600
John Foster wrote:
> I have been following a process for setting up my e-mail server, link
> below:
>
> http://t-machine.org/index.php/2014/06/27/webmail-on-your-debian-server-exim4-dovecot-roundcube/
>
> After doing all the steps I fina
I have been following a process for setting up my e-mail server, link below:
http://t-machine.org/index.php/2014/06/27/webmail-on-your-debian-server-exim4-dovecot-roundcube/
After doing all the steps I finally got to restart everything with the
following commands
1 /etc/init.d/apache2 restart
2
On 14/04/2017, deloptes wrote:
> Charlie wrote:
>
>> It doesn't matter. This system needs to be reinstalled, so I won't
>> bother with updates and upgrades and when I reinstall it, I will
>> remove exim4 right from the word go and see how that works.
>
&g
Charlie wrote:
> It doesn't matter. This system needs to be reinstalled, so I won't
> bother with updates and upgrades and when I reinstall it, I will
> remove exim4 right from the word go and see how that works.
you could identify the reason for the misbehavior by look
On 14/04/2017, deloptes wrote:
> Charlie wrote:
>
>> /var/log/exim4/paniclog has non-zero size, mail system possibly broken
>
> This is common for exim .
> 1. check the paniclog
> 2. take actions if needed based on 1.
> 3. remove paniclog
> 4. proceed with restart
On 14/04/2017, Joe wrote:
> On Fri, 14 Apr 2017 10:35:42 +1000
> Charlie wrote:
>
>> Received this on attempted upgrade:
>>
>> systemctl status exim4.service
>> ● exim4.service - LSB: exim Mail Transport Agent
>>Loaded: loaded (/etc/init.d/exim4; gener
On 14/04/2017, deloptes wrote:
> Charlie wrote:
>
>> /var/log/exim4/paniclog has non-zero size, mail system possibly broken
>
> This is common for exim .
> 1. check the paniclog
> 2. take actions if needed based on 1.
> 3. remove paniclog
> 4. proceed with restart
Charlie wrote:
> /var/log/exim4/paniclog has non-zero size, mail system possibly broken
This is common for exim .
1. check the paniclog
2. take actions if needed based on 1.
3. remove paniclog
4. proceed with restart
it has nothing to do with systemd. it is exims "normal" behavior
regards
On Fri, 14 Apr 2017 10:35:42 +1000
Charlie wrote:
> Received this on attempted upgrade:
>
> systemctl status exim4.service
> ● exim4.service - LSB: exim Mail Transport Agent
>Loaded: loaded (/etc/init.d/exim4; generated; vendor preset:
> enabled) Active: failed (Result: re
On 14/04/2017, songbird wrote:
> Charlie wrote:
>> Received this on attempted upgrade:
>>
>> systemctl status exim4.service
>> ● exim4.service - LSB: exim Mail Transport Agent
>>Loaded: loaded (/etc/init.d/exim4; generated; vendor preset: enabled)
>&g
Charlie wrote:
> Received this on attempted upgrade:
>
> systemctl status exim4.service
> ● exim4.service - LSB: exim Mail Transport Agent
>Loaded: loaded (/etc/init.d/exim4; generated; vendor preset: enabled)
>Active: failed (Result: resources) since Fri 2017-04-14 10:
Received this on attempted upgrade:
systemctl status exim4.service
● exim4.service - LSB: exim Mail Transport Agent
Loaded: loaded (/etc/init.d/exim4; generated; vendor preset: enabled)
Active: failed (Result: resources) since Fri 2017-04-14 10:24:05
AEST; 4min 44s ago
Docs
Kellie Kim [2017-02-24 17:42:22-08] wrote:
> How can we perform noninteractive reconfiguration after the package is
> already installed?
At least for basic options edit file /etc/exim4/update-exim4.conf.conf
and run command update-exim4.conf.
--
/// Teemu Likonen - .-.. <https://k
Hello,
I had a question regarding help with a non-interactive configuration for
mail settings with exim4.
How can we perform noninteractive reconfiguration after the package is
already installed?
I first tried debconf-set-selections and verified that the entries changed
properly by inspecting
1 - 100 of 1805 matches
Mail list logo