Re: [qmailtoaster] send email all user

2024-04-03 Thread Philip Nix Guru

Hello

you can use vpopbull

but you need to buil yur mail (with headers) as a txt file


Cheers

-P


On 4/3/24 17:23, Eric Broch wrote:
I thought I remembered an option in vqadmin or qmailadmin where you 
could send an email to a domain, but I can't find it now.


You could

1)

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> 
mydomainlist.txt (Edit file removing unwanted stuff)


create a mailing list in your email client from the file mydomainlist.txt

OR

2)

Create a mailing list:

# ezmlm-make -5 postmas...@mydomain.com -Afpqut 
/home/vpopmail/domains/mydomain.com/mydomain-list \

/home/vpopmail/domains/mydomain.com/.qmail-mydomain-list \
mydomain-list mydomain.com

You could get a list of all users in the domain:

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> mydomainlist.txt


Subscribe domain users to mailing list:

ezmlm-sub /home/vpopmail/domains/mydomain.com/mydomain-list < 
mydomainlist.txt



Send and email

From postmas...@mydomain.com

To: mydomain-l...@mydomain.com

"Subject"

Body of email



On 4/3/2024 8:35 AM, Giuseppe Perna wrote:

Good morning everyone,
I would like to send an email to all users of an internal 
qmaIltoaster domain, is this POSSIBLE?
If that's not possible, I could also just send an email to all the 
users on my server.


Thank you


#rpm -qa qmail*
qmail-pop3d-toaster-1.03-1.3.22
qmailtoaster-plus.repo-0.2-2
qmailmrtg-toaster-4.2-1.3.7
qmailtoaster-plus-0.3.2-1.4.19
qmail-toaster-1.03-1.3.22
qmailadmin-toaster-1.2.16-1.4.0

[root@posta ~]# rpm -qa *toaster*
ucspi-tcp-toaster-0.88-1.3.9
maildrop-toaster-2.0.3-1.3.8
control-panel-toaster-0.5-1.4.0
libdomainkeys-toaster-0.68-1.3.6
qmail-pop3d-toaster-1.03-1.3.22
squirrelmail-toaster-1.4.20-1.3.17
qmailtoaster-plus.repo-0.2-2
vpopmail-toaster-5.4.33-1.4.0
daemontools-toaster-0.76-1.3.6
libsrs2-toaster-1.0.18-1.3.6
courier-authlib-toaster-0.59.2-1.3.10
ripmime-toaster-1.4.0.6-1.3.6
autorespond-toaster-2.0.5-1.4.0
courier-imap-toaster-4.1.2-1.3.10
isoqlog-toaster-2.1-1.3.7
maildrop-toaster-devel-2.0.3-1.3.8
qmailmrtg-toaster-4.2-1.3.7
send-emails-toaster-0.5-1.4.0
spamassassin-toaster-3.3.2-1.4.3
vqadmin-toaster-2.3.7-1.4.1
qmailtoaster-plus-0.3.2-1.4.19
ezmlm-toaster-0.53.324-1.3.6
qmail-toaster-1.03-1.3.22
ezmlm-cgi-toaster-0.53.324-1.3.6
qmailadmin-toaster-1.2.16-1.4.0
simscan-toaster-1.4.0-1.4.0
clamav-toaster-0.97.6-1.4.2

Please help me.

thanks


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Re: [qmailtoaster] send email all user

2024-04-03 Thread Eric Broch

Thanks Andreas

# /home/vpopmail/bin/vpopbull
usage: vpopbull [options] -f [email_file] [virtual_domain] [...]
   -v (print version number)
   -V (verbose)
   -f email_file (file with message contents)
   -e exclude_email_addr_file (list of addresses to exclude)
   -n (don't mail. Use with -V to list accounts)
   -c (default, copy file)
   -h (use hard links)
   -s (use symbolic links)

On 4/3/2024 9:25 AM, Andreas wrote:

The tool is vpopbull, at least it was part of vpopmail.
That sends email to a domain.

Andreas

Am 03.04.24 um 17:23 schrieb Eric Broch:
I thought I remembered an option in vqadmin or qmailadmin where you 
could send an email to a domain, but I can't find it now.


You could

1)

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> 
mydomainlist.txt (Edit file removing unwanted stuff)


