• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question about mailing list prefix sequence number

masa

New Pleskian
Server operating system version
under consideration
Plesk version and microupdate number
under consideration
Hello everyone,
Please let me know how the mailing list works.

These sentences use a translation tool.

I'm thinking of using Plesk from now on.

Due to the server replacement, it became necessary to set the sequence number of the existing mailing list server.


It seems possible by making additional settings using mainman3 components.

Is it possible to set it from the management screen? Or will it be set from the command line?

Kind regard.
 
@masa Thank you for our interest in Plesk. Do you already have a bare-metal server ready? Then you are also ready for Plesk. Simply install the operating system an add Plesk. Most data centers have ready-to-go images for that task.

It is much better trying it out on your own then to get a half-baked impression based on answers on quite specific questions. You'll want to know more, and with a free trial license from Plesk you can test it all - including seeing and managing it all in your own language.

Mailman configurations can generally be made from the graphical user interface, but to run your own server, sooner or later some basic knowledge of using the Linux console is required. This knowledge will come as you are using a server. Step by step, day by day. And there is always support available, too.
 
@masa Thank you for our interest in Plesk. Do you already have a bare-metal server ready? Then you are also ready for Plesk. Simply install the operating system an add Plesk. Most data centers have ready-to-go images for that task.

It is much better trying it out on your own then to get a half-baked impression based on answers on quite specific questions. You'll want to know more, and with a free trial license from Plesk you can test it all - including seeing and managing it all in your own language.

Mailman configurations can generally be made from the graphical user interface, but to run your own server, sooner or later some basic knowledge of using the Linux console is required. This knowledge will come as you are using a server. Step by step, day by day. And there is always support available, too.
Hi. Peter Debik

Thank you so much.

Your OS version CentOS Linux release 7.9.2009 (Core)
Plesk version OBSIDIAN 18.0.50

After installing CentOS7 on my laptop PC, I installed Plesk Trial (OBSIDIAN). As a result, I was able to change the sequence number with the withlist command.


Example: maillist ml00001

----BEFORE----
# cd /usr/lib/mailman/
# ./bin/withlist ml00001
ml00001 のリストを読み込中 (ロック解除)
変数 `m' が ml00001 の MailList インスタンスです
>>> print m.post_id
1
>>>
最終処理中
--------------------
# ./bin/withlist ml00001
ml00001 のリストを読み込中 (ロック解除)
変数 `m' が ml00001 の MailList インスタンスです
>>> m.Lock()
>>> m.post_id=99
>>> m.Save()
>>>
リストをロック解除 (保存はしてません): ml00001
最終処理中

----AFTER----
# ./bin/withlist ml00001
ml00001 のリストを読み込中 (ロック解除)
変数 `m' が ml00001 の MailList インスタンスです
>>> print m.post_id
99
>>>
最終処理中
----------------


Kind regard.
 
Back
Top