I've stored my 5000 users - using about 1000 domains in a database for
years - and its worked for years. Exim essentially just reads from the
(I use MySQL) database. Support for MySQL (and others) is there already.
This is extremely scalable.
I then have my custom web pages that allow users to man
On 2018-11-30, Jay Gairson via Exim-users wrote:
> Greetings:
>
> Hopefully my question isn't too anachronistic.
>
> I am in the process of rebuilding my exim configuration after making minor
> updates over the last decade. While there is a degree of if it's not broke
> don't fix it in my system
Hello,
I missed the initial question, so I don’t know your background. Besides,
I must tell I do not know the solutions you mentioned. So I hope my
answer won’t be beside the point…
Le 30/11/2018 à 17:37, Ian Zimmerman via Exim-users a écrit :
On 2018-11-30 01:00, Jay Gairson wrote:
To mana
On 2018-11-30 01:00, Jay Gairson wrote:
> To manage my virtual users (and the domains they are associated with),
> I have used a variety of solutions over the years -- flat files, SMAD,
> VEXIM, etc. It appears most of these solutions, except flat files,
> are increasingly outdated or nonfunction
On Fri, 30 Nov 2018 at 12:07, Jay Gairson via Exim-users <
exim-users@exim.org> wrote:
> Greetings:
>
> Hopefully my question isn't too anachronistic.
>
> I am in the process of rebuilding my exim configuration after making minor
> updates over the last decade. While there is a degree of if it's
Hi!
> I am hoping I am missing something here, but is there a commonly-used
> database-based exim management system that controls virtual users and their
> domains? I keep finding Postfix solutions, but have no desire to change to
> that MTA system.
http://exim4u.org
--
p...@freebsd.org
Greetings:
Hopefully my question isn't too anachronistic.
I am in the process of rebuilding my exim configuration after making minor
updates over the last decade. While there is a degree of if it's not broke
don't fix it in my system still, I have decided to start clean.
To manage my virtual us
I'd like to set up a few accounts on a virtual domain. I don't want these
users to have local accounts, or at least login accounts.
Right now with my virtual accounts, mail gets delivered to the local
machine and the virtual domain name is lost.
I'd like to be able to set up email delivery to a
I'm planning exim with virtual domains/users in MySQL database. I've
installed a quick pilot and mail delivery for virtual users works.
I need to implement offsite forward with local copy (some people want to
get copy of incoming message delivered to address in different system.)
How do|would you
Hello,
I looking for a simple storage to users. I don't want a system with a
mysql, LDAP or other server backend, I want a simple file to storage the
accounts. I don't want the mail accounts as system accounts, only mail
accounts.
Can you tell me ?
--
## List details at http://www.exim.org
On Sat, Jan 13, 2007 at 09:32:41PM +0200, Ahmad Sabry said:
> 2- another problem IS THE MOST IMPORTANT ONE we've an exchange server which
> our boss wants it down because of the costs he is paying to Microsoft
> so Linux is what he is dreaming about .. everything for free .. I NEED TO
> MOVE EXCH
On Saturday 13 January 2007 20:32, Ahmad Sabry wrote:
> 1- first of all .. i used http://koivi.com/exim4-config/ website as a
> guide in setting up virtual domains ... coz our EXIM4 server will host
> multiple domains .. this is easy (thanks Google) & it worked fine but with
> system users ... [..
Thanx Sander , Sorry Marc's if i was rude in my last message .. maybe i was
unclear.
anyway... i'm still a baby linux user (i'm 44 days old :-) .. & i just
started last month.
1- first of all .. i used http://koivi.com/exim4-config/ website as a guide
in setting up virtual domains ... coz our
Quoting Ahmad Sabry ([EMAIL PROTECTED]):
> 4- it's not the right way to support those new guys in linux.
Although i too thought Marc's message was maybe a little harsh, i do
agree that both your postings so far were very unclear as to what you're
really trying to accomplish. And they are hard to
ading this debate.
thanx Marc
A. Sabry
Cairo
- Original Message -
From: "Marc Haber" <[EMAIL PROTECTED]>
To:
Sent: Saturday, January 13, 2007 4:11 PM
Subject: Re: [exim] Virtual users HowTo! I did it no MySql No LDAP
> On Sat, 13 Jan 2007 11:44:26 +0200, Ahmad Sabry <[
On Sat, 13 Jan 2007 11:44:26 +0200, Ahmad Sabry <[EMAIL PROTECTED]>
wrote:
>i did it by the grace of allah ...
Just a short explaination why I am not going to give more helpful
answers: Your messages are a pain to read. I would have to spend too
much time just to find out where your problem is.
I
Ahmad Sabry:
[... ask about virtual user in exim ..]
maybe you like virtualhosting with database backend ?
http://silverwraith.com/vexim/
but as i can see, you get help in debian-administrator web-forum ...
\jd
signature.asc
Description: OpenPGP digital signature
--
## List details at http
lz
thanks
- Original Message -
From: "Jan Doberstein" <[EMAIL PROTECTED]>
To: "Ahmad Sabry" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, January 13, 2007 1:05 PM
Subject: Re: [exim] Virtual Users HowTo ???
--
## List details at http://www.exim.org/mailman/lis
Hello everyone
i did it by the grace of allah ...
i used this article: http://koivi.com/exim4-config/
it was enough to make the virtual domains .. But my problem was in creating
virtual users but i'll have alot of troubles with authentication .. & as long
as i'm still new in linux even so
i tried
Hello
I've installed Exim4 on debian sarge squirell webased & Courier for IMAP & POP
, it's working fine .. But when i came to configure virtual domains it was OK
too (thanks GooGle) but the matter in case i don't like to use system users for
my multiple domains .. so i've 2 things to help me wi
On 2006-03-02 at 20:39 +0100, Torben Janssen wrote:
> system_aliases:
> driver = redirect
> allow_fail
> allow_defer
> domains = +local_domains
> data = ${lookup{$local_part}lsearch{/etc/exim/aliases/$domain}}
> file_transport = address_file
> pipe_transport = address_pipe
>
> but then ever
Hi,
since now i used exim alone with several domains. i used some kind of
virtual setup. now i am hosting another domain and
i found some problems with my current setup.
i have this in my exim.conf:
system_aliases:
driver = redirect
allow_fail
allow_defer
domains = +local_domains
data =
On Sat, 5 Nov 2005, Shea Martin wrote:
>
> Any help would be great, thanks,
Exim provides very general facilities rather than canned features, so it
can be a bit difficult to get to grips with. A good way of doing virtual
domains is:
(1) Add a domainlist to your configuration file which specifies
I have only ever setup a mail server once before, and I followed a very
specific document. It was courier, which took care of everything. I used
postgres for the virtual users/domains. But that was 3 years ago, and I
forget everything.
I want to setup exim to be my smtp server for machines o
24 matches
Mail list logo