create a mailing list in your email client from the file 
mydomainlist.txt


OR

2)

Create a mailing list:

# ezmlm-make -5 postmas...@mydomain.com -Afpqut 
/home/vpopmail/domains/mydomain.com/mydomain-list \

/home/vpopmail/domains/mydomain.com/.qmail-mydomain-list \
mydomain-list mydomain.com

You could get a list of all users in the domain:

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> 
mydomainlist.txt


Subscribe domain users to mailing list:

ezmlm-sub /home/vpopmail/domains/mydomain.com/mydomain-list < 
mydomainlist.txt



Send and email

From postmas...@mydomain.com

To: mydomain-l...@mydomain.com

"Subject"

Body of email



On 4/3/2024 8:35 AM, Giuseppe Perna wrote:

Good morning everyone,
I would like to send an email to all users of an internal 
qmaIltoaster domain, is this POSSIBLE?
If that's not possible, I could also just send an email to all the 
users on my server.


Thank you


#rpm -qa qmail*
qmail-pop3d-toaster-1.03-1.3.22
qmailtoaster-plus.repo-0.2-2
qmailmrtg-toaster-4.2-1.3.7
qmailtoaster-plus-0.3.2-1.4.19
qmail-toaster-1.03-1.3.22
qmailadmin-toaster-1.2.16-1.4.0

[root@posta ~]# rpm -qa *toaster*
ucspi-tcp-toaster-0.88-1.3.9
maildrop-toaster-2.0.3-1.3.8
control-panel-toaster-0.5-1.4.0
libdomainkeys-toaster-0.68-1.3.6
qmail-pop3d-toaster-1.03-1.3.22
squirrelmail-toaster-1.4.20-1.3.17
qmailtoaster-plus.repo-0.2-2
vpopmail-toaster-5.4.33-1.4.0
daemontools-toaster-0.76-1.3.6
libsrs2-toaster-1.0.18-1.3.6
courier-authlib-toaster-0.59.2-1.3.10
ripmime-toaster-1.4.0.6-1.3.6
autorespond-toaster-2.0.5-1.4.0
courier-imap-toaster-4.1.2-1.3.10
isoqlog-toaster-2.1-1.3.7
maildrop-toaster-devel-2.0.3-1.3.8
qmailmrtg-toaster-4.2-1.3.7
send-emails-toaster-0.5-1.4.0
spamassassin-toaster-3.3.2-1.4.3
vqadmin-toaster-2.3.7-1.4.1
qmailtoaster-plus-0.3.2-1.4.19
ezmlm-toaster-0.53.324-1.3.6
qmail-toaster-1.03-1.3.22
ezmlm-cgi-toaster-0.53.324-1.3.6
qmailadmin-toaster-1.2.16-1.4.0
simscan-toaster-1.4.0-1.4.0
clamav-toaster-0.97.6-1.4.2

Please help me.

thanks


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] send email all user

2024-04-03 Thread Remo Mattei
I use vpopbull all the time it works to send to a domain.  Super simple. 

Remo 
Inviato da iPhone

