Jump to content
Froxlor Forum

veto

Members
  • Posts

    50
  • Joined

  • Last visited

Recent Profile Visitors

3798 profile views

veto's Achievements

Enthusiast

Enthusiast (6/14)

  • Conversation Starter
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Yes, this was an issue. I needed to install the latest dkimpy-milter via backports to be able to use keytable and singingtable. after I add a source backport i installed it with: apt -t buster-backports install dkimpy-milter but now it complains that the froxlor generated file like dkim-keys.conf is not compatible for the KeyTable. I also can not find any SigningTable for it. When i switch to opendkim i'm getting similar issues.
  2. config file: etc # cat dkimpy-milter.conf # This is a basic configuration that can easily be adapted to suit a standard # installation. For more advanced options, see dkimpy-milter.conf(5) and/or # /usr/share/doc/dkimpy-milter/examples/opendkim.conf.sample. # Log to syslog Syslog yes # Required to use local socket with MTAs that access the socket as a non- # privileged user (e.g. Postfix) UMask 007 # Sign for example.com with key in /etc/dkimkeys/dkim.key using # selector '2007' (e.g. 2007._domainkey.example.com) Domain * #KeyFile /etc/mail/dkim.key KeyFile /etc/postfix/dkim/dkim1.priv Selector default # Commonly-used options; the commented-out versions show the defaults. #Canonicalization relaxed/simple Mode sv MacroList dameon_name|ORIGINATING MacroListVerify daemon_name|VERIFYING # Socket local:/var/run/dkimpy-milter/dkimpy-milter.sock # # ## Socket socketspec # ## # ## Names the socket where this filter should listen for milter connections # ## from the MTA. Required. Should be in one of these forms: # ## # ## inet:port@address to listen on a specific interface # ## inet:port to listen on all interfaces # ## local:/path/to/socket to listen on a UNIX domain socket # Socket inet:8892@localhost ## PidFile filename ### default /var/run/dkimpy-milter/dkimpy-milter.pid ### ### Name of the file where the filter should write its pid before beginning ### normal operations. # PidFile /var/run/dkimpy-milter/dkimpy-milter.pid ## Userid userid ### default dkimpy-milter ### ### Change to user "userid" before starting normal operation? May include ### a group ID as well, separated from the userid by a colon. # UserID dkimpy-milter the log is recorded to /var/log/syslog and it's working but no log of error or info when I try to send the email
  3. Hi, I'm trying to setup dkimpy-milter with frolxor. The installation via apt-get in debian was quick. The setup in foroxlor under DomainKey settings was successfully and i see all the needed files in /etc/postfix/dkim/ in main.cf I added: milter_default_action = accept milter_protocol = 2 smtpd_milters = inet:localhost:8892 and in master.cf i add: smtp inet n - y - - smtpd -o smtpd_milters=inet:localhost:8892 -o milter_macro_daemon_name=VERIFYING submission inet n - y - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o milter_macro_daemon_name=ORIGINATING -o smtpd_milters=inet:localhost:8891 But when I send an email via a Sylpheed mail client, I cannot find yet any dkim entry in the mail header. I cannot find much documentation about it. for any help, thanks.
  4. In Settings >Webserver settings (Apache2)>Settings> I cannot check the checkbox from Include non-SSL vHost-settings in SSL-vHost [] After Im getting: Error An error occurred when saving the field system_include_default_vhostconf Back Im missing something?. I had this issues on other installs as well
  5. Thanks, but I better wait until it get included into a Froxlor release. I'm always worried about update conflicts.
  6. I want to Activate DKIM support, but DKIM is only supported using dkim-filter, not opendkim (yet) Unfortunately dkim-filter is not more found in Debian 10. Has anybody a valid compiled deb source so i can still use it? Thanks
  7. hi, Is Froxlor already compatible with PHP8.0 ? For the moment I could successfully install it, but once I log in I'm getting: Fatal error: Uncaught ArgumentCountError: Too few arguments to function Froxlor\PhpHelper::phpErrHandler(), 4 passed and exactly 5 expected in /var/www/froxlor/lib/Froxlor/PhpHelper.php:115 Stack trace: #0 /var/www/froxlor/index.php(117): Froxlor\PhpHelper::phpErrHandler() #1 {main} thrown in /var/www/froxlor/lib/Froxlor/PhpHelper.php on line 115
  8. Thanks, that's what I'm trying to figure out and ask here. I really admire froxlor and I stick with it. But I cannot make this particular setup to work fully automatically.
  9. after i create a test customer foo i'm getting an error when i restart /etc/init.d/php7.4-fpm restart but i could solve this by doing : useradd -r -s /bin/false foo usermod -a -G froxlorlocal foo
  10. Sorry, no defense, i just wanna make it work. for the moment all works until i add a customer with a domain
  11. THX for answer, its enabled, I did not forget it this time, but I don't see the useradd in the configuration>debian10>webserver to avoid confusion I configured the default https server lighttpd to port 81, this way I can access froxlor even when the apache2 server crash and this was the reason of this chown -R www-data:www-data /var/www/froxlor/ error login. (it switched back to lighttpd server because apache2 crashed) I set up a test virtual domain called shopautomat.com and now i can get this error when i try to access a php site: [Wed Nov 11 09:02:56.662423 2020] [proxy:error] [pid 1524:tid 140093503301376] (13)Permission denied: AH02454: FCGI: attempt to connect to Unix domain socket /var/lib/apache2/fastcgi/1-shopautomat-shopautomat.com-php-fpm.socket (*) failed [Wed Nov 11 09:02:56.662527 2020] [proxy_fcgi:error] [pid 1524:tid 140093503301376] [client 183.88.219.47:1668] AH01079: failed to make connection to backend: httpd-UDS
  12. thx for answer, its enabled, i did not forget it this time, but i don't see the useradd in the configuration>debian10>webserver
  13. just having a very hard time again to setup Debian 10 Apache2 + mpm_event Froxlor Is there any strait forward manual for this? It seems to work with this https://www.digitalocean.com/community/tutorials/how-to-configure-apache-http-with-mpm-event-and-php-fpm-on-ubuntu-18-04 but after I activate froxlor a setup hell seems to start
  14. I setup apache mpm_event with php7.4-fpm and all seems to work fine. I used this help: https://www.digitalocean.com/community/tutorials/how-to-configure-apache-http-with-mpm-event-and-php-fpm-on-ubuntu-18-04 But after i setup and configured Froxlor and start it with the command in the cronjob /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --tasks 1 many problems started and the hole Froxlor website was not more accessible. I forgot some checkboxes in combinations. Finally, is running again but now I cannot log in and I get the error: Whoops! The configuration file lib/userdata.inc.php cannot be read from the webserver. This mostly happens due to wrong ownership. Try the following command to correct the ownership: chown -R www-data:www-data /var/www/froxlor/ after doing this chmod i can login, but after a restart or cronjob run it went automatically back to froxlorlocal froxlorlocal user/group.
×
×
  • Create New...