> Il giorno 3 apr 2024, alle ore 08:26, Andreas  ha scritto:
> 
> The tool is vpopbull, at least it was part of vpopmail.
> That sends email to a domain.
> 
> Andreas
> 
>> Am 03.04.24 um 17:23 schrieb Eric Broch:
>> I thought I remembered an option in vqadmin or qmailadmin where you could 
>> send an email to a domain, but I can't find it now.
>> 
>> You could
>> 
>> 1)
>> 
>> vi passwd (add mysql root password)
>> 
>> echo "select concat(pw_name,'@','mydomain.com') as user from mydomain_com" | 
>> mysql -u root -p`cat passwd` vpopmail &> mydomainlist.txt (Edit file 
>> removing unwanted stuff)
>> 
>> create a mailing list in your email client from the file mydomainlist.txt
>> 
>> OR
>> 
>> 2)
>> 
>> Create a mailing list:
>> 
>> # ezmlm-make -5 postmas...@mydomain.com -Afpqut 
>> /home/vpopmail/domains/mydomain.com/mydomain-list \
>> /home/vpopmail/domains/mydomain.com/.qmail-mydomain-list \
>> mydomain-list mydomain.com
>> 
>> You could get a list of all users in the domain:
>> 
>> vi passwd (add mysql root password)
>> 
>> echo "select concat(pw_name,'@','mydomain.com') as user from mydomain_com" | 
>> mysql -u root -p`cat passwd` vpopmail &> mydomainlist.txt
>> 
>> Subscribe domain users to mailing list:
>> 
>> ezmlm-sub /home/vpopmail/domains/mydomain.com/mydomain-list < 
>> mydomainlist.txt
>> 
>> 
>> Send and email
>> 
>> From postmas...@mydomain.com
>> 
>> To: mydomain-l...@mydomain.com
>> 
>> "Subject"
>> 
>> Body of email
>> 
>> 
>> 
>>> On 4/3/2024 8:35 AM, Giuseppe Perna wrote:
>>> Good morning everyone,
>>> I would like to send an email to all users of an internal qmaIltoaster 
>>> domain, is this POSSIBLE?
>>> If that's not possible, I could also just send an email to all the users on 
>>> my server.
>>> 
>>> Thank you
>>> 
>>> 
>>> #rpm -qa qmail*
>>> qmail-pop3d-toaster-1.03-1.3.22
>>> qmailtoaster-plus.repo-0.2-2
>>> qmailmrtg-toaster-4.2-1.3.7
>>> qmailtoaster-plus-0.3.2-1.4.19
>>> qmail-toaster-1.03-1.3.22
>>> qmailadmin-toaster-1.2.16-1.4.0
>>> 
>>> [root@posta ~]# rpm -qa *toaster*
>>> ucspi-tcp-toaster-0.88-1.3.9
>>> maildrop-toaster-2.0.3-1.3.8
>>> control-panel-toaster-0.5-1.4.0
>>> libdomainkeys-toaster-0.68-1.3.6
>>> qmail-pop3d-toaster-1.03-1.3.22
>>> squirrelmail-toaster-1.4.20-1.3.17
>>> qmailtoaster-plus.repo-0.2-2
>>> vpopmail-toaster-5.4.33-1.4.0
>>> daemontools-toaster-0.76-1.3.6
>>> libsrs2-toaster-1.0.18-1.3.6
>>> courier-authlib-toaster-0.59.2-1.3.10
>>> ripmime-toaster-1.4.0.6-1.3.6
>>> autorespond-toaster-2.0.5-1.4.0
>>> courier-imap-toaster-4.1.2-1.3.10
>>> isoqlog-toaster-2.1-1.3.7
>>> maildrop-toaster-devel-2.0.3-1.3.8
>>> qmailmrtg-toaster-4.2-1.3.7
>>> send-emails-toaster-0.5-1.4.0
>>> spamassassin-toaster-3.3.2-1.4.3
>>> vqadmin-toaster-2.3.7-1.4.1
>>> qmailtoaster-plus-0.3.2-1.4.19
>>> ezmlm-toaster-0.53.324-1.3.6
>>> qmail-toaster-1.03-1.3.22
>>> ezmlm-cgi-toaster-0.53.324-1.3.6
>>> qmailadmin-toaster-1.2.16-1.4.0
>>> simscan-toaster-1.4.0-1.4.0
>>> clamav-toaster-0.97.6-1.4.2
>>> 
>>> Please help me.
>>> 
>>> thanks
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>> 
> 
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] send email all user

2024-04-03 Thread Andreas

The tool is vpopbull, at least it was part of vpopmail.
That sends email to a domain.

Andreas

Am 03.04.24 um 17:23 schrieb Eric Broch:
I thought I remembered an option in vqadmin or qmailadmin where you 
could send an email to a domain, but I can't find it now.


You could

1)

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> 
mydomainlist.txt (Edit file removing unwanted stuff)


create a mailing list in your email client from the file mydomainlist.txt

OR

2)

Create a mailing list:

# ezmlm-make -5 postmas...@mydomain.com -Afpqut 
/home/vpopmail/domains/mydomain.com/mydomain-list \

/home/vpopmail/domains/mydomain.com/.qmail-mydomain-list \
mydomain-list mydomain.com

You could get a list of all users in the domain:

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> mydomainlist.txt


Subscribe domain users to mailing list:

ezmlm-sub /home/vpopmail/domains/mydomain.com/mydomain-list < 
mydomainlist.txt



Send and email

From postmas...@mydomain.com

To: mydomain-l...@mydomain.com

"Subject"

Body of email



On 4/3/2024 8:35 AM, Giuseppe Perna wrote:

Good morning everyone,
I would like to send an email to all users of an internal 
qmaIltoaster domain, is this POSSIBLE?
If that's not possible, I could also just send an email to all the 
users on my server.


Thank you


#rpm -qa qmail*
qmail-pop3d-toaster-1.03-1.3.22
qmailtoaster-plus.repo-0.2-2
qmailmrtg-toaster-4.2-1.3.7
qmailtoaster-plus-0.3.2-1.4.19
qmail-toaster-1.03-1.3.22
qmailadmin-toaster-1.2.16-1.4.0

[root@posta ~]# rpm -qa *toaster*
ucspi-tcp-toaster-0.88-1.3.9
maildrop-toaster-2.0.3-1.3.8
control-panel-toaster-0.5-1.4.0
libdomainkeys-toaster-0.68-1.3.6
qmail-pop3d-toaster-1.03-1.3.22
squirrelmail-toaster-1.4.20-1.3.17
qmailtoaster-plus.repo-0.2-2
vpopmail-toaster-5.4.33-1.4.0
daemontools-toaster-0.76-1.3.6
libsrs2-toaster-1.0.18-1.3.6
courier-authlib-toaster-0.59.2-1.3.10
ripmime-toaster-1.4.0.6-1.3.6
autorespond-toaster-2.0.5-1.4.0
courier-imap-toaster-4.1.2-1.3.10
isoqlog-toaster-2.1-1.3.7
maildrop-toaster-devel-2.0.3-1.3.8
qmailmrtg-toaster-4.2-1.3.7
send-emails-toaster-0.5-1.4.0
spamassassin-toaster-3.3.2-1.4.3
vqadmin-toaster-2.3.7-1.4.1
qmailtoaster-plus-0.3.2-1.4.19
ezmlm-toaster-0.53.324-1.3.6
qmail-toaster-1.03-1.3.22
ezmlm-cgi-toaster-0.53.324-1.3.6
qmailadmin-toaster-1.2.16-1.4.0
simscan-toaster-1.4.0-1.4.0
clamav-toaster-0.97.6-1.4.2

Please help me.

thanks


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] send email all user

2024-04-03 Thread Eric Broch
I thought I remembered an option in vqadmin or qmailadmin where you 
could send an email to a domain, but I can't find it now.


You could

1)

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> 
mydomainlist.txt (Edit file removing unwanted stuff)


create a mailing list in your email client from the file mydomainlist.txt

OR

2)

Create a mailing list:

# ezmlm-make -5 postmas...@mydomain.com -Afpqut 
/home/vpopmail/domains/mydomain.com/mydomain-list \

/home/vpopmail/domains/mydomain.com/.qmail-mydomain-list \
mydomain-list mydomain.com

You could get a list of all users in the domain:

vi passwd (add mysql root password)

echo "select concat(pw_name,'@','mydomain.com') as user from 
mydomain_com" | mysql -u root -p`cat passwd` vpopmail &> mydomainlist.txt


Subscribe domain users to mailing list:

ezmlm-sub /home/vpopmail/domains/mydomain.com/mydomain-list < 
mydomainlist.txt



Send and email

From postmas...@mydomain.com

To: mydomain-l...@mydomain.com

"Subject"

Body of email



On 4/3/2024 8:35 AM, Giuseppe Perna wrote:

Good morning everyone,
I would like to send an email to all users of an internal qmaIltoaster 
domain, is this POSSIBLE?
If that's not possible, I could also just send an email to all the 
users on my server.


Thank you


#rpm -qa qmail*
qmail-pop3d-toaster-1.03-1.3.22
qmailtoaster-plus.repo-0.2-2
qmailmrtg-toaster-4.2-1.3.7
qmailtoaster-plus-0.3.2-1.4.19
qmail-toaster-1.03-1.3.22
qmailadmin-toaster-1.2.16-1.4.0

[root@posta ~]# rpm -qa *toaster*
ucspi-tcp-toaster-0.88-1.3.9
maildrop-toaster-2.0.3-1.3.8
control-panel-toaster-0.5-1.4.0
libdomainkeys-toaster-0.68-1.3.6
qmail-pop3d-toaster-1.03-1.3.22
squirrelmail-toaster-1.4.20-1.3.17
qmailtoaster-plus.repo-0.2-2
vpopmail-toaster-5.4.33-1.4.0
daemontools-toaster-0.76-1.3.6
libsrs2-toaster-1.0.18-1.3.6
courier-authlib-toaster-0.59.2-1.3.10
ripmime-toaster-1.4.0.6-1.3.6
autorespond-toaster-2.0.5-1.4.0
courier-imap-toaster-4.1.2-1.3.10
isoqlog-toaster-2.1-1.3.7
maildrop-toaster-devel-2.0.3-1.3.8
qmailmrtg-toaster-4.2-1.3.7
send-emails-toaster-0.5-1.4.0
spamassassin-toaster-3.3.2-1.4.3
vqadmin-toaster-2.3.7-1.4.1
qmailtoaster-plus-0.3.2-1.4.19
ezmlm-toaster-0.53.324-1.3.6
qmail-toaster-1.03-1.3.22
ezmlm-cgi-toaster-0.53.324-1.3.6
qmailadmin-toaster-1.2.16-1.4.0
simscan-toaster-1.4.0-1.4.0
clamav-toaster-0.97.6-1.4.2

Please help me.

thanks


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] send email all user

2024-04-03 Thread Giuseppe Perna
Good morning everyone,
I would like to send an email to all users of an internal qmaIltoaster
domain, is this POSSIBLE?
If that's not possible, I could also just send an email to all the users on
my server.

Thank you


#rpm -qa qmail*
qmail-pop3d-toaster-1.03-1.3.22
qmailtoaster-plus.repo-0.2-2
qmailmrtg-toaster-4.2-1.3.7
qmailtoaster-plus-0.3.2-1.4.19
qmail-toaster-1.03-1.3.22
qmailadmin-toaster-1.2.16-1.4.0

[root@posta ~]# rpm -qa *toaster*
ucspi-tcp-toaster-0.88-1.3.9
maildrop-toaster-2.0.3-1.3.8
control-panel-toaster-0.5-1.4.0
libdomainkeys-toaster-0.68-1.3.6
qmail-pop3d-toaster-1.03-1.3.22
squirrelmail-toaster-1.4.20-1.3.17
qmailtoaster-plus.repo-0.2-2
vpopmail-toaster-5.4.33-1.4.0
daemontools-toaster-0.76-1.3.6
libsrs2-toaster-1.0.18-1.3.6
courier-authlib-toaster-0.59.2-1.3.10
ripmime-toaster-1.4.0.6-1.3.6
autorespond-toaster-2.0.5-1.4.0
courier-imap-toaster-4.1.2-1.3.10
isoqlog-toaster-2.1-1.3.7
maildrop-toaster-devel-2.0.3-1.3.8
qmailmrtg-toaster-4.2-1.3.7
send-emails-toaster-0.5-1.4.0
spamassassin-toaster-3.3.2-1.4.3
vqadmin-toaster-2.3.7-1.4.1
qmailtoaster-plus-0.3.2-1.4.19
ezmlm-toaster-0.53.324-1.3.6
qmail-toaster-1.03-1.3.22
ezmlm-cgi-toaster-0.53.324-1.3.6
qmailadmin-toaster-1.2.16-1.4.0
simscan-toaster-1.4.0-1.4.0
clamav-toaster-0.97.6-1.4.2

Please help me.

thanks